diff --git a/grammar.js b/grammar.js index ec52fd4e4..844427b7c 100644 --- a/grammar.js +++ b/grammar.js @@ -1132,7 +1132,7 @@ module.exports = grammar({ text_mode: $ => seq( - field('command', choice('\\text', '\\intertext', 'shortintertext')), + field('command', choice('\\text', '\\intertext', '\\shortintertext')), field('content', $.curly_group) ), }, diff --git a/src/grammar.json b/src/grammar.json index 1a1e5c31b..ac8c03421 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -5703,7 +5703,7 @@ }, { "type": "STRING", - "value": "shortintertext" + "value": "\\shortintertext" } ] } diff --git a/src/node-types.json b/src/node-types.json index 2297d46ff..7c4511de3 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -7082,11 +7082,11 @@ "named": false }, { - "type": "\\text", + "type": "\\shortintertext", "named": false }, { - "type": "shortintertext", + "type": "\\text", "named": false } ] @@ -8538,6 +8538,10 @@ "type": "\\section*", "named": false }, + { + "type": "\\shortintertext", + "named": false + }, { "type": "\\smartcite", "named": false @@ -8674,10 +8678,6 @@ "type": "placeholder", "named": true }, - { - "type": "shortintertext", - "named": false - }, { "type": "source_code", "named": true diff --git a/src/parser.c b/src/parser.c index 753512fe4..6fd77357e 100644 --- a/src/parser.c +++ b/src/parser.c @@ -357,7 +357,7 @@ enum { anon_sym_BSLASHusetikzlibrary = 330, anon_sym_BSLASHtext = 331, anon_sym_BSLASHintertext = 332, - anon_sym_shortintertext = 333, + anon_sym_BSLASHshortintertext = 333, sym__trivia_raw_fi = 334, sym__trivia_raw_env_comment = 335, sym__trivia_raw_env_verbatim = 336, @@ -853,7 +853,7 @@ static const char * const ts_symbol_names[] = { [anon_sym_BSLASHusetikzlibrary] = "\\usetikzlibrary", [anon_sym_BSLASHtext] = "\\text", [anon_sym_BSLASHintertext] = "\\intertext", - [anon_sym_shortintertext] = "shortintertext", + [anon_sym_BSLASHshortintertext] = "\\shortintertext", [sym__trivia_raw_fi] = "comment", [sym__trivia_raw_env_comment] = "comment", [sym__trivia_raw_env_verbatim] = "comment", @@ -1349,7 +1349,7 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_BSLASHusetikzlibrary] = anon_sym_BSLASHusetikzlibrary, [anon_sym_BSLASHtext] = anon_sym_BSLASHtext, [anon_sym_BSLASHintertext] = anon_sym_BSLASHintertext, - [anon_sym_shortintertext] = anon_sym_shortintertext, + [anon_sym_BSLASHshortintertext] = anon_sym_BSLASHshortintertext, [sym__trivia_raw_fi] = sym__trivia_raw_fi, [sym__trivia_raw_env_comment] = sym__trivia_raw_fi, [sym__trivia_raw_env_verbatim] = sym__trivia_raw_fi, @@ -2844,7 +2844,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_shortintertext] = { + [anon_sym_BSLASHshortintertext] = { .visible = true, .named = false, }, @@ -7503,678 +7503,658 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { switch (state) { case 0: if (eof) ADVANCE(38); - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(241); + if (lookahead == '\\') ADVANCE(227); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 'a') ADVANCE(126); - if (lookahead == 'c') ADVANCE(150); - if (lookahead == 'd') ADVANCE(114); - if (lookahead == 'e') ADVANCE(156); - if (lookahead == 'f') ADVANCE(127); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); + if (lookahead == 'a') ADVANCE(121); + if (lookahead == 'c') ADVANCE(144); + if (lookahead == 'd') ADVANCE(110); + if (lookahead == 'e') ADVANCE(149); + if (lookahead == 'f') ADVANCE(122); if (lookahead == 'g') ADVANCE(79); - if (lookahead == 'l') ADVANCE(165); - if (lookahead == 'm') ADVANCE(113); - if (lookahead == 'p') ADVANCE(184); + if (lookahead == 'l') ADVANCE(156); + if (lookahead == 'm') ADVANCE(109); + if (lookahead == 'p') ADVANCE(170); if (lookahead == 's') ADVANCE(80); - if (lookahead == 'v') ADVANCE(100); + if (lookahead == 'v') ADVANCE(98); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(188); - if (lookahead != 0) ADVANCE(188); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(174); + if (lookahead != 0) ADVANCE(174); END_STATE(); case 1: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(242); + if (lookahead == '\\') ADVANCE(228); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); if (lookahead != 0 && - lookahead != '}') ADVANCE(188); + lookahead != '}') ADVANCE(174); END_STATE(); case 2: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(248); + if (lookahead == '\\') ADVANCE(234); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); if (lookahead != 0 && - lookahead != '}') ADVANCE(188); + lookahead != '}') ADVANCE(174); END_STATE(); case 3: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(243); + if (lookahead == '\\') ADVANCE(229); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); if (lookahead != 0 && - lookahead != '}') ADVANCE(188); + lookahead != '}') ADVANCE(174); END_STATE(); case 4: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(250); + if (lookahead == '\\') ADVANCE(236); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); if (lookahead != 0 && - lookahead != '}') ADVANCE(188); + lookahead != '}') ADVANCE(174); END_STATE(); case 5: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(256); + if (lookahead == '\\') ADVANCE(242); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); if (lookahead != 0 && - lookahead != '}') ADVANCE(188); + lookahead != '}') ADVANCE(174); END_STATE(); case 6: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(244); + if (lookahead == '\\') ADVANCE(230); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); - if (lookahead != 0) ADVANCE(188); + if (lookahead != 0) ADVANCE(174); END_STATE(); case 7: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(251); + if (lookahead == '\\') ADVANCE(237); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); - if (lookahead != 0) ADVANCE(188); + if (lookahead != 0) ADVANCE(174); END_STATE(); case 8: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(262); + if (lookahead == '\\') ADVANCE(248); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); if (lookahead != 0 && - lookahead != '}') ADVANCE(188); + lookahead != '}') ADVANCE(174); END_STATE(); case 9: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(245); + if (lookahead == '\\') ADVANCE(231); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); if (lookahead != 0 && - lookahead != '}') ADVANCE(188); + lookahead != '}') ADVANCE(174); END_STATE(); case 10: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(252); + if (lookahead == '\\') ADVANCE(238); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); if (lookahead != 0 && - lookahead != '}') ADVANCE(188); + lookahead != '}') ADVANCE(174); END_STATE(); case 11: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(264); + if (lookahead == '\\') ADVANCE(250); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); if (lookahead != 0 && - lookahead != '}') ADVANCE(188); + lookahead != '}') ADVANCE(174); END_STATE(); case 12: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(246); + if (lookahead == '\\') ADVANCE(232); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); if (lookahead != 0 && - lookahead != '}') ADVANCE(188); + lookahead != '}') ADVANCE(174); END_STATE(); case 13: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(253); + if (lookahead == '\\') ADVANCE(239); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); if (lookahead != 0 && - lookahead != '}') ADVANCE(188); + lookahead != '}') ADVANCE(174); END_STATE(); case 14: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(260); + if (lookahead == '\\') ADVANCE(246); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); - if (lookahead != 0) ADVANCE(188); + if (lookahead != 0) ADVANCE(174); END_STATE(); case 15: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(249); + if (lookahead == '\\') ADVANCE(235); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); if (lookahead != 0 && - lookahead != '}') ADVANCE(188); + lookahead != '}') ADVANCE(174); END_STATE(); case 16: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(255); + if (lookahead == '\\') ADVANCE(241); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); if (lookahead != 0 && - lookahead != '}') ADVANCE(188); + lookahead != '}') ADVANCE(174); END_STATE(); case 17: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(261); + if (lookahead == '\\') ADVANCE(247); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); if (lookahead != 0 && - lookahead != '}') ADVANCE(188); + lookahead != '}') ADVANCE(174); END_STATE(); case 18: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(259); + if (lookahead == '\\') ADVANCE(245); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); - if (lookahead != 0) ADVANCE(188); + if (lookahead != 0) ADVANCE(174); END_STATE(); case 19: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(263); + if (lookahead == '\\') ADVANCE(249); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); if (lookahead != 0 && - lookahead != '}') ADVANCE(188); + lookahead != '}') ADVANCE(174); END_STATE(); case 20: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(266); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '\\') ADVANCE(252); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || @@ -8183,29 +8163,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0 && lookahead != ',' && lookahead != '=' && - lookahead != ']') ADVANCE(188); + lookahead != ']') ADVANCE(174); END_STATE(); case 21: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); - if (lookahead == '>') ADVANCE(198); - if (lookahead == '\\') ADVANCE(265); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); + if (lookahead == '>') ADVANCE(184); + if (lookahead == '\\') ADVANCE(251); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || @@ -8214,29 +8193,29 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0 && lookahead != ',' && lookahead != '=' && - (lookahead < '[' || ']' < lookahead)) ADVANCE(188); + (lookahead < '[' || ']' < lookahead)) ADVANCE(174); END_STATE(); case 22: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '\'') ADVANCE(188); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(1360); + if (lookahead == '\\') ADVANCE(1359); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || @@ -8245,27 +8224,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0 && lookahead != '$' && lookahead != '(' && - lookahead != ')') ADVANCE(188); + lookahead != ')') ADVANCE(174); END_STATE(); case 23: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '\'') ADVANCE(188); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); - if (lookahead == '\\') ADVANCE(1359); + if (lookahead == '>') ADVANCE(184); + if (lookahead == '\\') ADVANCE(1358); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); + if (lookahead == '|') ADVANCE(186); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || @@ -8276,35 +8255,35 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '(' && lookahead != ')' && lookahead != '[' && - lookahead != '{') ADVANCE(188); + lookahead != '{') ADVANCE(174); END_STATE(); case 24: - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); - if (lookahead == '>') ADVANCE(198); - if (lookahead == '\\') ADVANCE(1360); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 'a') ADVANCE(126); - if (lookahead == 'c') ADVANCE(150); - if (lookahead == 'd') ADVANCE(114); - if (lookahead == 'e') ADVANCE(156); - if (lookahead == 'f') ADVANCE(127); + if (lookahead == '\'') ADVANCE(188); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); + if (lookahead == '>') ADVANCE(184); + if (lookahead == '\\') ADVANCE(1359); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); + if (lookahead == 'a') ADVANCE(121); + if (lookahead == 'c') ADVANCE(144); + if (lookahead == 'd') ADVANCE(110); + if (lookahead == 'e') ADVANCE(149); + if (lookahead == 'f') ADVANCE(122); if (lookahead == 'g') ADVANCE(79); - if (lookahead == 'l') ADVANCE(165); - if (lookahead == 'm') ADVANCE(113); - if (lookahead == 'p') ADVANCE(184); - if (lookahead == 's') ADVANCE(81); - if (lookahead == 'v') ADVANCE(100); - if (lookahead == '|') ADVANCE(200); + if (lookahead == 'l') ADVANCE(156); + if (lookahead == 'm') ADVANCE(109); + if (lookahead == 'p') ADVANCE(170); + if (lookahead == 's') ADVANCE(80); + if (lookahead == 'v') ADVANCE(98); + if (lookahead == '|') ADVANCE(186); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -8314,7 +8293,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < '(' || ',' < lookahead) && lookahead != '=' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(188); + (lookahead < '{' || '}' < lookahead)) ADVANCE(174); END_STATE(); case 25: if (lookahead == '%') ADVANCE(44); @@ -8322,10 +8301,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == ')') ADVANCE(52); if (lookahead == '=') ADVANCE(50); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(1361); + if (lookahead == '\\') ADVANCE(1360); if (lookahead == ']') ADVANCE(48); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -8337,11 +8316,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '/' && lookahead != '^' && lookahead != '_' && - lookahead != '}') ADVANCE(188); + lookahead != '}') ADVANCE(174); END_STATE(); case 26: if (lookahead == '%') ADVANCE(44); - if (lookahead == '\\') ADVANCE(1361); + if (lookahead == '\\') ADVANCE(1360); if (lookahead == '{') ADVANCE(75); if (lookahead == '\t' || lookahead == '\n' || @@ -8354,7 +8333,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '/' && lookahead != '=' && (lookahead < '[' || '_' < lookahead) && - lookahead != '}') ADVANCE(188); + lookahead != '}') ADVANCE(174); END_STATE(); case 27: if (lookahead == '%') ADVANCE(44); @@ -8364,7 +8343,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(191); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(177); END_STATE(); case 28: if (lookahead == '%') ADVANCE(42); @@ -8380,7 +8359,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '>' && lookahead != '[' && lookahead != ']' && - lookahead != '|') ADVANCE(192); + lookahead != '|') ADVANCE(178); END_STATE(); case 29: if (lookahead == '%') ADVANCE(43); @@ -8389,7 +8368,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(41); - if (!sym_path_character_set_1(lookahead)) ADVANCE(190); + if (!sym_path_character_set_1(lookahead)) ADVANCE(176); END_STATE(); case 30: if (lookahead == 'a') ADVANCE(32); @@ -8401,139 +8380,135 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'n') ADVANCE(31); END_STATE(); case 33: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(189); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(175); END_STATE(); case 34: if (eof) ADVANCE(38); - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(258); + if (lookahead == '\\') ADVANCE(244); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); - if (lookahead != 0) ADVANCE(188); + if (lookahead != 0) ADVANCE(174); END_STATE(); case 35: if (eof) ADVANCE(38); - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(247); + if (lookahead == '\\') ADVANCE(233); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); - if (lookahead != 0) ADVANCE(188); + if (lookahead != 0) ADVANCE(174); END_STATE(); case 36: if (eof) ADVANCE(38); - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(254); + if (lookahead == '\\') ADVANCE(240); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); - if (lookahead != 0) ADVANCE(188); + if (lookahead != 0) ADVANCE(174); END_STATE(); case 37: if (eof) ADVANCE(38); - if (lookahead == '!') ADVANCE(199); + if (lookahead == '!') ADVANCE(185); if (lookahead == '#') ADVANCE(33); - if (lookahead == '$') ADVANCE(208); + if (lookahead == '$') ADVANCE(194); if (lookahead == '%') ADVANCE(44); - if (lookahead == '\'') ADVANCE(202); + if (lookahead == '\'') ADVANCE(188); if (lookahead == '(') ADVANCE(51); if (lookahead == ')') ADVANCE(52); - if (lookahead == '*') ADVANCE(195); - if (lookahead == '+') ADVANCE(193); + if (lookahead == '*') ADVANCE(181); + if (lookahead == '+') ADVANCE(179); if (lookahead == ',') ADVANCE(49); - if (lookahead == '-') ADVANCE(194); - if (lookahead == '/') ADVANCE(196); - if (lookahead == ':') ADVANCE(201); - if (lookahead == '<') ADVANCE(197); + if (lookahead == '-') ADVANCE(180); + if (lookahead == '/') ADVANCE(182); + if (lookahead == ':') ADVANCE(187); + if (lookahead == '<') ADVANCE(183); if (lookahead == '=') ADVANCE(50); - if (lookahead == '>') ADVANCE(198); + if (lookahead == '>') ADVANCE(184); if (lookahead == '[') ADVANCE(47); - if (lookahead == '\\') ADVANCE(257); + if (lookahead == '\\') ADVANCE(243); if (lookahead == ']') ADVANCE(48); - if (lookahead == '^') ADVANCE(204); - if (lookahead == '_') ADVANCE(203); - if (lookahead == 's') ADVANCE(111); + if (lookahead == '^') ADVANCE(190); + if (lookahead == '_') ADVANCE(189); if (lookahead == '{') ADVANCE(75); - if (lookahead == '|') ADVANCE(200); + if (lookahead == '|') ADVANCE(186); if (lookahead == '}') ADVANCE(76); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(39); - if (lookahead != 0) ADVANCE(188); + if (lookahead != 0) ADVANCE(174); END_STATE(); case 38: ACCEPT_TOKEN(ts_builtin_sym_end); @@ -8557,7 +8532,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '>' && lookahead != '[' && lookahead != ']' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(192); + (lookahead < '{' || '}' < lookahead)) ADVANCE(178); END_STATE(); case 41: ACCEPT_TOKEN(sym__whitespace); @@ -8565,12 +8540,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(41); - if (!sym_path_character_set_2(lookahead)) ADVANCE(190); + if (!sym_path_character_set_2(lookahead)) ADVANCE(176); END_STATE(); case 42: ACCEPT_TOKEN(sym_line_comment); if (lookahead == '\n' || - lookahead == '\r') ADVANCE(192); + lookahead == '\r') ADVANCE(178); if (lookahead == '"' || (':' <= lookahead && lookahead <= '<') || lookahead == '>' || @@ -8582,7 +8557,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 43: ACCEPT_TOKEN(sym_line_comment); if (lookahead == '\n' || - lookahead == '\r') ADVANCE(190); + lookahead == '\r') ADVANCE(176); if (lookahead == '"' || lookahead == '*' || lookahead == ',' || @@ -8601,15 +8576,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 45: ACCEPT_TOKEN(anon_sym_BSLASHiffalse); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 46: ACCEPT_TOKEN(anon_sym_BSLASHfi); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 47: ACCEPT_TOKEN(anon_sym_LBRACK); @@ -8633,7 +8608,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(anon_sym_BSLASHpart); if (lookahead == '*') ADVANCE(54); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 54: ACCEPT_TOKEN(anon_sym_BSLASHpart_STAR); @@ -8642,7 +8617,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(anon_sym_BSLASHaddpart); if (lookahead == '*') ADVANCE(56); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 56: ACCEPT_TOKEN(anon_sym_BSLASHaddpart_STAR); @@ -8651,7 +8626,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(anon_sym_BSLASHchapter); if (lookahead == '*') ADVANCE(58); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 58: ACCEPT_TOKEN(anon_sym_BSLASHchapter_STAR); @@ -8660,7 +8635,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(anon_sym_BSLASHaddchap); if (lookahead == '*') ADVANCE(60); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 60: ACCEPT_TOKEN(anon_sym_BSLASHaddchap_STAR); @@ -8669,7 +8644,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(anon_sym_BSLASHsection); if (lookahead == '*') ADVANCE(62); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 62: ACCEPT_TOKEN(anon_sym_BSLASHsection_STAR); @@ -8678,7 +8653,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(anon_sym_BSLASHaddsec); if (lookahead == '*') ADVANCE(64); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 64: ACCEPT_TOKEN(anon_sym_BSLASHaddsec_STAR); @@ -8687,7 +8662,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(anon_sym_BSLASHsubsection); if (lookahead == '*') ADVANCE(66); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 66: ACCEPT_TOKEN(anon_sym_BSLASHsubsection_STAR); @@ -8696,7 +8671,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(anon_sym_BSLASHsubsubsection); if (lookahead == '*') ADVANCE(68); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 68: ACCEPT_TOKEN(anon_sym_BSLASHsubsubsection_STAR); @@ -8705,7 +8680,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(anon_sym_BSLASHparagraph); if (lookahead == '*') ADVANCE(70); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 70: ACCEPT_TOKEN(anon_sym_BSLASHparagraph_STAR); @@ -8714,7 +8689,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(anon_sym_BSLASHsubparagraph); if (lookahead == '*') ADVANCE(72); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 72: ACCEPT_TOKEN(anon_sym_BSLASHsubparagraph_STAR); @@ -8723,7 +8698,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(anon_sym_BSLASHitem); if (lookahead == '*') ADVANCE(74); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 74: ACCEPT_TOKEN(anon_sym_BSLASHitem_STAR); @@ -8739,11119 +8714,11144 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 78: ACCEPT_TOKEN(anon_sym_BSLASHand); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 79: ACCEPT_TOKEN(sym_word); - if (lookahead == 'a') ADVANCE(167); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'a') ADVANCE(158); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 80: ACCEPT_TOKEN(sym_word); - if (lookahead == 'a') ADVANCE(107); - if (lookahead == 'h') ADVANCE(153); - if (lookahead == 'p') ADVANCE(128); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'a') ADVANCE(104); + if (lookahead == 'p') ADVANCE(123); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 81: ACCEPT_TOKEN(sym_word); - if (lookahead == 'a') ADVANCE(107); - if (lookahead == 'p') ADVANCE(128); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'a') ADVANCE(171); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 82: ACCEPT_TOKEN(sym_word); - if (lookahead == 'a') ADVANCE(185); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'a') ADVANCE(173); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 83: ACCEPT_TOKEN(sym_word); - if (lookahead == 'a') ADVANCE(187); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'a') ADVANCE(154); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 84: ACCEPT_TOKEN(sym_word); - if (lookahead == 'a') ADVANCE(133); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'a') ADVANCE(128); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 85: ACCEPT_TOKEN(sym_word); - if (lookahead == 'a') ADVANCE(186); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'a') ADVANCE(172); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 86: ACCEPT_TOKEN(sym_word); - if (lookahead == 'a') ADVANCE(162); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'a') ADVANCE(164); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 87: ACCEPT_TOKEN(sym_word); - if (lookahead == 'a') ADVANCE(174); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'a') ADVANCE(168); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 88: ACCEPT_TOKEN(sym_word); - if (lookahead == 'a') ADVANCE(173); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'a') ADVANCE(163); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 89: ACCEPT_TOKEN(sym_word); - if (lookahead == 'a') ADVANCE(180); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'b') ADVANCE(124); + if (lookahead == 's') ADVANCE(118); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 90: ACCEPT_TOKEN(sym_word); - if (lookahead == 'b') ADVANCE(129); - if (lookahead == 's') ADVANCE(122); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'b') ADVANCE(87); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 91: ACCEPT_TOKEN(sym_word); - if (lookahead == 'b') ADVANCE(89); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'c') ADVANCE(120); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 92: ACCEPT_TOKEN(sym_word); - if (lookahead == 'c') ADVANCE(125); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'c') ADVANCE(145); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 93: ACCEPT_TOKEN(sym_word); - if (lookahead == 'c') ADVANCE(151); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'd') ADVANCE(202); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 94: ACCEPT_TOKEN(sym_word); - if (lookahead == 'd') ADVANCE(216); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'd') ADVANCE(96); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 95: ACCEPT_TOKEN(sym_word); - if (lookahead == 'd') ADVANCE(97); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'e') ADVANCE(89); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 96: ACCEPT_TOKEN(sym_word); - if (lookahead == 'e') ADVANCE(90); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'e') ADVANCE(203); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 97: ACCEPT_TOKEN(sym_word); - if (lookahead == 'e') ADVANCE(217); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'e') ADVANCE(210); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 98: ACCEPT_TOKEN(sym_word); - if (lookahead == 'e') ADVANCE(224); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'e') ADVANCE(150); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 99: ACCEPT_TOKEN(sym_word); - if (lookahead == 'e') ADVANCE(183); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'e') ADVANCE(93); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 100: ACCEPT_TOKEN(sym_word); - if (lookahead == 'e') ADVANCE(157); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'e') ADVANCE(151); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 101: ACCEPT_TOKEN(sym_word); - if (lookahead == 'e') ADVANCE(94); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'e') ADVANCE(142); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 102: ACCEPT_TOKEN(sym_word); - if (lookahead == 'e') ADVANCE(158); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'e') ADVANCE(143); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 103: ACCEPT_TOKEN(sym_word); - if (lookahead == 'e') ADVANCE(147); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'g') ADVANCE(201); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 104: ACCEPT_TOKEN(sym_word); - if (lookahead == 'e') ADVANCE(163); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'g') ADVANCE(95); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 105: ACCEPT_TOKEN(sym_word); - if (lookahead == 'e') ADVANCE(149); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'g') ADVANCE(135); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 106: ACCEPT_TOKEN(sym_word); - if (lookahead == 'g') ADVANCE(215); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'g') ADVANCE(136); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 107: ACCEPT_TOKEN(sym_word); - if (lookahead == 'g') ADVANCE(96); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'h') ADVANCE(206); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 108: ACCEPT_TOKEN(sym_word); - if (lookahead == 'g') ADVANCE(140); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'h') ADVANCE(100); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 109: ACCEPT_TOKEN(sym_word); - if (lookahead == 'g') ADVANCE(141); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'i') ADVANCE(138); + if (lookahead == 'u') ADVANCE(129); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 110: ACCEPT_TOKEN(sym_word); - if (lookahead == 'h') ADVANCE(220); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'i') ADVANCE(155); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 111: ACCEPT_TOKEN(sym_word); - if (lookahead == 'h') ADVANCE(153); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'i') ADVANCE(105); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 112: ACCEPT_TOKEN(sym_word); - if (lookahead == 'h') ADVANCE(102); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'i') ADVANCE(147); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 113: ACCEPT_TOKEN(sym_word); - if (lookahead == 'i') ADVANCE(143); - if (lookahead == 'u') ADVANCE(134); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'i') ADVANCE(106); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 114: ACCEPT_TOKEN(sym_word); - if (lookahead == 'i') ADVANCE(164); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'i') ADVANCE(131); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 115: ACCEPT_TOKEN(sym_word); - if (lookahead == 'i') ADVANCE(108); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'i') ADVANCE(141); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 116: ACCEPT_TOKEN(sym_word); - if (lookahead == 'i') ADVANCE(109); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'i') ADVANCE(159); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 117: ACCEPT_TOKEN(sym_word); - if (lookahead == 'i') ADVANCE(154); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'i') ADVANCE(140); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 118: ACCEPT_TOKEN(sym_word); - if (lookahead == 'i') ADVANCE(136); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'i') ADVANCE(130); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 119: ACCEPT_TOKEN(sym_word); - if (lookahead == 'i') ADVANCE(146); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'i') ADVANCE(157); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 120: ACCEPT_TOKEN(sym_word); - if (lookahead == 'i') ADVANCE(168); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'k') ADVANCE(205); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 121: ACCEPT_TOKEN(sym_word); - if (lookahead == 'i') ADVANCE(145); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'l') ADVANCE(111); + if (lookahead == 'r') ADVANCE(152); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 122: ACCEPT_TOKEN(sym_word); - if (lookahead == 'i') ADVANCE(135); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'l') ADVANCE(84); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 123: ACCEPT_TOKEN(sym_word); - if (lookahead == 'i') ADVANCE(166); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'l') ADVANCE(116); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 124: ACCEPT_TOKEN(sym_word); - if (lookahead == 'i') ADVANCE(148); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'l') ADVANCE(146); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 125: ACCEPT_TOKEN(sym_word); - if (lookahead == 'k') ADVANCE(219); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'l') ADVANCE(115); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 126: ACCEPT_TOKEN(sym_word); - if (lookahead == 'l') ADVANCE(115); - if (lookahead == 'r') ADVANCE(159); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'l') ADVANCE(82); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 127: ACCEPT_TOKEN(sym_word); - if (lookahead == 'l') ADVANCE(84); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'l') ADVANCE(119); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 128: ACCEPT_TOKEN(sym_word); - if (lookahead == 'l') ADVANCE(120); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'l') ADVANCE(113); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 129: ACCEPT_TOKEN(sym_word); - if (lookahead == 'l') ADVANCE(152); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'l') ADVANCE(167); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 130: ACCEPT_TOKEN(sym_word); - if (lookahead == 'l') ADVANCE(119); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'l') ADVANCE(102); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 131: ACCEPT_TOKEN(sym_word); - if (lookahead == 'l') ADVANCE(83); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'm') ADVANCE(200); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 132: ACCEPT_TOKEN(sym_word); - if (lookahead == 'l') ADVANCE(123); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'm') ADVANCE(133); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 133: ACCEPT_TOKEN(sym_word); - if (lookahead == 'l') ADVANCE(116); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'm') ADVANCE(101); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 134: ACCEPT_TOKEN(sym_word); - if (lookahead == 'l') ADVANCE(177); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'm') ADVANCE(88); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 135: ACCEPT_TOKEN(sym_word); - if (lookahead == 'l') ADVANCE(105); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'n') ADVANCE(214); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 136: ACCEPT_TOKEN(sym_word); - if (lookahead == 'm') ADVANCE(214); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'n') ADVANCE(224); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 137: ACCEPT_TOKEN(sym_word); - if (lookahead == 'm') ADVANCE(138); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'n') ADVANCE(208); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 138: ACCEPT_TOKEN(sym_word); - if (lookahead == 'm') ADVANCE(103); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'n') ADVANCE(165); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 139: ACCEPT_TOKEN(sym_word); - if (lookahead == 'm') ADVANCE(88); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'n') ADVANCE(83); + if (lookahead == 'u') ADVANCE(86); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 140: ACCEPT_TOKEN(sym_word); - if (lookahead == 'n') ADVANCE(228); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'n') ADVANCE(103); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 141: ACCEPT_TOKEN(sym_word); - if (lookahead == 'n') ADVANCE(238); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'n') ADVANCE(97); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 142: ACCEPT_TOKEN(sym_word); - if (lookahead == 'n') ADVANCE(222); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'n') ADVANCE(161); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 143: ACCEPT_TOKEN(sym_word); - if (lookahead == 'n') ADVANCE(175); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'n') ADVANCE(162); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 144: ACCEPT_TOKEN(sym_word); - if (lookahead == 'n') ADVANCE(86); - if (lookahead == 'u') ADVANCE(87); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'o') ADVANCE(132); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 145: ACCEPT_TOKEN(sym_word); - if (lookahead == 'n') ADVANCE(106); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'o') ADVANCE(94); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 146: ACCEPT_TOKEN(sym_word); - if (lookahead == 'n') ADVANCE(98); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'o') ADVANCE(91); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 147: ACCEPT_TOKEN(sym_word); - if (lookahead == 'n') ADVANCE(170); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'o') ADVANCE(137); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 148: ACCEPT_TOKEN(sym_word); - if (lookahead == 'n') ADVANCE(182); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'p') ADVANCE(126); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 149: ACCEPT_TOKEN(sym_word); - if (lookahead == 'n') ADVANCE(171); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'q') ADVANCE(139); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 150: ACCEPT_TOKEN(sym_word); - if (lookahead == 'o') ADVANCE(137); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'r') ADVANCE(90); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 151: ACCEPT_TOKEN(sym_word); - if (lookahead == 'o') ADVANCE(95); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'r') ADVANCE(222); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 152: ACCEPT_TOKEN(sym_word); - if (lookahead == 'o') ADVANCE(92); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'r') ADVANCE(81); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 153: ACCEPT_TOKEN(sym_word); - if (lookahead == 'o') ADVANCE(160); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'r') ADVANCE(85); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 154: ACCEPT_TOKEN(sym_word); - if (lookahead == 'o') ADVANCE(142); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'r') ADVANCE(153); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 155: ACCEPT_TOKEN(sym_word); - if (lookahead == 'p') ADVANCE(131); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 's') ADVANCE(148); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 156: ACCEPT_TOKEN(sym_word); - if (lookahead == 'q') ADVANCE(144); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 's') ADVANCE(166); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 157: ACCEPT_TOKEN(sym_word); - if (lookahead == 'r') ADVANCE(91); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 's') ADVANCE(169); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 158: ACCEPT_TOKEN(sym_word); - if (lookahead == 'r') ADVANCE(236); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 't') ADVANCE(108); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 159: ACCEPT_TOKEN(sym_word); - if (lookahead == 'r') ADVANCE(82); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 't') ADVANCE(218); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 160: ACCEPT_TOKEN(sym_word); - if (lookahead == 'r') ADVANCE(178); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 't') ADVANCE(220); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 161: ACCEPT_TOKEN(sym_word); - if (lookahead == 'r') ADVANCE(85); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 't') ADVANCE(199); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 162: ACCEPT_TOKEN(sym_word); - if (lookahead == 'r') ADVANCE(161); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 't') ADVANCE(204); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 163: ACCEPT_TOKEN(sym_word); - if (lookahead == 'r') ADVANCE(179); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 't') ADVANCE(107); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 164: ACCEPT_TOKEN(sym_word); - if (lookahead == 's') ADVANCE(155); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 't') ADVANCE(112); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 165: ACCEPT_TOKEN(sym_word); - if (lookahead == 's') ADVANCE(176); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 't') ADVANCE(99); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 166: ACCEPT_TOKEN(sym_word); - if (lookahead == 's') ADVANCE(181); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 't') ADVANCE(127); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 167: ACCEPT_TOKEN(sym_word); - if (lookahead == 't') ADVANCE(112); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 't') ADVANCE(125); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 168: ACCEPT_TOKEN(sym_word); - if (lookahead == 't') ADVANCE(232); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 't') ADVANCE(114); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 169: ACCEPT_TOKEN(sym_word); - if (lookahead == 't') ADVANCE(234); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 't') ADVANCE(117); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 170: ACCEPT_TOKEN(sym_word); - if (lookahead == 't') ADVANCE(213); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'y') ADVANCE(92); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 171: ACCEPT_TOKEN(sym_word); - if (lookahead == 't') ADVANCE(218); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'y') ADVANCE(216); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 172: ACCEPT_TOKEN(sym_word); - if (lookahead == 't') ADVANCE(1606); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'y') ADVANCE(212); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 173: ACCEPT_TOKEN(sym_word); - if (lookahead == 't') ADVANCE(110); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (lookahead == 'y') ADVANCE(134); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 174: ACCEPT_TOKEN(sym_word); - if (lookahead == 't') ADVANCE(117); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 175: - ACCEPT_TOKEN(sym_word); - if (lookahead == 't') ADVANCE(101); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(sym_placeholder); END_STATE(); case 176: - ACCEPT_TOKEN(sym_word); - if (lookahead == 't') ADVANCE(132); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(sym_path); + if (!sym_path_character_set_2(lookahead)) ADVANCE(176); END_STATE(); case 177: - ACCEPT_TOKEN(sym_word); - if (lookahead == 't') ADVANCE(130); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(sym_argc); END_STATE(); case 178: - ACCEPT_TOKEN(sym_word); - if (lookahead == 't') ADVANCE(124); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(aux_sym__glob_pattern_fragment_token1); + if (lookahead != 0 && + lookahead != '"' && + (lookahead < ':' || '<' < lookahead) && + lookahead != '>' && + lookahead != '[' && + lookahead != ']' && + (lookahead < '{' || '}' < lookahead)) ADVANCE(178); END_STATE(); case 179: - ACCEPT_TOKEN(sym_word); - if (lookahead == 't') ADVANCE(99); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 180: - ACCEPT_TOKEN(sym_word); - if (lookahead == 't') ADVANCE(118); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 181: - ACCEPT_TOKEN(sym_word); - if (lookahead == 't') ADVANCE(121); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 182: - ACCEPT_TOKEN(sym_word); - if (lookahead == 't') ADVANCE(104); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_SLASH); END_STATE(); case 183: - ACCEPT_TOKEN(sym_word); - if (lookahead == 'x') ADVANCE(172); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_LT); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 184: - ACCEPT_TOKEN(sym_word); - if (lookahead == 'y') ADVANCE(93); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_GT); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 185: - ACCEPT_TOKEN(sym_word); - if (lookahead == 'y') ADVANCE(230); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_BANG); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 186: - ACCEPT_TOKEN(sym_word); - if (lookahead == 'y') ADVANCE(226); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_PIPE); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 187: - ACCEPT_TOKEN(sym_word); - if (lookahead == 'y') ADVANCE(139); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_COLON); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 188: - ACCEPT_TOKEN(sym_word); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_SQUOTE); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 189: - ACCEPT_TOKEN(sym_placeholder); + ACCEPT_TOKEN(anon_sym__); END_STATE(); case 190: - ACCEPT_TOKEN(sym_path); - if (!sym_path_character_set_2(lookahead)) ADVANCE(190); + ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); case 191: - ACCEPT_TOKEN(sym_argc); + ACCEPT_TOKEN(anon_sym_DOLLAR_DOLLAR); END_STATE(); case 192: - ACCEPT_TOKEN(aux_sym__glob_pattern_fragment_token1); - if (lookahead != 0 && - lookahead != '"' && - (lookahead < ':' || '<' < lookahead) && - lookahead != '>' && - lookahead != '[' && - lookahead != ']' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(192); + ACCEPT_TOKEN(anon_sym_BSLASH_LBRACK); END_STATE(); case 193: - ACCEPT_TOKEN(anon_sym_PLUS); + ACCEPT_TOKEN(anon_sym_BSLASH_RBRACK); END_STATE(); case 194: - ACCEPT_TOKEN(anon_sym_DASH); + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '$') ADVANCE(191); END_STATE(); case 195: - ACCEPT_TOKEN(anon_sym_STAR); + ACCEPT_TOKEN(anon_sym_BSLASH_LPAREN); END_STATE(); case 196: - ACCEPT_TOKEN(anon_sym_SLASH); + ACCEPT_TOKEN(anon_sym_BSLASH_RPAREN); END_STATE(); case 197: - ACCEPT_TOKEN(anon_sym_LT); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_BSLASHbegin); + if (lookahead == '*') ADVANCE(226); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 198: - ACCEPT_TOKEN(anon_sym_GT); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_BSLASHend); + if (lookahead == '*') ADVANCE(226); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 199: - ACCEPT_TOKEN(anon_sym_BANG); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_comment); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 200: - ACCEPT_TOKEN(anon_sym_PIPE); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_verbatim); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 201: - ACCEPT_TOKEN(anon_sym_COLON); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_lstlisting); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 202: - ACCEPT_TOKEN(anon_sym_SQUOTE); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_minted); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 203: - ACCEPT_TOKEN(anon_sym__); + ACCEPT_TOKEN(anon_sym_pycode); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 204: - ACCEPT_TOKEN(anon_sym_CARET); + ACCEPT_TOKEN(anon_sym_sagesilent); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 205: - ACCEPT_TOKEN(anon_sym_DOLLAR_DOLLAR); + ACCEPT_TOKEN(anon_sym_sageblock); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 206: - ACCEPT_TOKEN(anon_sym_BSLASH_LBRACK); + ACCEPT_TOKEN(anon_sym_displaymath); + if (lookahead == '*') ADVANCE(207); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 207: - ACCEPT_TOKEN(anon_sym_BSLASH_RBRACK); + ACCEPT_TOKEN(anon_sym_displaymath_STAR); END_STATE(); case 208: - ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '$') ADVANCE(205); + ACCEPT_TOKEN(anon_sym_equation); + if (lookahead == '*') ADVANCE(209); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 209: - ACCEPT_TOKEN(anon_sym_BSLASH_LPAREN); + ACCEPT_TOKEN(anon_sym_equation_STAR); END_STATE(); case 210: - ACCEPT_TOKEN(anon_sym_BSLASH_RPAREN); + ACCEPT_TOKEN(anon_sym_multline); + if (lookahead == '*') ADVANCE(211); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 211: - ACCEPT_TOKEN(anon_sym_BSLASHbegin); - if (lookahead == '*') ADVANCE(240); - if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ACCEPT_TOKEN(anon_sym_multline_STAR); END_STATE(); case 212: - ACCEPT_TOKEN(anon_sym_BSLASHend); - if (lookahead == '*') ADVANCE(240); - if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ACCEPT_TOKEN(anon_sym_eqnarray); + if (lookahead == '*') ADVANCE(213); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 213: - ACCEPT_TOKEN(anon_sym_comment); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_eqnarray_STAR); END_STATE(); case 214: - ACCEPT_TOKEN(anon_sym_verbatim); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_align); + if (lookahead == '*') ADVANCE(215); + if (lookahead == 'a') ADVANCE(160); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 215: - ACCEPT_TOKEN(anon_sym_lstlisting); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_align_STAR); END_STATE(); case 216: - ACCEPT_TOKEN(anon_sym_minted); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_array); + if (lookahead == '*') ADVANCE(217); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 217: - ACCEPT_TOKEN(anon_sym_pycode); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_array_STAR); END_STATE(); case 218: - ACCEPT_TOKEN(anon_sym_sagesilent); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_split); + if (lookahead == '*') ADVANCE(219); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 219: - ACCEPT_TOKEN(anon_sym_sageblock); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(anon_sym_split_STAR); END_STATE(); case 220: - ACCEPT_TOKEN(anon_sym_displaymath); + ACCEPT_TOKEN(anon_sym_alignat); if (lookahead == '*') ADVANCE(221); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 221: - ACCEPT_TOKEN(anon_sym_displaymath_STAR); + ACCEPT_TOKEN(anon_sym_alignat_STAR); END_STATE(); case 222: - ACCEPT_TOKEN(anon_sym_equation); + ACCEPT_TOKEN(anon_sym_gather); if (lookahead == '*') ADVANCE(223); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 223: - ACCEPT_TOKEN(anon_sym_equation_STAR); + ACCEPT_TOKEN(anon_sym_gather_STAR); END_STATE(); case 224: - ACCEPT_TOKEN(anon_sym_multline); + ACCEPT_TOKEN(anon_sym_flalign); if (lookahead == '*') ADVANCE(225); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + if (!sym_word_character_set_1(lookahead)) ADVANCE(174); END_STATE(); case 225: - ACCEPT_TOKEN(anon_sym_multline_STAR); + ACCEPT_TOKEN(anon_sym_flalign_STAR); END_STATE(); case 226: - ACCEPT_TOKEN(anon_sym_eqnarray); - if (lookahead == '*') ADVANCE(227); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(sym_command_name); END_STATE(); case 227: - ACCEPT_TOKEN(anon_sym_eqnarray_STAR); + ACCEPT_TOKEN(sym_command_name); + if (lookahead == '(') ADVANCE(195); + if (lookahead == ')') ADVANCE(196); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(682); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == ']') ADVANCE(193); + if (lookahead == 'a') ADVANCE(375); + if (lookahead == 'b') ADVANCE(525); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(908); + if (lookahead == 'f') ADVANCE(683); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(470); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(226); END_STATE(); case 228: - ACCEPT_TOKEN(anon_sym_align); - if (lookahead == '*') ADVANCE(229); - if (lookahead == 'a') ADVANCE(169); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(sym_command_name); + if (lookahead == '(') ADVANCE(195); + if (lookahead == ')') ADVANCE(196); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(682); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(376); + if (lookahead == 'b') ADVANCE(525); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(969); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(470); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(226); END_STATE(); case 229: - ACCEPT_TOKEN(anon_sym_align_STAR); + ACCEPT_TOKEN(sym_command_name); + if (lookahead == '(') ADVANCE(195); + if (lookahead == ')') ADVANCE(196); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == ']') ADVANCE(193); + if (lookahead == 'a') ADVANCE(376); + if (lookahead == 'b') ADVANCE(526); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(969); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(226); END_STATE(); case 230: - ACCEPT_TOKEN(anon_sym_array); - if (lookahead == '*') ADVANCE(231); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(sym_command_name); + if (lookahead == '(') ADVANCE(195); + if (lookahead == ')') ADVANCE(196); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(375); + if (lookahead == 'b') ADVANCE(526); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(969); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(226); END_STATE(); case 231: - ACCEPT_TOKEN(anon_sym_array_STAR); + ACCEPT_TOKEN(sym_command_name); + if (lookahead == '(') ADVANCE(195); + if (lookahead == ')') ADVANCE(196); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(376); + if (lookahead == 'b') ADVANCE(526); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(908); + if (lookahead == 'f') ADVANCE(969); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(226); END_STATE(); case 232: - ACCEPT_TOKEN(anon_sym_split); - if (lookahead == '*') ADVANCE(233); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(sym_command_name); + if (lookahead == '(') ADVANCE(195); + if (lookahead == ')') ADVANCE(196); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(376); + if (lookahead == 'b') ADVANCE(526); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(683); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(226); END_STATE(); case 233: - ACCEPT_TOKEN(anon_sym_split_STAR); + ACCEPT_TOKEN(sym_command_name); + if (lookahead == '(') ADVANCE(195); + if (lookahead == ')') ADVANCE(196); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(376); + if (lookahead == 'b') ADVANCE(526); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(969); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(226); END_STATE(); case 234: - ACCEPT_TOKEN(anon_sym_alignat); - if (lookahead == '*') ADVANCE(235); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(sym_command_name); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(682); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == ']') ADVANCE(193); + if (lookahead == 'a') ADVANCE(376); + if (lookahead == 'b') ADVANCE(525); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(969); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(470); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(226); END_STATE(); case 235: - ACCEPT_TOKEN(anon_sym_alignat_STAR); + ACCEPT_TOKEN(sym_command_name); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(682); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(376); + if (lookahead == 'b') ADVANCE(525); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(683); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(470); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(226); END_STATE(); case 236: - ACCEPT_TOKEN(anon_sym_gather); - if (lookahead == '*') ADVANCE(237); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(sym_command_name); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(682); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(376); + if (lookahead == 'b') ADVANCE(525); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(969); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(470); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(226); END_STATE(); case 237: - ACCEPT_TOKEN(anon_sym_gather_STAR); + ACCEPT_TOKEN(sym_command_name); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == ']') ADVANCE(193); + if (lookahead == 'a') ADVANCE(375); + if (lookahead == 'b') ADVANCE(526); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(969); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(226); END_STATE(); case 238: - ACCEPT_TOKEN(anon_sym_flalign); - if (lookahead == '*') ADVANCE(239); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + ACCEPT_TOKEN(sym_command_name); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == ']') ADVANCE(193); + if (lookahead == 'a') ADVANCE(376); + if (lookahead == 'b') ADVANCE(526); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(908); + if (lookahead == 'f') ADVANCE(969); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(226); END_STATE(); case 239: - ACCEPT_TOKEN(anon_sym_flalign_STAR); + ACCEPT_TOKEN(sym_command_name); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == ']') ADVANCE(193); + if (lookahead == 'a') ADVANCE(376); + if (lookahead == 'b') ADVANCE(526); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(683); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(226); END_STATE(); case 240: ACCEPT_TOKEN(sym_command_name); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == ']') ADVANCE(193); + if (lookahead == 'a') ADVANCE(376); + if (lookahead == 'b') ADVANCE(526); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(969); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); + if (lookahead != 0 && + lookahead != '\n' && + lookahead != '\r') ADVANCE(226); END_STATE(); case 241: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == ')') ADVANCE(210); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(693); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == ']') ADVANCE(207); - if (lookahead == 'a') ADVANCE(389); - if (lookahead == 'b') ADVANCE(539); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(918); - if (lookahead == 'f') ADVANCE(694); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(484); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(376); + if (lookahead == 'b') ADVANCE(526); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(908); + if (lookahead == 'f') ADVANCE(683); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + lookahead != '\r') ADVANCE(226); END_STATE(); case 242: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == ')') ADVANCE(210); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(693); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(390); - if (lookahead == 'b') ADVANCE(539); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(978); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(484); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(376); + if (lookahead == 'b') ADVANCE(526); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(908); + if (lookahead == 'f') ADVANCE(969); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + lookahead != '\r') ADVANCE(226); END_STATE(); case 243: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == ')') ADVANCE(210); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == ']') ADVANCE(207); - if (lookahead == 'a') ADVANCE(390); - if (lookahead == 'b') ADVANCE(540); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(978); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(376); + if (lookahead == 'b') ADVANCE(526); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(683); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + lookahead != '\r') ADVANCE(226); END_STATE(); case 244: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == ')') ADVANCE(210); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(389); - if (lookahead == 'b') ADVANCE(540); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(978); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(376); + if (lookahead == 'b') ADVANCE(526); + if (lookahead == 'c') ADVANCE(280); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(969); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(613); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(285); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(532); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + lookahead != '\r') ADVANCE(226); END_STATE(); case 245: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == ')') ADVANCE(210); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(390); - if (lookahead == 'b') ADVANCE(540); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(918); - if (lookahead == 'f') ADVANCE(978); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(378); + if (lookahead == 'b') ADVANCE(689); + if (lookahead == 'c') ADVANCE(281); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(683); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(614); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(286); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(667); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + lookahead != '\r') ADVANCE(226); END_STATE(); case 246: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == ')') ADVANCE(210); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(390); - if (lookahead == 'b') ADVANCE(540); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(694); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(378); + if (lookahead == 'b') ADVANCE(689); + if (lookahead == 'c') ADVANCE(281); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(969); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(614); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(286); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(667); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + lookahead != '\r') ADVANCE(226); END_STATE(); case 247: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == ')') ADVANCE(210); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(390); - if (lookahead == 'b') ADVANCE(540); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(978); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(378); + if (lookahead == 'b') ADVANCE(526); + if (lookahead == 'c') ADVANCE(281); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(908); + if (lookahead == 'f') ADVANCE(683); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(614); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(286); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(667); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + lookahead != '\r') ADVANCE(226); END_STATE(); case 248: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(693); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == ']') ADVANCE(207); - if (lookahead == 'a') ADVANCE(390); - if (lookahead == 'b') ADVANCE(539); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(978); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(484); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(378); + if (lookahead == 'b') ADVANCE(526); + if (lookahead == 'c') ADVANCE(281); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(908); + if (lookahead == 'f') ADVANCE(969); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(614); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(286); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(667); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + lookahead != '\r') ADVANCE(226); END_STATE(); case 249: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(693); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(390); - if (lookahead == 'b') ADVANCE(539); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(694); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(484); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(378); + if (lookahead == 'b') ADVANCE(526); + if (lookahead == 'c') ADVANCE(281); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(683); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(614); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(286); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(667); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + lookahead != '\r') ADVANCE(226); END_STATE(); case 250: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(693); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(390); - if (lookahead == 'b') ADVANCE(539); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(978); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(484); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(378); + if (lookahead == 'b') ADVANCE(526); + if (lookahead == 'c') ADVANCE(281); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(969); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(614); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(286); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(667); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + lookahead != '\r') ADVANCE(226); END_STATE(); case 251: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == ']') ADVANCE(207); - if (lookahead == 'a') ADVANCE(389); - if (lookahead == 'b') ADVANCE(540); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(978); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(377); + if (lookahead == 'b') ADVANCE(689); + if (lookahead == 'c') ADVANCE(281); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(683); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(614); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(286); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(667); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + lookahead != '\r') ADVANCE(226); END_STATE(); case 252: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == ']') ADVANCE(207); - if (lookahead == 'a') ADVANCE(390); - if (lookahead == 'b') ADVANCE(540); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(918); - if (lookahead == 'f') ADVANCE(978); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + if (lookahead == '(') ADVANCE(195); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'B') ADVANCE(700); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == '[') ADVANCE(192); + if (lookahead == 'a') ADVANCE(377); + if (lookahead == 'b') ADVANCE(689); + if (lookahead == 'c') ADVANCE(281); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(969); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(614); + if (lookahead == 'l') ADVANCE(282); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(286); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(667); + if (lookahead == 't') ADVANCE(567); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + lookahead != '\r') ADVANCE(226); END_STATE(); case 253: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == ']') ADVANCE(207); - if (lookahead == 'a') ADVANCE(390); - if (lookahead == 'b') ADVANCE(540); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(694); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'C') ADVANCE(277); + if (lookahead == 'c') ADVANCE(1579); + if (lookahead == 'u') ADVANCE(1218); + if (lookahead == 'v') ADVANCE(1033); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 254: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == ']') ADVANCE(207); - if (lookahead == 'a') ADVANCE(390); - if (lookahead == 'b') ADVANCE(540); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(978); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'C') ADVANCE(1126); + if (lookahead == 'c') ADVANCE(1127); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 255: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(390); - if (lookahead == 'b') ADVANCE(540); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(918); - if (lookahead == 'f') ADVANCE(694); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'C') ADVANCE(1021); + if (lookahead == 'E') ADVANCE(965); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 256: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(390); - if (lookahead == 'b') ADVANCE(540); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(918); - if (lookahead == 'f') ADVANCE(978); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'C') ADVANCE(1023); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 257: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(390); - if (lookahead == 'b') ADVANCE(540); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(694); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'C') ADVANCE(1024); + if (lookahead == 'E') ADVANCE(966); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 258: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(390); - if (lookahead == 'b') ADVANCE(540); - if (lookahead == 'c') ADVANCE(294); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(978); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(625); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(299); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(546); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'C') ADVANCE(1025); + if (lookahead == 'E') ADVANCE(967); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 259: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(392); - if (lookahead == 'b') ADVANCE(700); - if (lookahead == 'c') ADVANCE(295); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(694); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(626); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(300); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(911); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'C') ADVANCE(1026); + if (lookahead == 'E') ADVANCE(968); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 260: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(392); - if (lookahead == 'b') ADVANCE(700); - if (lookahead == 'c') ADVANCE(295); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(978); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(626); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(300); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(911); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'C') ADVANCE(1027); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 261: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(392); - if (lookahead == 'b') ADVANCE(540); - if (lookahead == 'c') ADVANCE(295); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(918); - if (lookahead == 'f') ADVANCE(694); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(626); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(300); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(911); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'C') ADVANCE(1028); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 262: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(392); - if (lookahead == 'b') ADVANCE(540); - if (lookahead == 'c') ADVANCE(295); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(918); - if (lookahead == 'f') ADVANCE(978); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(626); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(300); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(911); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'C') ADVANCE(1029); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 263: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(392); - if (lookahead == 'b') ADVANCE(540); - if (lookahead == 'c') ADVANCE(295); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(694); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(626); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(300); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(911); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'C') ADVANCE(1030); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 264: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(392); - if (lookahead == 'b') ADVANCE(540); - if (lookahead == 'c') ADVANCE(295); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(978); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(626); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(300); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(911); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'D') ADVANCE(1031); + if (lookahead == 'E') ADVANCE(1332); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 265: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(391); - if (lookahead == 'b') ADVANCE(700); - if (lookahead == 'c') ADVANCE(295); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(694); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(626); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(300); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(911); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'D') ADVANCE(574); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 266: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '(') ADVANCE(209); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'B') ADVANCE(711); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == '[') ADVANCE(206); - if (lookahead == 'a') ADVANCE(391); - if (lookahead == 'b') ADVANCE(700); - if (lookahead == 'c') ADVANCE(295); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(978); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(626); - if (lookahead == 'l') ADVANCE(296); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(300); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(911); - if (lookahead == 't') ADVANCE(581); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); - if (lookahead != 0 && - lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'D') ADVANCE(1034); + if (lookahead == 'E') ADVANCE(1343); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 267: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'C') ADVANCE(291); - if (lookahead == 'c') ADVANCE(1580); - if (lookahead == 'u') ADVANCE(1223); - if (lookahead == 'v') ADVANCE(1043); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'D') ADVANCE(1037); + if (lookahead == 'E') ADVANCE(1344); + if (lookahead == 'M') ADVANCE(312); + if (lookahead == 'P') ADVANCE(343); + if (lookahead == 'R') ADVANCE(978); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 268: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'C') ADVANCE(1133); - if (lookahead == 'c') ADVANCE(1134); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'D') ADVANCE(1040); + if (lookahead == 'E') ADVANCE(1345); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 269: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'C') ADVANCE(1029); - if (lookahead == 'E') ADVANCE(974); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'D') ADVANCE(1042); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 270: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'C') ADVANCE(1031); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'D') ADVANCE(1050); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 271: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'C') ADVANCE(1033); - if (lookahead == 'E') ADVANCE(975); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'D') ADVANCE(1052); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 272: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'C') ADVANCE(1035); - if (lookahead == 'E') ADVANCE(976); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'D') ADVANCE(1054); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 273: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'C') ADVANCE(1037); - if (lookahead == 'E') ADVANCE(977); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'I') ADVANCE(918); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 274: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'C') ADVANCE(1038); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'L') ADVANCE(278); + if (lookahead == 'l') ADVANCE(1159); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 275: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'C') ADVANCE(1039); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'O') ADVANCE(1067); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 276: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'C') ADVANCE(1040); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'P') ADVANCE(345); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 277: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'C') ADVANCE(1041); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'R') ADVANCE(630); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 278: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'D') ADVANCE(1042); - if (lookahead == 'E') ADVANCE(1334); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'S') ADVANCE(1503); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 279: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'D') ADVANCE(588); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1101); + if (lookahead == 'n') ADVANCE(1049); + if (lookahead == 'r') ADVANCE(973); + if (lookahead == 'v') ADVANCE(1036); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 280: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'D') ADVANCE(1044); - if (lookahead == 'E') ADVANCE(1344); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1060); + if (lookahead == 'h') ADVANCE(323); + if (lookahead == 'i') ADVANCE(1224); + if (lookahead == 'o') ADVANCE(798); + if (lookahead == 'r') ADVANCE(537); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 281: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'D') ADVANCE(1046); - if (lookahead == 'E') ADVANCE(1345); - if (lookahead == 'M') ADVANCE(325); - if (lookahead == 'P') ADVANCE(357); - if (lookahead == 'R') ADVANCE(987); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1060); + if (lookahead == 'i') ADVANCE(1224); + if (lookahead == 'o') ADVANCE(798); + if (lookahead == 'r') ADVANCE(537); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 282: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'D') ADVANCE(1048); - if (lookahead == 'E') ADVANCE(1346); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(363); + if (lookahead == 'c') ADVANCE(909); + if (lookahead == 'e') ADVANCE(631); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 283: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'D') ADVANCE(1050); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(363); + if (lookahead == 'c') ADVANCE(909); + if (lookahead == 'e') ADVANCE(1183); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 284: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'D') ADVANCE(1058); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(856); + if (lookahead == 'e') ADVANCE(1328); + if (lookahead == 'o') ADVANCE(385); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 285: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'D') ADVANCE(1060); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(653); + if (lookahead == 'n') ADVANCE(1053); + if (lookahead == 'v') ADVANCE(1045); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 286: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'D') ADVANCE(1062); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(654); + if (lookahead == 'n') ADVANCE(1053); + if (lookahead == 'v') ADVANCE(1045); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 287: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'I') ADVANCE(928); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1154); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 288: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'L') ADVANCE(292); - if (lookahead == 'l') ADVANCE(1165); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(864); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 289: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'O') ADVANCE(1076); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(652); + if (lookahead == 'e') ADVANCE(956); + if (lookahead == 't') ADVANCE(53); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 290: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'P') ADVANCE(359); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1056); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 291: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'R') ADVANCE(642); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(390); + if (lookahead == 'c') ADVANCE(976); + if (lookahead == 'e') ADVANCE(942); + if (lookahead == 'g') ADVANCE(802); + if (lookahead == 'l') ADVANCE(324); + if (lookahead == 't') ADVANCE(673); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 292: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'S') ADVANCE(1504); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1059); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 293: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1109); - if (lookahead == 'n') ADVANCE(1057); - if (lookahead == 'r') ADVANCE(982); - if (lookahead == 'v') ADVANCE(1045); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(386); + if (lookahead == 'g') ADVANCE(635); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 294: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1069); - if (lookahead == 'h') ADVANCE(337); - if (lookahead == 'i') ADVANCE(1229); - if (lookahead == 'o') ADVANCE(806); - if (lookahead == 'r') ADVANCE(551); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1061); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 295: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1069); - if (lookahead == 'i') ADVANCE(1229); - if (lookahead == 'o') ADVANCE(806); - if (lookahead == 'r') ADVANCE(551); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(368); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 296: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(377); - if (lookahead == 'c') ADVANCE(919); - if (lookahead == 'e') ADVANCE(643); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(917); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 297: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(377); - if (lookahead == 'c') ADVANCE(919); - if (lookahead == 'e') ADVANCE(1189); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(912); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 298: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(866); - if (lookahead == 'e') ADVANCE(1330); - if (lookahead == 'o') ADVANCE(399); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1083); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 299: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(665); - if (lookahead == 'n') ADVANCE(1061); - if (lookahead == 'v') ADVANCE(1053); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(914); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 300: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(666); - if (lookahead == 'n') ADVANCE(1061); - if (lookahead == 'v') ADVANCE(1053); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(774); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 301: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1163); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(775); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 302: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(874); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1095); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 303: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(664); - if (lookahead == 'e') ADVANCE(964); - if (lookahead == 't') ADVANCE(53); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(916); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 304: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1064); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1088); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 305: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(404); - if (lookahead == 'c') ADVANCE(985); - if (lookahead == 'e') ADVANCE(951); - if (lookahead == 'g') ADVANCE(812); - if (lookahead == 'l') ADVANCE(338); - if (lookahead == 't') ADVANCE(684); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(919); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 306: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1067); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(779); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 307: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(400); - if (lookahead == 'g') ADVANCE(647); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(921); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 308: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1070); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(924); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 309: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(382); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(925); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 310: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(927); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1097); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 311: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(922); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(926); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 312: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(924); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1219); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 313: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1091); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1099); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 314: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(784); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(928); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 315: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(785); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(929); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 316: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1103); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(930); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 317: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(926); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(784); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 318: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1096); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(931); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 319: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(929); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(787); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 320: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(931); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(790); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 321: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(789); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(818); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 322: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(934); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1266); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 323: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(935); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1070); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 324: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(937); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(365); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 325: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1224); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1168); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 326: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1105); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1223); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 327: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(938); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1062); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 328: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1107); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1068); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 329: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(939); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1105); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 330: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(940); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(943); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 331: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(941); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1121); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 332: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(794); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(858); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 333: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(797); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1225); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 334: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(800); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1063); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 335: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(828); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(659); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 336: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1270); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(859); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 337: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1079); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1111); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 338: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(379); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(660); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 339: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1174); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1125); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 340: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1228); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(860); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 341: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1071); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(661); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 342: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1077); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1242); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 343: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1112); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(717); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 344: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(952); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(663); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 345: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1128); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(429); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 346: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(868); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1156); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 347: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1118); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(372); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 348: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1230); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(373); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 349: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1072); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(374); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 350: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(671); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(970); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 351: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(869); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(971); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 352: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(672); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(972); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 353: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1132); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(632); + if (lookahead == 'p') ADVANCE(541); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 354: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(870); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(633); + if (lookahead == 'p') ADVANCE(541); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 355: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(673); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(799); + if (lookahead == 'g') ADVANCE(651); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 356: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1247); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(799); + if (lookahead == 'g') ADVANCE(656); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 357: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(727); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(799); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 358: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(675); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(690); + if (lookahead == 'c') ADVANCE(670); + if (lookahead == 'p') ADVANCE(337); + if (lookahead == 's') ADVANCE(540); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 359: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(443); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(690); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 360: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1164); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(326); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 361: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(386); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(1303); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 362: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(387); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(1181); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 363: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(388); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(551); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 364: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(979); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(1142); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 365: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(980); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(563); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 366: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(981); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(999); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 367: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(644); - if (lookahead == 'p') ADVANCE(555); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(1002); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 368: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(645); - if (lookahead == 'p') ADVANCE(555); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(814); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 369: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(809); - if (lookahead == 'g') ADVANCE(663); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(1128); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 370: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(809); - if (lookahead == 'g') ADVANCE(668); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(333); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 371: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(809); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(1146); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 372: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(701); - if (lookahead == 'c') ADVANCE(681); - if (lookahead == 'p') ADVANCE(347); - if (lookahead == 's') ADVANCE(554); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(841); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 373: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(701); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(842); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 374: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(340); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(843); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 375: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(1305); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1578); + if (lookahead == 'd') ADVANCE(442); + if (lookahead == 'n') ADVANCE(443); + if (lookahead == 'u') ADVANCE(1182); + if (lookahead == 'v') ADVANCE(1043); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 376: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(1187); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1578); + if (lookahead == 'd') ADVANCE(442); + if (lookahead == 'u') ADVANCE(1182); + if (lookahead == 'v') ADVANCE(1043); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 377: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(565); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1578); + if (lookahead == 'd') ADVANCE(457); + if (lookahead == 'n') ADVANCE(443); + if (lookahead == 'u') ADVANCE(1182); + if (lookahead == 'v') ADVANCE(1043); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 378: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(1149); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1578); + if (lookahead == 'd') ADVANCE(457); + if (lookahead == 'u') ADVANCE(1182); + if (lookahead == 'v') ADVANCE(1043); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 379: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(577); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(731); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 380: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(1008); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(63); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 381: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(1011); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1528); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 382: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(824); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1527); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 383: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(1135); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1526); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 384: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(348); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1297); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 385: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(1153); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(708); + if (lookahead == 't') ADVANCE(593); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 386: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(851); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(755); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 387: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(852); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(796); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 388: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(853); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(797); + if (lookahead == 'p') ADVANCE(1291); + if (lookahead == 't') ADVANCE(538); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 389: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1579); - if (lookahead == 'd') ADVANCE(456); - if (lookahead == 'n') ADVANCE(457); - if (lookahead == 'u') ADVANCE(1188); - if (lookahead == 'v') ADVANCE(1051); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(797); + if (lookahead == 'p') ADVANCE(1291); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 390: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1579); - if (lookahead == 'd') ADVANCE(456); - if (lookahead == 'u') ADVANCE(1188); - if (lookahead == 'v') ADVANCE(1051); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1144); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 391: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1579); - if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'n') ADVANCE(457); - if (lookahead == 'u') ADVANCE(1188); - if (lookahead == 'v') ADVANCE(1051); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1162); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 392: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1579); - if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'u') ADVANCE(1188); - if (lookahead == 'v') ADVANCE(1051); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(328); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 393: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(741); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(521); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 394: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(63); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1006); + if (lookahead == 'r') ADVANCE(545); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 395: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1529); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(809); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 396: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1528); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1129); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 397: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1527); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(710); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 398: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1299); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(821); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 399: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(718); - if (lookahead == 't') ADVANCE(606); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1008); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 400: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(765); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(712); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 401: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(807); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(823); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 402: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(808); - if (lookahead == 'p') ADVANCE(1293); - if (lookahead == 't') ADVANCE(552); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(713); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 403: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(808); - if (lookahead == 'p') ADVANCE(1293); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(715); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 404: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1151); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(716); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 405: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1168); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(718); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 406: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(342); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(720); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 407: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(535); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(721); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 408: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1015); - if (lookahead == 'r') ADVANCE(559); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(722); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 409: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(819); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(723); + if (lookahead == 'r') ADVANCE(544); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 410: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1136); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(724); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 411: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(720); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(725); + if (lookahead == 'f') ADVANCE(1314); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 412: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(831); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(726); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 413: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1017); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(727); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 414: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(722); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(728); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 415: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(833); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(729); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 416: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(723); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(730); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 417: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(725); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(732); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 418: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(726); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(733); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 419: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(728); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(734); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 420: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(730); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(735); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 421: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(731); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(736); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 422: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(732); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(737); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 423: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(733); - if (lookahead == 'r') ADVANCE(558); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(738); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 424: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(734); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(739); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 425: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(735); - if (lookahead == 'f') ADVANCE(1316); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(740); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 426: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(736); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(741); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 427: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(737); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(742); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 428: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(738); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1309); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 429: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(739); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(756); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 430: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(740); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(820); + if (lookahead == 'f') ADVANCE(1480); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 431: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(742); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1268); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 432: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(743); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1018); + if (lookahead == 'e') ADVANCE(964); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 433: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(744); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1310); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 434: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(745); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1270); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 435: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(746); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1271); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 436: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(747); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1311); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 437: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(748); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1312); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 438: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(749); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1313); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 439: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(750); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1315); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 440: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(751); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1316); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 441: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(752); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1317); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 442: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1311); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(358); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 443: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(766); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(78); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 444: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(830); - if (lookahead == 'f') ADVANCE(1481); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(198); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 445: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1272); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(1464); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 446: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1026); - if (lookahead == 'e') ADVANCE(973); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(1466); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 447: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1312); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(265); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 448: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1274); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(1472); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 449: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1275); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(1468); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 450: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1313); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(1473); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 451: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1314); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(1475); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 452: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1315); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(1474); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 453: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1317); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(1476); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 454: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1318); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(1477); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 455: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1319); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(1479); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 456: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(372); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(1478); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 457: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(78); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(359); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 458: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(212); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(295); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 459: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(1465); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(609); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 460: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(1467); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(485); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 461: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(279); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(558); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 462: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(1473); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(522); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 463: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(1469); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(347); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 464: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(1474); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(348); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 465: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(1476); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(349); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 466: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(1475); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(387); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 467: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(1477); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1327); + if (lookahead == 'o') ADVANCE(1262); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 468: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(1478); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1333); + if (lookahead == 'v') ADVANCE(1041); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 469: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(1480); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(430); + if (lookahead == 'o') ADVANCE(384); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 470: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(1479); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(616); + if (lookahead == 'i') ADVANCE(641); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 471: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(373); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(616); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 472: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(309); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1055); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 473: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(621); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1386); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 474: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(499); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1384); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 475: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(572); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(254); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 476: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(536); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1361); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 477: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(361); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1387); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 478: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(362); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(267); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 479: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(363); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1523); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 480: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(401); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1522); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 481: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1329); - if (lookahead == 'o') ADVANCE(1267); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(276); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 482: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1335); - if (lookahead == 'v') ADVANCE(1049); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1424); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 483: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(444); - if (lookahead == 'o') ADVANCE(398); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1521); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 484: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(628); - if (lookahead == 'i') ADVANCE(653); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(45); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 485: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(628); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1366); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 486: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1063); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1369); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 487: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1387); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1423); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 488: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1385); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1420); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 489: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(268); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1434); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 490: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1362); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1436); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 491: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1388); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1426); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 492: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(281); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1430); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 493: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1524); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1415); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 494: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1523); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1432); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 495: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(290); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1419); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 496: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1425); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1433); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 497: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1522); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1400); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 498: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(45); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1411); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 499: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1367); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1403); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 500: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1370); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1427); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 501: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1424); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1435); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 502: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1421); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1425); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 503: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1435); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1429); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 504: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1437); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1414); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 505: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1427); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1431); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 506: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1431); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1461); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 507: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1416); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1410); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 508: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1433); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1438); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 509: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1420); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1417); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 510: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1434); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1396); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 511: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1401); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1459); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 512: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1412); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1439); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 513: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1404); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1428); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 514: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1428); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1408); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 515: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1436); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1437); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 516: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1426); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1416); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 517: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1430); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1418); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 518: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1415); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1363); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 519: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1432); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1412); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 520: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1462); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1364); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 521: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1411); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1370); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 522: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1439); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1367); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 523: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1418); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1374); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 524: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1397); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(922); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 525: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1460); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(650); + if (lookahead == 'i') ADVANCE(355); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 526: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1440); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(650); + if (lookahead == 'i') ADVANCE(356); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 527: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1429); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1092); + if (lookahead == 'o') ADVANCE(795); + if (lookahead == 'r') ADVANCE(534); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 528: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1409); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(617); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 529: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1438); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(845); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 530: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1417); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(394); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 531: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1419); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(269); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 532: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1364); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(431); + if (lookahead == 'h') ADVANCE(1004); + if (lookahead == 'm') ADVANCE(346); + if (lookahead == 'u') ADVANCE(353); + if (lookahead == 'v') ADVANCE(1046); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 533: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1413); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1329); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 534: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1365); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(618); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 535: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1371); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(955); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 536: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1368); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1165); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 537: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1375); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(619); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 538: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(932); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1143); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 539: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(662); - if (lookahead == 'i') ADVANCE(369); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(620); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 540: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(662); - if (lookahead == 'i') ADVANCE(370); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(380); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 541: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1100); - if (lookahead == 'o') ADVANCE(805); - if (lookahead == 'r') ADVANCE(548); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1153); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 542: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(629); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(621); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 543: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(855); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(447); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 544: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(408); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(622); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 545: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(283); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(623); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 546: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(445); - if (lookahead == 'm') ADVANCE(360); - if (lookahead == 'u') ADVANCE(367); - if (lookahead == 'v') ADVANCE(1054); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1171); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 547: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1331); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(399); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 548: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(630); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(624); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 549: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(963); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(625); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 550: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1171); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(849); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 551: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(631); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(764); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 552: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1150); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(396); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 553: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(632); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1081); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 554: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(394); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(626); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 555: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1162); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(627); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 556: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(633); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1014); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 557: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(461); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1094); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 558: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (lookahead == 'e') ADVANCE(634); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 559: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(635); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(852); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 560: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1177); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1082); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 561: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(413); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(628); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 562: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(636); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1096); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 563: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(637); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(769); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 564: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(859); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1274); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 565: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(774); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1091); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 566: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(410); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1209); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 567: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1089); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1334); + if (lookahead == 'i') ADVANCE(1220); + if (lookahead == 'v') ADVANCE(1047); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 568: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(638); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(932); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 569: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(639); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1167); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 570: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1023); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(298); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 571: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1102); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1335); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 572: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(646); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(933); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 573: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(862); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1169); + if (lookahead == 'i') ADVANCE(1163); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 574: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1090); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(806); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 575: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(640); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1336); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 576: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1104); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(934); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 577: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(779); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1337); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 578: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1277); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(935); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 579: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1099); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(936); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 580: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1215); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1339); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 581: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1336); - if (lookahead == 'i') ADVANCE(1225); - if (lookahead == 'v') ADVANCE(1055); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(958); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 582: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(942); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1340); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 583: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1173); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(937); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 584: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(313); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1341); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 585: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1337); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(938); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 586: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(943); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1342); + if (lookahead == 'i') ADVANCE(1220); + if (lookahead == 'v') ADVANCE(1047); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 587: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1175); - if (lookahead == 'i') ADVANCE(1169); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(939); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 588: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(816); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(940); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 589: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1338); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1132); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 590: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(944); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1118); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 591: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1339); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1016); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 592: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(945); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(404); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 593: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(967); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(414); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 594: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1341); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(419); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 595: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(946); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(421); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 596: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1342); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(424); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 597: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(947); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1148); + if (lookahead == 'o') ADVANCE(825); + if (lookahead == 'r') ADVANCE(539); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 598: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1343); - if (lookahead == 'i') ADVANCE(1225); - if (lookahead == 'v') ADVANCE(1055); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(434); + if (lookahead == 'u') ADVANCE(362); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 599: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(948); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(956); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 600: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(949); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1150); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 601: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1139); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(957); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 602: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1125); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(435); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 603: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(953); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(959); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 604: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1024); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(961); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 605: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(418); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(960); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 606: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(428); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(962); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 607: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(433); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(963); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 608: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(435); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(270); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 609: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(438); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(268); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 610: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1155); - if (lookahead == 'o') ADVANCE(835); - if (lookahead == 'r') ADVANCE(553); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(271); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 611: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(448); - if (lookahead == 'u') ADVANCE(376); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(272); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 612: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(964); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'e') ADVANCE(1330); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 613: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(966); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(629); + if (lookahead == 'm') ADVANCE(1073); + if (lookahead == 'n') ADVANCE(388); + if (lookahead == 't') ADVANCE(529); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 614: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(449); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(629); + if (lookahead == 'm') ADVANCE(1073); + if (lookahead == 'n') ADVANCE(388); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 615: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(968); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(629); + if (lookahead == 'm') ADVANCE(1073); + if (lookahead == 'n') ADVANCE(389); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 616: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(970); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1441); + if (lookahead == 'n') ADVANCE(533); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 617: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(969); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1448); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 618: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(971); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1444); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 619: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(972); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1447); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 620: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(284); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1443); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 621: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(282); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1442); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 622: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(285); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1445); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 623: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(286); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1446); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 624: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'e') ADVANCE(1332); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1452); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 625: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(641); - if (lookahead == 'm') ADVANCE(1068); - if (lookahead == 'n') ADVANCE(402); - if (lookahead == 't') ADVANCE(543); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1451); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 626: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(641); - if (lookahead == 'm') ADVANCE(1068); - if (lookahead == 'n') ADVANCE(402); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1457); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 627: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(641); - if (lookahead == 'm') ADVANCE(1068); - if (lookahead == 'n') ADVANCE(403); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1453); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 628: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1442); - if (lookahead == 'n') ADVANCE(547); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1458); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 629: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1449); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(321); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 630: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1445); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1292); + if (lookahead == 'l') ADVANCE(979); + if (lookahead == 's') ADVANCE(677); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 631: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1448); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1184); + if (lookahead == 't') ADVANCE(1481); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 632: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1444); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(705); + if (lookahead == 'i') ADVANCE(894); + if (lookahead == 'p') ADVANCE(329); + if (lookahead == 's') ADVANCE(598); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 633: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1443); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(705); + if (lookahead == 'i') ADVANCE(894); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 634: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1446); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1116); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 635: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1447); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(803); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 636: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1453); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1299); + if (lookahead == 'l') ADVANCE(982); + if (lookahead == 's') ADVANCE(678); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 637: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1452); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1301); + if (lookahead == 'l') ADVANCE(983); + if (lookahead == 's') ADVANCE(679); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 638: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1458); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1304); + if (lookahead == 'l') ADVANCE(997); + if (lookahead == 's') ADVANCE(680); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 639: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1454); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1305); + if (lookahead == 'l') ADVANCE(998); + if (lookahead == 's') ADVANCE(681); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 640: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1459); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(642); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 641: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(335); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(671); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 642: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1294); - if (lookahead == 'l') ADVANCE(988); - if (lookahead == 's') ADVANCE(687); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(757); + if (lookahead == 'l') ADVANCE(1484); + if (lookahead == 'r') ADVANCE(1489); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 643: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1190); - if (lookahead == 't') ADVANCE(1482); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(1556); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 644: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(715); - if (lookahead == 'i') ADVANCE(904); - if (lookahead == 'p') ADVANCE(343); - if (lookahead == 's') ADVANCE(611); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(1555); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 645: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(715); - if (lookahead == 'i') ADVANCE(904); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(1554); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 646: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1124); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(1373); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 647: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(813); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(1582); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 648: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1301); - if (lookahead == 'l') ADVANCE(991); - if (lookahead == 's') ADVANCE(689); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(1581); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 649: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1303); - if (lookahead == 'l') ADVANCE(992); - if (lookahead == 's') ADVANCE(690); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(655); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 650: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1306); - if (lookahead == 'l') ADVANCE(1005); - if (lookahead == 's') ADVANCE(691); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(692); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 651: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1307); - if (lookahead == 'l') ADVANCE(1007); - if (lookahead == 's') ADVANCE(692); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(761); + if (lookahead == 'l') ADVANCE(1483); + if (lookahead == 'r') ADVANCE(1488); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 652: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(654); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(1102); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 653: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(682); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(530); + if (lookahead == 'r') ADVANCE(289); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 654: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(767); - if (lookahead == 'l') ADVANCE(1485); - if (lookahead == 'r') ADVANCE(1490); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(530); + if (lookahead == 'r') ADVANCE(599); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 655: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(1557); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(758); + if (lookahead == 'l') ADVANCE(1484); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 656: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(1556); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(762); + if (lookahead == 'l') ADVANCE(1483); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 657: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(1555); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(506); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 658: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(1374); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(511); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 659: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(1583); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(589); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 660: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(1582); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(518); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 661: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(667); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(520); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 662: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(703); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(1113); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 663: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(771); - if (lookahead == 'l') ADVANCE(1484); - if (lookahead == 'r') ADVANCE(1489); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'g') ADVANCE(1139); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 664: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(1110); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(69); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 665: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(544); - if (lookahead == 'r') ADVANCE(303); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(275); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 666: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(544); - if (lookahead == 'r') ADVANCE(612); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(71); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 667: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(768); - if (lookahead == 'l') ADVANCE(1485); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(1004); + if (lookahead == 'm') ADVANCE(346); + if (lookahead == 'u') ADVANCE(354); + if (lookahead == 'v') ADVANCE(1046); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 668: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(772); - if (lookahead == 'l') ADVANCE(1484); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(1346); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 669: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(520); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(981); + if (lookahead == 'o') ADVANCE(409); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 670: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(525); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(290); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 671: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(601); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(1187); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 672: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(532); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(702); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 673: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(534); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(556); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 674: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(1120); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(994); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 675: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'g') ADVANCE(1146); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(996); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 676: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'h') ADVANCE(69); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(591); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 677: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'h') ADVANCE(289); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(1009); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 678: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'h') ADVANCE(71); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(1010); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 679: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'h') ADVANCE(1347); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(1011); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 680: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'h') ADVANCE(990); - if (lookahead == 'o') ADVANCE(423); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(1013); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 681: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'h') ADVANCE(304); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'h') ADVANCE(1015); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 682: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'h') ADVANCE(1193); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(640); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 683: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'h') ADVANCE(712); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(46); + if (lookahead == 'n') ADVANCE(1051); + if (lookahead == 'o') ADVANCE(980); + if (lookahead == 't') ADVANCE(1326); + if (lookahead == 'u') ADVANCE(839); + if (lookahead == 'v') ADVANCE(1044); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 684: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'h') ADVANCE(570); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(752); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 685: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'h') ADVANCE(1004); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1531); + if (lookahead == 'v') ADVANCE(1543); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 686: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'h') ADVANCE(1006); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1530); + if (lookahead == 'v') ADVANCE(1542); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 687: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'h') ADVANCE(1016); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1529); + if (lookahead == 'v') ADVANCE(1541); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 688: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'h') ADVANCE(604); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1222); + if (lookahead == 'r') ADVANCE(528); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 689: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'h') ADVANCE(1018); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(356); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 690: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'h') ADVANCE(1019); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(369); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 691: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'h') ADVANCE(1021); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(459); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 692: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'h') ADVANCE(1022); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(902); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 693: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(652); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(364); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 694: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(46); - if (lookahead == 'n') ADVANCE(1059); - if (lookahead == 'o') ADVANCE(989); - if (lookahead == 't') ADVANCE(1328); - if (lookahead == 'u') ADVANCE(849); - if (lookahead == 'v') ADVANCE(1052); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1098); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 695: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(762); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(846); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 696: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1532); - if (lookahead == 'v') ADVANCE(1544); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(862); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 697: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1531); - if (lookahead == 'v') ADVANCE(1543); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(357); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 698: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1530); - if (lookahead == 'v') ADVANCE(1542); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(907); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 699: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1227); - if (lookahead == 'r') ADVANCE(542); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1017); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 700: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(370); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(649); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 701: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(383); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(945); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 702: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(473); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(391); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 703: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(912); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(893); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 704: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(378); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1134); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 705: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1106); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(812); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 706: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(856); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1137); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 707: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(871); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1123); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 708: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(371); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1229); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 709: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(917); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(985); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 710: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1025); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1231); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 711: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(661); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(987); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 712: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(405); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1232); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 713: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(903); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1233); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 714: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1141); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(995); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 715: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(822); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1234); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 716: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1144); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1235); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 717: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1130); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1131); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 718: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1234); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1236); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 719: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(994); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1000); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 720: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1236); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1237); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 721: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(996); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1238); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 722: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1237); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1239); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 723: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1238); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1240); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 724: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1003); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1241); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 725: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1239); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1243); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 726: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1240); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1244); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 727: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1138); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1245); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 728: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1241); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1246); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 729: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1009); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1247); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 730: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1242); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1248); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 731: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1243); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1249); + if (lookahead == 'o') ADVANCE(816); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 732: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1244); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1250); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 733: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1245); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1251); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 734: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1246); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1252); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 735: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1248); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1253); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 736: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1249); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1254); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 737: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1250); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1255); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 738: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1251); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1256); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 739: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1252); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1257); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 740: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1253); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1258); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 741: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1254); - if (lookahead == 'o') ADVANCE(826); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1259); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 742: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1255); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1260); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 743: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1256); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1261); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 744: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1257); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1147); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 745: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1258); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(946); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 746: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1259); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(371); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 747: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1260); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1151); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 748: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1261); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1152); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 749: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1262); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1155); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 750: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1263); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1157); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 751: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1264); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1158); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 752: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1265); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'k') ADVANCE(1356); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 753: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1266); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'k') ADVANCE(1508); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 754: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1154); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'k') ADVANCE(1170); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 755: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(955); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'k') ADVANCE(338); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 756: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(385); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'k') ADVANCE(341); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 757: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1157); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1486); + if (lookahead == 'r') ADVANCE(1491); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 758: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1158); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1486); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 759: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1159); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1506); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 760: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1160); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1505); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 761: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1161); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1485); + if (lookahead == 'r') ADVANCE(1490); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 762: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'k') ADVANCE(1357); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1485); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 763: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'k') ADVANCE(1509); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1504); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 764: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'k') ADVANCE(1176); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1440); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 765: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'k') ADVANCE(352); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1562); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 766: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'k') ADVANCE(355); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1561); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 767: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1487); - if (lookahead == 'r') ADVANCE(1492); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1560); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 768: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1487); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1402); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 769: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1507); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1463); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 770: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1506); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1565); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 771: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1486); - if (lookahead == 'r') ADVANCE(1491); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1559); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 772: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1486); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1564); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 773: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1505); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1558); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 774: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1441); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1517); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 775: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1563); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1516); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 776: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1562); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1525); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 777: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1561); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1563); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 778: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1403); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1557); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 779: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1464); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1515); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 780: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1566); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1524); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 781: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1560); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1553); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 782: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1565); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1552); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 783: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1559); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1551); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 784: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1518); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1520); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 785: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1517); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1590); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 786: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1526); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1584); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 787: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1564); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1519); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 788: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1558); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1589); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 789: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1516); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1583); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 790: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1525); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1518); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 791: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1554); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1588); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 792: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1553); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1587); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 793: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1552); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1057); + if (lookahead == 'u') ADVANCE(1269); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 794: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1521); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1160); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 795: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1591); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(397); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 796: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1585); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(331); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 797: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1520); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1298); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 798: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1590); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(975); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 799: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1584); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(699); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 800: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1519); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1306); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 801: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1589); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1065); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 802: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1588); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(977); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 803: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1065); - if (lookahead == 'u') ADVANCE(1273); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(693); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 804: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1166); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(765); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 805: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(411); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(766); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 806: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(984); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(703); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 807: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(345); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(767); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 808: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1300); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(991); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 809: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(710); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(325); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 810: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1308); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(476); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 811: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1074); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(801); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 812: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(986); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(486); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 813: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(704); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(510); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 814: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(775); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(531); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 815: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(776); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1066); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 816: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(713); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(992); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 817: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(777); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(815); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 818: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1000); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1179); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 819: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(339); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1001); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 820: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(490); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(339); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 821: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(811); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1300); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 822: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(500); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1307); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 823: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(524); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1302); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 824: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(545); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(1308); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 825: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1075); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(400); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 826: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1002); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(746); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 827: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(825); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(403); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 828: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1185); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(405); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 829: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1010); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(406); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 830: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(353); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(408); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 831: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1302); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(410); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 832: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1309); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(412); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 833: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1304); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(413); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 834: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(1310); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(415); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 835: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(414); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(416); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 836: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(756); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(417); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 837: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(417); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(422); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 838: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(419); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(427); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 839: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(420); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(832); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 840: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(422); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(838); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 841: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(424); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(608); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 842: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(426); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(610); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 843: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(427); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'l') ADVANCE(611); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 844: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(429); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(287); + if (lookahead == 'v') ADVANCE(1039); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 845: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(430); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(73); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 846: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(431); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(273); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 847: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(436); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(1379); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 848: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(441); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(1547); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 849: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(842); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(1591); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 850: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(848); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(1381); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 851: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(620); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(1380); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 852: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(622); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(1593); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 853: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'l') ADVANCE(623); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(1382); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 854: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(301); - if (lookahead == 'v') ADVANCE(1047); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(366); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 855: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(73); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(861); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 856: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(287); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(475); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 857: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(1380); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(568); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 858: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(1548); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(479); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 859: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(1592); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(480); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 860: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(1382); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(483); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 861: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(1381); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(299); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 862: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(1594); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(745); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 863: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(1383); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(303); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 864: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(380); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(552); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 865: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(872); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(305); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 866: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(489); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(307); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 867: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(582); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(308); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 868: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(493); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(309); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 869: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(494); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(311); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 870: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(497); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(314); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 871: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(755); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(315); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 872: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(312); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(316); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 873: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(317); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(318); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 874: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(566); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(367); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 875: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(319); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(863); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 876: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(320); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(572); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 877: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(322); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(865); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 878: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(323); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(576); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 879: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(324); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(866); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 880: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(327); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(867); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 881: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(329); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(579); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 882: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(330); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(868); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 883: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(331); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(581); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 884: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(381); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(869); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 885: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(873); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(583); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 886: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(586); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(870); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 887: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(875); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(585); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 888: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(590); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(871); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 889: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(876); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(587); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 890: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(592); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(872); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 891: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(877); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(588); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 892: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(593); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(873); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 893: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(878); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(743); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 894: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(595); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(1074); + if (lookahead == 'n') ADVANCE(398); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 895: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(879); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(601); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 896: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(597); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(603); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 897: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(880); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(604); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 898: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(599); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(605); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 899: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(881); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(606); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 900: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(600); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(607); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 901: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(882); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'm') ADVANCE(346); + if (lookahead == 'u') ADVANCE(354); + if (lookahead == 'v') ADVANCE(1046); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 902: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(883); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(197); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 903: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(753); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1383); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 904: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(1082); - if (lookahead == 'n') ADVANCE(412); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(61); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 905: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(613); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(65); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 906: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(615); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(67); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 907: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(616); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(753); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 908: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(617); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(444); + if (lookahead == 'q') ADVANCE(1103); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 909: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(618); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(288); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 910: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(619); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(754); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 911: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'm') ADVANCE(360); - if (lookahead == 'u') ADVANCE(368); - if (lookahead == 'v') ADVANCE(1054); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(643); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 912: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(211); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(458); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 913: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1384); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(644); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 914: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(61); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(445); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 915: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(65); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(645); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 916: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(67); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(446); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 917: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(763); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(657); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 918: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(458); - if (lookahead == 'q') ADVANCE(1111); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1071); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 919: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(302); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(448); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 920: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(764); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(647); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 921: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(655); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(449); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 922: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(472); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(612); + if (lookahead == 'q') ADVANCE(1290); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 923: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(656); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(648); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 924: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(459); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(450); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 925: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(657); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(451); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 926: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(460); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(452); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 927: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(669); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 928: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1080); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(453); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 929: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(462); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(454); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 930: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(659); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(455); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 931: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(463); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(456); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 932: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(624); - if (lookahead == 'q') ADVANCE(1292); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1267); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 933: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(660); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1202); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 934: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(464); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1210); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 935: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(465); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1230); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 936: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1231); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1212); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 937: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(466); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1213); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 938: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(467); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1214); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 939: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(468); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1215); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 940: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(469); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1216); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 941: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(470); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1351); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 942: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1271); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1320); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 943: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1208); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(658); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 944: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1216); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(547); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 945: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1217); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1281); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 946: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1218); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1072); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 947: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1219); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(878); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 948: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1220); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(881); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 949: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1221); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1275); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 950: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1352); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(401); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 951: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1322); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(885); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 952: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(670); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(887); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 953: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1235); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(889); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 954: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(561); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(891); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 955: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1081); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(418); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 956: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(888); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(423); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 957: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(890); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1279); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 958: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(894); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1280); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 959: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(896); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1282); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 960: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(898); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1283); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 961: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(900); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1285); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 962: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(415); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1286); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 963: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(432); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1288); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 964: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(437); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1321); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 965: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1278); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1322); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 966: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1282); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1323); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 967: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1283); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1324); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 968: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1284); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1325); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 969: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1285); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(1051); + if (lookahead == 'o') ADVANCE(980); + if (lookahead == 't') ADVANCE(1326); + if (lookahead == 'u') ADVANCE(839); + if (lookahead == 'v') ADVANCE(1044); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 970: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1287); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(463); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 971: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1288); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(464); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 972: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1290); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'n') ADVANCE(465); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 973: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1323); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1318); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 974: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1324); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1331); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 975: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1325); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1079); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 976: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1326); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(855); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 977: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1327); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1166); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 978: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(1059); - if (lookahead == 'o') ADVANCE(989); - if (lookahead == 't') ADVANCE(1328); - if (lookahead == 'u') ADVANCE(849); - if (lookahead == 'v') ADVANCE(1052); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(361); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 979: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(477); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(911); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 980: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(478); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1217); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 981: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'n') ADVANCE(479); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1080); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 982: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1320); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(913); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 983: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1333); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(915); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 984: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1087); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(847); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 985: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(865); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(903); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 986: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1172); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(850); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 987: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(375); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(904); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 988: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(921); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(851); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 989: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1222); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(853); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 990: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1088); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(941); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 991: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(923); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1084); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 992: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(925); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1085); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 993: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(857); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(947); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 994: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(913); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1086); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 995: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(860); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(905); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 996: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(914); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1087); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 997: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(861); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(920); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 998: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(950); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(923); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 999: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(863); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(776); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1000: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1092); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(906); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1001: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(956); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1089); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1002: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1093); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(780); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1003: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(915); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1090); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1004: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1094); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1104); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1005: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(930); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1294); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1006: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1095); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(808); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1007: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(933); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1108); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1008: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(786); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(819); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1009: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(916); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1115); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1010: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1097); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1117); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1011: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(790); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1119); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1012: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1098); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1120); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1013: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1113); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1122); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1014: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1296); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1130); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1015: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(818); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1124); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1016: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1121); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1133); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1017: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(829); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(662); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1018: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1123); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(875); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1019: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1126); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(948); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1020: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1127); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(402); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1021: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1129); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(877); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1022: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1131); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(951); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1023: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1137); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(879); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1024: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1140); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(880); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1025: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(674); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(882); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1026: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(885); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(884); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1027: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(957); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(886); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1028: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(416); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(888); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1029: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(887); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(890); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1030: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(958); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(892); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1031: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(889); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(428); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1032: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(959); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(952); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1033: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(891); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(827); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1034: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(960); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(436); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1035: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(893); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(953); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1036: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(961); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(828); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1037: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(895); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(437); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1038: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(897); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(954); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1039: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(899); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(829); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1040: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(901); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(438); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1041: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(902); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(830); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1042: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(442); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(433); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1043: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(837); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(831); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1044: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(450); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(833); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1045: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(838); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(834); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1046: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(451); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(835); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1047: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(839); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(836); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1048: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(452); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(837); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1049: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(840); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1284); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1050: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(447); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(439); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1051: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(841); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1287); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1052: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(843); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(440); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1053: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(844); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(1289); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1054: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(845); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'o') ADVANCE(441); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1055: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(846); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(293); + if (lookahead == 't') ADVANCE(684); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1056: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(847); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(59); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1057: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1286); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(1406); + if (lookahead == 't') ADVANCE(1405); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1058: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(453); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(1507); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1059: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1289); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(664); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1060: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(454); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(1221); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1061: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(1291); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(668); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1062: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'o') ADVANCE(455); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(672); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1063: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(307); - if (lookahead == 't') ADVANCE(695); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(666); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1064: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(59); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(335); + if (lookahead == 'r') ADVANCE(554); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1065: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(1407); - if (lookahead == 't') ADVANCE(1406); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(785); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1066: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(1508); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(788); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1067: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(676); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(590); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1068: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(1013); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(523); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1069: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(1226); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(297); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1070: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(679); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(1228); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1071: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(683); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(1295); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1072: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(678); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(1296); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1073: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(350); - if (lookahead == 'r') ADVANCE(568); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(1007); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1074: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(795); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(1012); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1075: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(798); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(350); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1076: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(602); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(351); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1077: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(537); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(352); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1078: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(311); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'q') ADVANCE(1103); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1079: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(1233); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1597); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1080: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(1297); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1362); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1081: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(1298); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(685); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1082: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(1020); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(57); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1083: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(364); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1398); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1084: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(365); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1600); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1085: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(366); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1599); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1086: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'q') ADVANCE(1111); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1394); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1087: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1598); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1392); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1088: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1363); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1404); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1089: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(696); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1595); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1090: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(57); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1470); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1091: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1399); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1492); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1092: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1601); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(360); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1093: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1600); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1352); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1094: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1395); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(686); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1095: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1393); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1353); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1096: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1405); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(687); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1097: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1596); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1347); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1098: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1471); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1173); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1099: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1493); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1348); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1100: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(374); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1349); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1101: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1354); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(535); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1102: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(697); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(292); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1103: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1353); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(542); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1104: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(698); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1264); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1105: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1348); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(344); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1106: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1178); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(393); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1107: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1349); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(300); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1108: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1350); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1188); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1109: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(549); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(984); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1110: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(306); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(768); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1111: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(556); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1191); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1112: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(358); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(986); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1113: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1194); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(294); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1114: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(407); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(988); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1115: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(314); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1193); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1116: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(993); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(989); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1117: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(778); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1194); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1118: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1197); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(322); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1119: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(995); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1197); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1120: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(308); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1201); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1121: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1199); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(478); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1122: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(997); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1205); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1123: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1200); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(481); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1124: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(999); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1207); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1125: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(336); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(564); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1126: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1203); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(548); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1127: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1207); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(549); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1128: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(492); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(546); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1129: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1211); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(555); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1130: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(495); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(550); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1131: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1213); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(543); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1132: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(578); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(561); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1133: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(562); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(559); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1134: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(563); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1175); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1135: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(560); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(301); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1136: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(569); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(327); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1137: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(564); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1177); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1138: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(557); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(306); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1139: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(575); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(334); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1140: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(573); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(317); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1141: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1180); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(319); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1142: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(315); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(310); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1143: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(341); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1272); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1144: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1182); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(990); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1145: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(321); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(320); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1146: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(349); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(313); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1147: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(332); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(993); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1148: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(333); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(370); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1149: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(326); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1354); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1150: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1276); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1273); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1151: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(998); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1019); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1152: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(334); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1022); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1153: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(328); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(426); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1154: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1001); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1277); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1155: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(384); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1032); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1156: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1355); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1278); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1157: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1027); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1035); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1158: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1030); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'r') ADVANCE(1038); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1159: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1032); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(1502); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1160: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1034); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(1501); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1161: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1036); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(1365); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1162: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(440); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(1372); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1163: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1280); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(1058); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1164: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'r') ADVANCE(1281); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(472); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1165: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(1503); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(381); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1166: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(1502); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(1180); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1167: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(1366); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(382); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1168: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(1373); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(1161); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1169: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(1066); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(383); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1170: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(486); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(392); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1171: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(395); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(1005); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1172: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(1186); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(553); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1173: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(396); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(1195); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1174: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(1167); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(557); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1175: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(397); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(1196); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1176: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(406); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(562); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1177: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(1014); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(1199); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1178: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(1201); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(1204); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1179: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(567); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(484); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1180: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(1202); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(302); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1181: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(571); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(602); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1182: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(1205); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(669); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1183: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(576); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1481); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1184: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(1210); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1482); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1185: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(498); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1603); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1186: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(316); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1368); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1187: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(614); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1487); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1188: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(680); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1377); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1189: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1482); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1511); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1190: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1483); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1510); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1191: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1604); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(55); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1192: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1369); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1509); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1193: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1488); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1550); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1194: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1378); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1549); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1195: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1512); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1514); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1196: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1511); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1513); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1197: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(55); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1548); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1198: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1510); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1407); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1199: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1551); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1512); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1200: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1550); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1604); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1201: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1515); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1378); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1202: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1514); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(255); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1203: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1549); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1413); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1204: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1408); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(256); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1205: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1513); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1586); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1206: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1605); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1376); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1207: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1379); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1585); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1208: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(269); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1375); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1209: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1414); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1596); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1210: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(270); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1494); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1211: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1587); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1605); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1212: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1377); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1495); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1213: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1586); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1496); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1214: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1376); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1497); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1215: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1597); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1499); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1216: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1495); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1498); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1217: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1496); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(411); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1218: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1497); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1020); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1219: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1498); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(665); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1220: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1500); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(810); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1221: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1499); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(709); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1222: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(425); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(473); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1223: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1028); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(695); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1224: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(677); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(474); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1225: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(820); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(696); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1226: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(719); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1093); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1227: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(487); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(379); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1228: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(706); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(560); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1229: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(488); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(477); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1230: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(707); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1100); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1231: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1101); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(482); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1232: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(393); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(487); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1233: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(574); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(488); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1234: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(491); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(489); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1235: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1108); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(490); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1236: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(496); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(491); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1237: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(501); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(492); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1238: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(502); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(493); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1239: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(503); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(494); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1240: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(504); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(495); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1241: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(505); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(496); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1242: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(506); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(497); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1243: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(507); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(498); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1244: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(508); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(499); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1245: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(509); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(500); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1246: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(510); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(501); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1247: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(511); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(502); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1248: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(512); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(503); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1249: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(513); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(504); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1250: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(514); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(505); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1251: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(515); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(507); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1252: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(516); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(508); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1253: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(517); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(509); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1254: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(518); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(512); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1255: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(519); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(513); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1256: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(521); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(514); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1257: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(522); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(515); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1258: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(523); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(516); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1259: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(526); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(517); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1260: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(527); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(519); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1261: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(528); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(565); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1262: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(529); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(592); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1263: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(530); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(674); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1264: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(531); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(701); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1265: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(533); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(813); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1266: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(579); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1003); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1267: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(605); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(395); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1268: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(685); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(711); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1269: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(823); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(675); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1270: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1012); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(714); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1271: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(409); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(719); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1272: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(721); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(580); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1273: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(686); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(584); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1274: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(724); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(676); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1275: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(729); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(1149); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1276: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(594); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(407); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1277: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(688); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(420); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1278: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(1156); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(425); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1279: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(421); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(257); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1280: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(434); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(260); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1281: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(439); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(600); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1282: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(271); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(258); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1283: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(274); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(261); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1284: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(272); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(594); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1285: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(275); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(259); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1286: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(607); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(262); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1287: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(273); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(595); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1288: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(276); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(263); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1289: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(608); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(596); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1290: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(277); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(707); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1291: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(609); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(1186); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1292: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(717); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(804); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1293: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(1192); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(1263); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1294: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(814); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(1106); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1295: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(1268); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(1206); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1296: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(1114); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(1208); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1297: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(1212); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(857); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1298: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(1214); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(460); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1299: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(867); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(805); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1300: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(474); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(461); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1301: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(815); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(807); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1302: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(475); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(462); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1303: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(817); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(1178); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1304: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(476); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(811); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1305: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(1184); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(817); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1306: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(821); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(1140); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1307: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(827); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(1141); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1308: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(1147); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(1145); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1309: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(1148); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(876); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1310: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(1152); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(883); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1311: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(886); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(895); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1312: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(892); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(896); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1313: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(905); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(897); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1314: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(906); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(840); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1315: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(907); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(898); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1316: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(850); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(899); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1317: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(908); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(900); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1318: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(909); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'v') ADVANCE(691); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1319: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(910); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'v') ADVANCE(646); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1320: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'v') ADVANCE(702); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'v') ADVANCE(744); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1321: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'v') ADVANCE(658); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'v') ADVANCE(747); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1322: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'v') ADVANCE(754); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'v') ADVANCE(748); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1323: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'v') ADVANCE(757); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'v') ADVANCE(749); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1324: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'v') ADVANCE(758); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'v') ADVANCE(750); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1325: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'v') ADVANCE(759); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'v') ADVANCE(751); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1326: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'v') ADVANCE(760); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'v') ADVANCE(1048); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1327: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'v') ADVANCE(761); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'w') ADVANCE(264); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1328: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'v') ADVANCE(1056); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'w') ADVANCE(291); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1329: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'w') ADVANCE(278); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'w') ADVANCE(432); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1330: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'w') ADVANCE(305); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'w') ADVANCE(266); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1331: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'w') ADVANCE(446); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'x') ADVANCE(1598); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1332: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'w') ADVANCE(280); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'x') ADVANCE(1069); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1333: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'x') ADVANCE(1599); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'x') ADVANCE(1276); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1334: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'x') ADVANCE(1078); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'x') ADVANCE(1185); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1335: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'x') ADVANCE(1279); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'x') ADVANCE(1189); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1336: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'x') ADVANCE(1191); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'x') ADVANCE(1190); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1337: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'x') ADVANCE(1195); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'x') ADVANCE(1192); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1338: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'x') ADVANCE(1196); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'x') ADVANCE(1198); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1339: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'x') ADVANCE(1198); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'x') ADVANCE(1200); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1340: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'x') ADVANCE(1204); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'x') ADVANCE(1203); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1341: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'x') ADVANCE(1206); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'x') ADVANCE(1211); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1342: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'x') ADVANCE(1209); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'x') ADVANCE(1227); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1343: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'x') ADVANCE(1232); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'x') ADVANCE(1075); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1344: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'x') ADVANCE(1083); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'x') ADVANCE(1076); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1345: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'x') ADVANCE(1084); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'x') ADVANCE(1077); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1346: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'x') ADVANCE(1085); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'y') ADVANCE(1371); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1347: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'y') ADVANCE(1372); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'y') ADVANCE(1601); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1348: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (lookahead == 'y') ADVANCE(1602); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1349: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'y') ADVANCE(1603); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'y') ADVANCE(1500); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1350: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'y') ADVANCE(1501); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'y') ADVANCE(854); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1351: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'y') ADVANCE(864); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'y') ADVANCE(848); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1352: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'y') ADVANCE(858); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'y') ADVANCE(638); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1353: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'y') ADVANCE(603); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'y') ADVANCE(578); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1354: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'y') ADVANCE(650); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'y') ADVANCE(639); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1355: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'y') ADVANCE(651); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'y') ADVANCE(874); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1356: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'y') ADVANCE(884); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'z') ADVANCE(826); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'y')) ADVANCE(1357); END_STATE(); case 1357: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'z') ADVANCE(836); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'y')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1358: ACCEPT_TOKEN(sym_command_name); - if (lookahead == '*') ADVANCE(240); - if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); - END_STATE(); - case 1359: - ACCEPT_TOKEN(sym_command_name); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == 'a') ADVANCE(392); - if (lookahead == 'b') ADVANCE(708); - if (lookahead == 'c') ADVANCE(295); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(694); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(627); - if (lookahead == 'l') ADVANCE(297); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(300); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(911); - if (lookahead == 't') ADVANCE(598); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == 'a') ADVANCE(378); + if (lookahead == 'b') ADVANCE(697); + if (lookahead == 'c') ADVANCE(281); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(683); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(615); + if (lookahead == 'l') ADVANCE(283); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(286); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(901); + if (lookahead == 't') ADVANCE(586); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + lookahead != '\r') ADVANCE(226); END_STATE(); - case 1360: + case 1359: ACCEPT_TOKEN(sym_command_name); - if (lookahead == 'A') ADVANCE(267); - if (lookahead == 'C') ADVANCE(699); - if (lookahead == 'D') ADVANCE(480); - if (lookahead == 'G') ADVANCE(288); - if (lookahead == 'N') ADVANCE(481); - if (lookahead == 'P') ADVANCE(293); - if (lookahead == 'R') ADVANCE(538); - if (lookahead == 'S') ADVANCE(854); - if (lookahead == 'T') ADVANCE(482); - if (lookahead == 'V') ADVANCE(541); - if (lookahead == 'a') ADVANCE(392); - if (lookahead == 'b') ADVANCE(708); - if (lookahead == 'c') ADVANCE(295); - if (lookahead == 'd') ADVANCE(483); - if (lookahead == 'e') ADVANCE(1086); - if (lookahead == 'f') ADVANCE(978); - if (lookahead == 'g') ADVANCE(804); - if (lookahead == 'i') ADVANCE(627); - if (lookahead == 'l') ADVANCE(297); - if (lookahead == 'n') ADVANCE(298); - if (lookahead == 'p') ADVANCE(300); - if (lookahead == 'r') ADVANCE(485); - if (lookahead == 's') ADVANCE(911); - if (lookahead == 't') ADVANCE(598); - if (lookahead == 'u') ADVANCE(1170); - if (lookahead == 'v') ADVANCE(610); - if (('@' <= lookahead && lookahead <= 'Z') || - ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + if (lookahead == 'A') ADVANCE(253); + if (lookahead == 'C') ADVANCE(688); + if (lookahead == 'D') ADVANCE(466); + if (lookahead == 'G') ADVANCE(274); + if (lookahead == 'N') ADVANCE(467); + if (lookahead == 'P') ADVANCE(279); + if (lookahead == 'R') ADVANCE(524); + if (lookahead == 'S') ADVANCE(844); + if (lookahead == 'T') ADVANCE(468); + if (lookahead == 'V') ADVANCE(527); + if (lookahead == 'a') ADVANCE(378); + if (lookahead == 'b') ADVANCE(697); + if (lookahead == 'c') ADVANCE(281); + if (lookahead == 'd') ADVANCE(469); + if (lookahead == 'e') ADVANCE(1078); + if (lookahead == 'f') ADVANCE(969); + if (lookahead == 'g') ADVANCE(794); + if (lookahead == 'i') ADVANCE(615); + if (lookahead == 'l') ADVANCE(283); + if (lookahead == 'n') ADVANCE(284); + if (lookahead == 'p') ADVANCE(286); + if (lookahead == 'r') ADVANCE(471); + if (lookahead == 's') ADVANCE(901); + if (lookahead == 't') ADVANCE(586); + if (lookahead == 'u') ADVANCE(1164); + if (lookahead == 'v') ADVANCE(597); + if (('@' <= lookahead && lookahead <= 'Z') || + ('h' <= lookahead && lookahead <= 'z')) ADVANCE(1357); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + lookahead != '\r') ADVANCE(226); END_STATE(); - case 1361: + case 1360: ACCEPT_TOKEN(sym_command_name); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(240); + lookahead != '\r') ADVANCE(226); END_STATE(); - case 1362: + case 1361: ACCEPT_TOKEN(anon_sym_BSLASHtitle); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1363: + case 1362: ACCEPT_TOKEN(anon_sym_BSLASHauthor); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1364: + case 1363: ACCEPT_TOKEN(anon_sym_BSLASHusepackage); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1365: + case 1364: ACCEPT_TOKEN(anon_sym_BSLASHRequirePackage); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1366: + case 1365: ACCEPT_TOKEN(anon_sym_BSLASHdocumentclass); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1367: + case 1366: ACCEPT_TOKEN(anon_sym_BSLASHinclude); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1119); - if (lookahead == 'g') ADVANCE(1143); - if (lookahead == 'i') ADVANCE(920); - if (lookahead == 's') ADVANCE(1321); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1112); + if (lookahead == 'g') ADVANCE(1136); + if (lookahead == 'i') ADVANCE(910); + if (lookahead == 's') ADVANCE(1319); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1368: + case 1367: ACCEPT_TOKEN(anon_sym_BSLASHsubfileinclude); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1369: + case 1368: ACCEPT_TOKEN(anon_sym_BSLASHinput); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1116); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1109); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1370: + case 1369: ACCEPT_TOKEN(anon_sym_BSLASHsubfile); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(962); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(950); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1371: + case 1370: ACCEPT_TOKEN(anon_sym_BSLASHaddbibresource); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1372: + case 1371: ACCEPT_TOKEN(anon_sym_BSLASHbibliography); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1373: + case 1372: ACCEPT_TOKEN(anon_sym_BSLASHincludegraphics); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1374: + case 1373: ACCEPT_TOKEN(anon_sym_BSLASHincludesvg); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1375: + case 1374: ACCEPT_TOKEN(anon_sym_BSLASHincludeinkscape); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1376: + case 1375: ACCEPT_TOKEN(anon_sym_BSLASHverbatiminput); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1377: + case 1376: ACCEPT_TOKEN(anon_sym_BSLASHVerbatimInput); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1378: + case 1377: ACCEPT_TOKEN(anon_sym_BSLASHimport); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1379: + case 1378: ACCEPT_TOKEN(anon_sym_BSLASHsubimport); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1122); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1114); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1380: + case 1379: ACCEPT_TOKEN(anon_sym_BSLASHinputfrom); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1381: + case 1380: ACCEPT_TOKEN(anon_sym_BSLASHsubimportfrom); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1382: + case 1381: ACCEPT_TOKEN(anon_sym_BSLASHincludefrom); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1383: + case 1382: ACCEPT_TOKEN(anon_sym_BSLASHsubincludefrom); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1384: + case 1383: ACCEPT_TOKEN(anon_sym_BSLASHcaption); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1385: + case 1384: ACCEPT_TOKEN(anon_sym_BSLASHcite); - if (lookahead == '*') ADVANCE(1386); - if (lookahead == 'a') ADVANCE(803); - if (lookahead == 'd') ADVANCE(356); - if (lookahead == 'p') ADVANCE(1390); - if (lookahead == 't') ADVANCE(1389); - if (lookahead == 'u') ADVANCE(1117); - if (lookahead == 'y') ADVANCE(584); + if (lookahead == '*') ADVANCE(1385); + if (lookahead == 'a') ADVANCE(793); + if (lookahead == 'd') ADVANCE(342); + if (lookahead == 'p') ADVANCE(1389); + if (lookahead == 't') ADVANCE(1388); + if (lookahead == 'u') ADVANCE(1110); + if (lookahead == 'y') ADVANCE(570); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1386: + case 1385: ACCEPT_TOKEN(anon_sym_BSLASHcite_STAR); END_STATE(); - case 1387: + case 1386: ACCEPT_TOKEN(anon_sym_BSLASHCite); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'a') ADVANCE(1295); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'a') ADVANCE(1293); if (('@' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1388: + case 1387: ACCEPT_TOKEN(anon_sym_BSLASHnocite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1389: + case 1388: ACCEPT_TOKEN(anon_sym_BSLASHcitet); - if (lookahead == '*') ADVANCE(1391); - if (lookahead == 'e') ADVANCE(1340); - if (lookahead == 'i') ADVANCE(1269); + if (lookahead == '*') ADVANCE(1390); + if (lookahead == 'e') ADVANCE(1338); + if (lookahead == 'i') ADVANCE(1265); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1390: + case 1389: ACCEPT_TOKEN(anon_sym_BSLASHcitep); - if (lookahead == '*') ADVANCE(1392); + if (lookahead == '*') ADVANCE(1391); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1391: + case 1390: ACCEPT_TOKEN(anon_sym_BSLASHcitet_STAR); END_STATE(); - case 1392: + case 1391: ACCEPT_TOKEN(anon_sym_BSLASHcitep_STAR); END_STATE(); - case 1393: + case 1392: ACCEPT_TOKEN(anon_sym_BSLASHciteauthor); - if (lookahead == '*') ADVANCE(1394); + if (lookahead == '*') ADVANCE(1393); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1394: + case 1393: ACCEPT_TOKEN(anon_sym_BSLASHciteauthor_STAR); END_STATE(); - case 1395: + case 1394: ACCEPT_TOKEN(anon_sym_BSLASHCiteauthor); - if (lookahead == '*') ADVANCE(1396); + if (lookahead == '*') ADVANCE(1395); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1396: + case 1395: ACCEPT_TOKEN(anon_sym_BSLASHCiteauthor_STAR); END_STATE(); - case 1397: + case 1396: ACCEPT_TOKEN(anon_sym_BSLASHcitetitle); - if (lookahead == '*') ADVANCE(1398); + if (lookahead == '*') ADVANCE(1397); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1398: + case 1397: ACCEPT_TOKEN(anon_sym_BSLASHcitetitle_STAR); END_STATE(); - case 1399: + case 1398: ACCEPT_TOKEN(anon_sym_BSLASHciteyear); - if (lookahead == '*') ADVANCE(1400); - if (lookahead == 'p') ADVANCE(318); + if (lookahead == '*') ADVANCE(1399); + if (lookahead == 'p') ADVANCE(304); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1400: + case 1399: ACCEPT_TOKEN(anon_sym_BSLASHciteyear_STAR); END_STATE(); - case 1401: + case 1400: ACCEPT_TOKEN(anon_sym_BSLASHcitedate); - if (lookahead == '*') ADVANCE(1402); + if (lookahead == '*') ADVANCE(1401); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1402: + case 1401: ACCEPT_TOKEN(anon_sym_BSLASHcitedate_STAR); END_STATE(); - case 1403: + case 1402: ACCEPT_TOKEN(anon_sym_BSLASHciteurl); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1404: + case 1403: ACCEPT_TOKEN(anon_sym_BSLASHfullcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1405: + case 1404: ACCEPT_TOKEN(anon_sym_BSLASHciteyearpar); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1406: + case 1405: ACCEPT_TOKEN(anon_sym_BSLASHcitealt); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1407: + case 1406: ACCEPT_TOKEN(anon_sym_BSLASHcitealp); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1408: + case 1407: ACCEPT_TOKEN(anon_sym_BSLASHcitetext); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1409: + case 1408: ACCEPT_TOKEN(anon_sym_BSLASHparencite); - if (lookahead == '*') ADVANCE(1410); + if (lookahead == '*') ADVANCE(1409); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1410: + case 1409: ACCEPT_TOKEN(anon_sym_BSLASHparencite_STAR); END_STATE(); - case 1411: + case 1410: ACCEPT_TOKEN(anon_sym_BSLASHParencite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1412: + case 1411: ACCEPT_TOKEN(anon_sym_BSLASHfootcite); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 't') ADVANCE(596); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 't') ADVANCE(582); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1413: + case 1412: ACCEPT_TOKEN(anon_sym_BSLASHfootfullcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1414: + case 1413: ACCEPT_TOKEN(anon_sym_BSLASHfootcitetext); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1415: + case 1414: ACCEPT_TOKEN(anon_sym_BSLASHtextcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1416: + case 1415: ACCEPT_TOKEN(anon_sym_BSLASHTextcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1417: + case 1416: ACCEPT_TOKEN(anon_sym_BSLASHsmartcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1418: + case 1417: ACCEPT_TOKEN(anon_sym_BSLASHSmartcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1419: + case 1418: ACCEPT_TOKEN(anon_sym_BSLASHsupercite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1420: + case 1419: ACCEPT_TOKEN(anon_sym_BSLASHautocite); - if (lookahead == '*') ADVANCE(1422); + if (lookahead == '*') ADVANCE(1421); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1421: + case 1420: ACCEPT_TOKEN(anon_sym_BSLASHAutocite); - if (lookahead == '*') ADVANCE(1423); + if (lookahead == '*') ADVANCE(1422); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1422: + case 1421: ACCEPT_TOKEN(anon_sym_BSLASHautocite_STAR); END_STATE(); - case 1423: + case 1422: ACCEPT_TOKEN(anon_sym_BSLASHAutocite_STAR); END_STATE(); - case 1424: + case 1423: ACCEPT_TOKEN(anon_sym_BSLASHvolcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1425: + case 1424: ACCEPT_TOKEN(anon_sym_BSLASHVolcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1426: + case 1425: ACCEPT_TOKEN(anon_sym_BSLASHpvolcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1427: + case 1426: ACCEPT_TOKEN(anon_sym_BSLASHPvolcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1428: + case 1427: ACCEPT_TOKEN(anon_sym_BSLASHfvolcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1429: + case 1428: ACCEPT_TOKEN(anon_sym_BSLASHftvolcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1430: + case 1429: ACCEPT_TOKEN(anon_sym_BSLASHsvolcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1431: + case 1430: ACCEPT_TOKEN(anon_sym_BSLASHSvolcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1432: + case 1431: ACCEPT_TOKEN(anon_sym_BSLASHtvolcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1433: + case 1432: ACCEPT_TOKEN(anon_sym_BSLASHTvolcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1434: + case 1433: ACCEPT_TOKEN(anon_sym_BSLASHavolcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1435: + case 1434: ACCEPT_TOKEN(anon_sym_BSLASHAvolcite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1436: + case 1435: ACCEPT_TOKEN(anon_sym_BSLASHnotecite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1437: + case 1436: ACCEPT_TOKEN(anon_sym_BSLASHNotecite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1438: + case 1437: ACCEPT_TOKEN(anon_sym_BSLASHpnotecite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1439: + case 1438: ACCEPT_TOKEN(anon_sym_BSLASHPnotecite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1440: + case 1439: ACCEPT_TOKEN(anon_sym_BSLASHfnotecite); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1441: + case 1440: ACCEPT_TOKEN(anon_sym_BSLASHlabel); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(1073); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(1064); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1442: + case 1441: ACCEPT_TOKEN(anon_sym_BSLASHref); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1443: + case 1442: ACCEPT_TOKEN(anon_sym_BSLASHeqref); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1444: + case 1443: ACCEPT_TOKEN(anon_sym_BSLASHvref); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1445: + case 1444: ACCEPT_TOKEN(anon_sym_BSLASHVref); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1446: + case 1445: ACCEPT_TOKEN(anon_sym_BSLASHautoref); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1447: + case 1446: ACCEPT_TOKEN(anon_sym_BSLASHpageref); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1448: + case 1447: ACCEPT_TOKEN(anon_sym_BSLASHcref); - if (lookahead == '*') ADVANCE(1450); - if (lookahead == 'r') ADVANCE(344); + if (lookahead == '*') ADVANCE(1449); + if (lookahead == 'r') ADVANCE(330); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1449: + case 1448: ACCEPT_TOKEN(anon_sym_BSLASHCref); - if (lookahead == '*') ADVANCE(1451); - if (lookahead == 'r') ADVANCE(310); + if (lookahead == '*') ADVANCE(1450); + if (lookahead == 'r') ADVANCE(296); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1450: + case 1449: ACCEPT_TOKEN(anon_sym_BSLASHcref_STAR); END_STATE(); - case 1451: + case 1450: ACCEPT_TOKEN(anon_sym_BSLASHCref_STAR); END_STATE(); - case 1452: + case 1451: ACCEPT_TOKEN(anon_sym_BSLASHnamecref); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(1455); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(1454); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1453: + case 1452: ACCEPT_TOKEN(anon_sym_BSLASHnameCref); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(1456); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(1455); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1454: + case 1453: ACCEPT_TOKEN(anon_sym_BSLASHlcnamecref); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(1457); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(1456); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1455: + case 1454: ACCEPT_TOKEN(anon_sym_BSLASHnamecrefs); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1456: + case 1455: ACCEPT_TOKEN(anon_sym_BSLASHnameCrefs); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1457: + case 1456: ACCEPT_TOKEN(anon_sym_BSLASHlcnamecrefs); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1458: + case 1457: ACCEPT_TOKEN(anon_sym_BSLASHlabelcref); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1459: + case 1458: ACCEPT_TOKEN(anon_sym_BSLASHlabelcpageref); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1460: + case 1459: ACCEPT_TOKEN(anon_sym_BSLASHcrefrange); - if (lookahead == '*') ADVANCE(1461); + if (lookahead == '*') ADVANCE(1460); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1461: + case 1460: ACCEPT_TOKEN(anon_sym_BSLASHcrefrange_STAR); END_STATE(); - case 1462: + case 1461: ACCEPT_TOKEN(anon_sym_BSLASHCrefrange); - if (lookahead == '*') ADVANCE(1463); + if (lookahead == '*') ADVANCE(1462); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1463: + case 1462: ACCEPT_TOKEN(anon_sym_BSLASHCrefrange_STAR); END_STATE(); - case 1464: + case 1463: ACCEPT_TOKEN(anon_sym_BSLASHnewlabel); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1465: + case 1464: ACCEPT_TOKEN(anon_sym_BSLASHnewcommand); - if (lookahead == '*') ADVANCE(1466); + if (lookahead == '*') ADVANCE(1465); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1466: + case 1465: ACCEPT_TOKEN(anon_sym_BSLASHnewcommand_STAR); END_STATE(); - case 1467: + case 1466: ACCEPT_TOKEN(anon_sym_BSLASHrenewcommand); - if (lookahead == '*') ADVANCE(1468); + if (lookahead == '*') ADVANCE(1467); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1468: + case 1467: ACCEPT_TOKEN(anon_sym_BSLASHrenewcommand_STAR); END_STATE(); - case 1469: + case 1468: ACCEPT_TOKEN(anon_sym_BSLASHDeclareRobustCommand); - if (lookahead == '*') ADVANCE(1470); + if (lookahead == '*') ADVANCE(1469); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1470: + case 1469: ACCEPT_TOKEN(anon_sym_BSLASHDeclareRobustCommand_STAR); END_STATE(); - case 1471: + case 1470: ACCEPT_TOKEN(anon_sym_BSLASHDeclareMathOperator); - if (lookahead == '*') ADVANCE(1472); + if (lookahead == '*') ADVANCE(1471); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1472: + case 1471: ACCEPT_TOKEN(anon_sym_BSLASHDeclareMathOperator_STAR); END_STATE(); - case 1473: + case 1472: ACCEPT_TOKEN(anon_sym_BSLASHNewDocumentCommand); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1474: + case 1473: ACCEPT_TOKEN(anon_sym_BSLASHRenewDocumentCommand); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1475: + case 1474: ACCEPT_TOKEN(anon_sym_BSLASHProvideDocumentCommand); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1476: + case 1475: ACCEPT_TOKEN(anon_sym_BSLASHDeclareDocumentCommand); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1477: + case 1476: ACCEPT_TOKEN(anon_sym_BSLASHNewExpandableDocumentCommand); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1478: + case 1477: ACCEPT_TOKEN(anon_sym_BSLASHRenewExpandableDocumentCommand); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1479: + case 1478: ACCEPT_TOKEN(anon_sym_BSLASHProvideExpandableDocumentCommand); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1480: + case 1479: ACCEPT_TOKEN(anon_sym_BSLASHDeclareExpandableDocumentCommand); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1481: + case 1480: ACCEPT_TOKEN(anon_sym_BSLASHdef); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(954); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(944); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1482: + case 1481: ACCEPT_TOKEN(anon_sym_BSLASHlet); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1483: + case 1482: ACCEPT_TOKEN(anon_sym_BSLASHleft); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1484: + case 1483: ACCEPT_TOKEN(anon_sym_BSLASHbigl); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1485: + case 1484: ACCEPT_TOKEN(anon_sym_BSLASHBigl); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1486: + case 1485: ACCEPT_TOKEN(anon_sym_BSLASHbiggl); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1487: + case 1486: ACCEPT_TOKEN(anon_sym_BSLASHBiggl); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1488: + case 1487: ACCEPT_TOKEN(anon_sym_BSLASHright); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1489: + case 1488: ACCEPT_TOKEN(anon_sym_BSLASHbigr); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1490: + case 1489: ACCEPT_TOKEN(anon_sym_BSLASHBigr); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1491: + case 1490: ACCEPT_TOKEN(anon_sym_BSLASHbiggr); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1492: + case 1491: ACCEPT_TOKEN(anon_sym_BSLASHBiggr); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1493: + case 1492: ACCEPT_TOKEN(anon_sym_BSLASHDeclarePairedDelimiter); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'X') ADVANCE(1494); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'X') ADVANCE(1493); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1494: + case 1493: ACCEPT_TOKEN(anon_sym_BSLASHDeclarePairedDelimiterX); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1495: + case 1494: ACCEPT_TOKEN(anon_sym_BSLASHnewenvironment); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1496: + case 1495: ACCEPT_TOKEN(anon_sym_BSLASHrenewenvironment); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1497: + case 1496: ACCEPT_TOKEN(anon_sym_BSLASHNewDocumentEnvironment); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1498: + case 1497: ACCEPT_TOKEN(anon_sym_BSLASHRenewDocumentEnvironment); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1499: + case 1498: ACCEPT_TOKEN(anon_sym_BSLASHProvideDocumentEnvironment); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1500: + case 1499: ACCEPT_TOKEN(anon_sym_BSLASHDeclareDocumentEnvironment); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1501: + case 1500: ACCEPT_TOKEN(anon_sym_BSLASHnewglossaryentry); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1502: + case 1501: ACCEPT_TOKEN(anon_sym_BSLASHgls); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(587); - if (lookahead == 'e') ADVANCE(965); - if (lookahead == 'f') ADVANCE(716); - if (lookahead == 'l') ADVANCE(709); - if (lookahead == 'n') ADVANCE(354); - if (lookahead == 'p') ADVANCE(773); - if (lookahead == 's') ADVANCE(1356); - if (lookahead == 't') ADVANCE(591); - if (lookahead == 'u') ADVANCE(1183); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(573); + if (lookahead == 'e') ADVANCE(949); + if (lookahead == 'f') ADVANCE(706); + if (lookahead == 'l') ADVANCE(698); + if (lookahead == 'n') ADVANCE(340); + if (lookahead == 'p') ADVANCE(763); + if (lookahead == 's') ADVANCE(1355); + if (lookahead == 't') ADVANCE(577); + if (lookahead == 'u') ADVANCE(1176); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1503: + case 1502: ACCEPT_TOKEN(anon_sym_BSLASHGls); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(583); - if (lookahead == 'e') ADVANCE(936); - if (lookahead == 'f') ADVANCE(714); - if (lookahead == 'n') ADVANCE(351); - if (lookahead == 'p') ADVANCE(770); - if (lookahead == 's') ADVANCE(1351); - if (lookahead == 't') ADVANCE(589); - if (lookahead == 'u') ADVANCE(1181); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(569); + if (lookahead == 'e') ADVANCE(927); + if (lookahead == 'f') ADVANCE(704); + if (lookahead == 'n') ADVANCE(336); + if (lookahead == 'p') ADVANCE(760); + if (lookahead == 's') ADVANCE(1350); + if (lookahead == 't') ADVANCE(575); + if (lookahead == 'u') ADVANCE(1174); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); + END_STATE(); + case 1503: + ACCEPT_TOKEN(anon_sym_BSLASHGLS); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'd') ADVANCE(536); + if (lookahead == 'f') ADVANCE(694); + if (lookahead == 'n') ADVANCE(332); + if (lookahead == 'p') ADVANCE(759); + if (lookahead == 't') ADVANCE(571); + if (lookahead == 'u') ADVANCE(1172); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1504: - ACCEPT_TOKEN(anon_sym_BSLASHGLS); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'd') ADVANCE(550); - if (lookahead == 'f') ADVANCE(705); - if (lookahead == 'n') ADVANCE(346); - if (lookahead == 'p') ADVANCE(769); - if (lookahead == 't') ADVANCE(585); - if (lookahead == 'u') ADVANCE(1179); + ACCEPT_TOKEN(anon_sym_BSLASHglspl); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(1138); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1505: - ACCEPT_TOKEN(anon_sym_BSLASHglspl); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(1145); + ACCEPT_TOKEN(anon_sym_BSLASHGlspl); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(1135); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1506: - ACCEPT_TOKEN(anon_sym_BSLASHGlspl); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(1142); + ACCEPT_TOKEN(anon_sym_BSLASHGLSpl); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'u') ADVANCE(1107); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1507: - ACCEPT_TOKEN(anon_sym_BSLASHGLSpl); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'u') ADVANCE(1115); + ACCEPT_TOKEN(anon_sym_BSLASHglsdisp); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1508: - ACCEPT_TOKEN(anon_sym_BSLASHglsdisp); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHglslink); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1509: - ACCEPT_TOKEN(anon_sym_BSLASHglslink); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHglstext); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1510: - ACCEPT_TOKEN(anon_sym_BSLASHglstext); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGlstext); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1511: - ACCEPT_TOKEN(anon_sym_BSLASHGlstext); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGLStext); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1512: - ACCEPT_TOKEN(anon_sym_BSLASHGLStext); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHglsfirst); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(824); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1513: - ACCEPT_TOKEN(anon_sym_BSLASHglsfirst); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(834); + ACCEPT_TOKEN(anon_sym_BSLASHGlsfirst); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(822); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1514: - ACCEPT_TOKEN(anon_sym_BSLASHGlsfirst); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(832); + ACCEPT_TOKEN(anon_sym_BSLASHGLSfirst); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(800); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1515: - ACCEPT_TOKEN(anon_sym_BSLASHGLSfirst); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(810); + ACCEPT_TOKEN(anon_sym_BSLASHglsplural); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1516: - ACCEPT_TOKEN(anon_sym_BSLASHglsplural); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGlsplural); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1517: - ACCEPT_TOKEN(anon_sym_BSLASHGlsplural); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGLSplural); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1518: - ACCEPT_TOKEN(anon_sym_BSLASHGLSplural); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHglsfirstplural); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1519: - ACCEPT_TOKEN(anon_sym_BSLASHglsfirstplural); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGlsfirstplural); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1520: - ACCEPT_TOKEN(anon_sym_BSLASHGlsfirstplural); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGLSfirstplural); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1521: - ACCEPT_TOKEN(anon_sym_BSLASHGLSfirstplural); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHglsname); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1522: - ACCEPT_TOKEN(anon_sym_BSLASHglsname); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGlsname); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1523: - ACCEPT_TOKEN(anon_sym_BSLASHGlsname); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGLSname); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1524: - ACCEPT_TOKEN(anon_sym_BSLASHGLSname); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHglssymbol); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1525: - ACCEPT_TOKEN(anon_sym_BSLASHglssymbol); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGlssymbol); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1526: - ACCEPT_TOKEN(anon_sym_BSLASHGlssymbol); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHglsdesc); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1527: - ACCEPT_TOKEN(anon_sym_BSLASHglsdesc); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGlsdesc); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1528: - ACCEPT_TOKEN(anon_sym_BSLASHGlsdesc); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGLSdesc); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1529: - ACCEPT_TOKEN(anon_sym_BSLASHGLSdesc); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHglsuseri); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1532); + if (lookahead == 'v') ADVANCE(1538); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1530: - ACCEPT_TOKEN(anon_sym_BSLASHglsuseri); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGlsuseri); + if (lookahead == '*') ADVANCE(226); if (lookahead == 'i') ADVANCE(1533); if (lookahead == 'v') ADVANCE(1539); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1531: - ACCEPT_TOKEN(anon_sym_BSLASHGlsuseri); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGLSuseri); + if (lookahead == '*') ADVANCE(226); if (lookahead == 'i') ADVANCE(1534); if (lookahead == 'v') ADVANCE(1540); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1532: - ACCEPT_TOKEN(anon_sym_BSLASHGLSuseri); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHglsuserii); + if (lookahead == '*') ADVANCE(226); if (lookahead == 'i') ADVANCE(1535); - if (lookahead == 'v') ADVANCE(1541); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1533: - ACCEPT_TOKEN(anon_sym_BSLASHglsuserii); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGlsuserii); + if (lookahead == '*') ADVANCE(226); if (lookahead == 'i') ADVANCE(1536); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1534: - ACCEPT_TOKEN(anon_sym_BSLASHGlsuserii); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGLSuserii); + if (lookahead == '*') ADVANCE(226); if (lookahead == 'i') ADVANCE(1537); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1535: - ACCEPT_TOKEN(anon_sym_BSLASHGLSuserii); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1538); + ACCEPT_TOKEN(anon_sym_BSLASHglsuseriii); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1536: - ACCEPT_TOKEN(anon_sym_BSLASHglsuseriii); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGlsuseriii); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1537: - ACCEPT_TOKEN(anon_sym_BSLASHGlsuseriii); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGLSuseriii); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1538: - ACCEPT_TOKEN(anon_sym_BSLASHGLSuseriii); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHglsuseriv); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1539: - ACCEPT_TOKEN(anon_sym_BSLASHglsuseriv); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGlsuseriv); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1540: - ACCEPT_TOKEN(anon_sym_BSLASHGlsuseriv); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGLSuseriv); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1541: - ACCEPT_TOKEN(anon_sym_BSLASHGLSuseriv); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHglsuserv); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'i') ADVANCE(1544); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1542: - ACCEPT_TOKEN(anon_sym_BSLASHglsuserv); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGlsuserv); + if (lookahead == '*') ADVANCE(226); if (lookahead == 'i') ADVANCE(1545); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1543: - ACCEPT_TOKEN(anon_sym_BSLASHGlsuserv); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGLSuserv); + if (lookahead == '*') ADVANCE(226); if (lookahead == 'i') ADVANCE(1546); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1544: - ACCEPT_TOKEN(anon_sym_BSLASHGLSuserv); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'i') ADVANCE(1547); + ACCEPT_TOKEN(anon_sym_BSLASHglsuservi); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1545: - ACCEPT_TOKEN(anon_sym_BSLASHglsuservi); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGlsuservi); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1546: - ACCEPT_TOKEN(anon_sym_BSLASHGlsuservi); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHGLSuservi); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1547: - ACCEPT_TOKEN(anon_sym_BSLASHGLSuservi); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHnewacronym); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1548: - ACCEPT_TOKEN(anon_sym_BSLASHnewacronym); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHacrshort); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(783); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1549: - ACCEPT_TOKEN(anon_sym_BSLASHacrshort); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(793); + ACCEPT_TOKEN(anon_sym_BSLASHAcrshort); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(782); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1550: - ACCEPT_TOKEN(anon_sym_BSLASHAcrshort); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(792); + ACCEPT_TOKEN(anon_sym_BSLASHACRshort); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(781); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1551: - ACCEPT_TOKEN(anon_sym_BSLASHACRshort); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(791); + ACCEPT_TOKEN(anon_sym_BSLASHacrshortpl); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1552: - ACCEPT_TOKEN(anon_sym_BSLASHacrshortpl); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHAcrshortpl); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1553: - ACCEPT_TOKEN(anon_sym_BSLASHAcrshortpl); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHACRshortpl); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1554: - ACCEPT_TOKEN(anon_sym_BSLASHACRshortpl); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHacrlong); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(778); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1555: - ACCEPT_TOKEN(anon_sym_BSLASHacrlong); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(788); + ACCEPT_TOKEN(anon_sym_BSLASHAcrlong); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(773); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1556: - ACCEPT_TOKEN(anon_sym_BSLASHAcrlong); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(783); + ACCEPT_TOKEN(anon_sym_BSLASHACRlong); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(771); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1557: - ACCEPT_TOKEN(anon_sym_BSLASHACRlong); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(781); + ACCEPT_TOKEN(anon_sym_BSLASHacrlongpl); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1558: - ACCEPT_TOKEN(anon_sym_BSLASHacrlongpl); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHAcrlongpl); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1559: - ACCEPT_TOKEN(anon_sym_BSLASHAcrlongpl); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHACRlongpl); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1560: - ACCEPT_TOKEN(anon_sym_BSLASHACRlongpl); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHacrfull); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(777); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1561: - ACCEPT_TOKEN(anon_sym_BSLASHacrfull); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(787); + ACCEPT_TOKEN(anon_sym_BSLASHAcrfull); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(772); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1562: - ACCEPT_TOKEN(anon_sym_BSLASHAcrfull); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(782); + ACCEPT_TOKEN(anon_sym_BSLASHACRfull); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(770); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1563: - ACCEPT_TOKEN(anon_sym_BSLASHACRfull); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(780); + ACCEPT_TOKEN(anon_sym_BSLASHacrfullpl); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1564: - ACCEPT_TOKEN(anon_sym_BSLASHacrfullpl); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHAcrfullpl); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1565: - ACCEPT_TOKEN(anon_sym_BSLASHAcrfullpl); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHACRfullpl); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1566: - ACCEPT_TOKEN(anon_sym_BSLASHACRfullpl); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHacs); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(1568); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1567: - ACCEPT_TOKEN(anon_sym_BSLASHacs); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHAcs); + if (lookahead == '*') ADVANCE(226); if (lookahead == 'p') ADVANCE(1569); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1568: - ACCEPT_TOKEN(anon_sym_BSLASHAcs); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(1570); + ACCEPT_TOKEN(anon_sym_BSLASHacsp); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1569: - ACCEPT_TOKEN(anon_sym_BSLASHacsp); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHAcsp); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1570: - ACCEPT_TOKEN(anon_sym_BSLASHAcsp); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHacl); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(1572); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1571: - ACCEPT_TOKEN(anon_sym_BSLASHacl); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHAcl); + if (lookahead == '*') ADVANCE(226); if (lookahead == 'p') ADVANCE(1573); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1572: - ACCEPT_TOKEN(anon_sym_BSLASHAcl); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(1574); + ACCEPT_TOKEN(anon_sym_BSLASHaclp); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1573: - ACCEPT_TOKEN(anon_sym_BSLASHaclp); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHAclp); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1574: - ACCEPT_TOKEN(anon_sym_BSLASHAclp); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHacf); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(1576); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1575: - ACCEPT_TOKEN(anon_sym_BSLASHacf); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHAcf); + if (lookahead == '*') ADVANCE(226); if (lookahead == 'p') ADVANCE(1577); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1576: - ACCEPT_TOKEN(anon_sym_BSLASHAcf); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(1578); + ACCEPT_TOKEN(anon_sym_BSLASHacfp); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1577: - ACCEPT_TOKEN(anon_sym_BSLASHacfp); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHAcfp); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1578: - ACCEPT_TOKEN(anon_sym_BSLASHAcfp); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHac); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'f') ADVANCE(1574); + if (lookahead == 'l') ADVANCE(1570); + if (lookahead == 'p') ADVANCE(1580); + if (lookahead == 'r') ADVANCE(637); + if (lookahead == 's') ADVANCE(1566); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1579: - ACCEPT_TOKEN(anon_sym_BSLASHac); - if (lookahead == '*') ADVANCE(240); + ACCEPT_TOKEN(anon_sym_BSLASHAc); + if (lookahead == '*') ADVANCE(226); if (lookahead == 'f') ADVANCE(1575); if (lookahead == 'l') ADVANCE(1571); - if (lookahead == 'p') ADVANCE(1581); - if (lookahead == 'r') ADVANCE(649); + if (lookahead == 'r') ADVANCE(636); if (lookahead == 's') ADVANCE(1567); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); case 1580: - ACCEPT_TOKEN(anon_sym_BSLASHAc); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'f') ADVANCE(1576); - if (lookahead == 'l') ADVANCE(1572); - if (lookahead == 'r') ADVANCE(648); - if (lookahead == 's') ADVANCE(1568); - if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); - END_STATE(); - case 1581: ACCEPT_TOKEN(anon_sym_BSLASHacp); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1582: + case 1581: ACCEPT_TOKEN(anon_sym_BSLASHglsentrylong); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(799); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(789); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1583: + case 1582: ACCEPT_TOKEN(anon_sym_BSLASHGlsentrylong); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(796); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(786); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1584: + case 1583: ACCEPT_TOKEN(anon_sym_BSLASHglsentrylongpl); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1585: + case 1584: ACCEPT_TOKEN(anon_sym_BSLASHGlsentrylongpl); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1586: + case 1585: ACCEPT_TOKEN(anon_sym_BSLASHglsentryshort); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(802); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(792); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1587: + case 1586: ACCEPT_TOKEN(anon_sym_BSLASHGlsentryshort); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'p') ADVANCE(801); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'p') ADVANCE(791); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1588: + case 1587: ACCEPT_TOKEN(anon_sym_BSLASHglsentryshortpl); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1589: + case 1588: ACCEPT_TOKEN(anon_sym_BSLASHGlsentryshortpl); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1590: + case 1589: ACCEPT_TOKEN(anon_sym_BSLASHglsentryfullpl); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1591: + case 1590: ACCEPT_TOKEN(anon_sym_BSLASHGlsentryfullpl); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1592: + case 1591: ACCEPT_TOKEN(anon_sym_BSLASHnewtheorem); - if (lookahead == '*') ADVANCE(1593); + if (lookahead == '*') ADVANCE(1592); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1593: + case 1592: ACCEPT_TOKEN(anon_sym_BSLASHnewtheorem_STAR); END_STATE(); - case 1594: + case 1593: ACCEPT_TOKEN(anon_sym_BSLASHdeclaretheorem); - if (lookahead == '*') ADVANCE(1595); + if (lookahead == '*') ADVANCE(1594); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1595: + case 1594: ACCEPT_TOKEN(anon_sym_BSLASHdeclaretheorem_STAR); END_STATE(); - case 1596: + case 1595: ACCEPT_TOKEN(anon_sym_BSLASHdefinecolor); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 's') ADVANCE(580); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 's') ADVANCE(566); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1597: + case 1596: ACCEPT_TOKEN(anon_sym_BSLASHdefinecolorset); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1598: + case 1597: ACCEPT_TOKEN(anon_sym_BSLASHcolor); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'b') ADVANCE(983); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'b') ADVANCE(974); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1599: + case 1598: ACCEPT_TOKEN(anon_sym_BSLASHcolorbox); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1600: + case 1599: ACCEPT_TOKEN(anon_sym_BSLASHtextcolor); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1601: + case 1600: ACCEPT_TOKEN(anon_sym_BSLASHpagecolor); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1602: + case 1601: ACCEPT_TOKEN(anon_sym_BSLASHusepgflibrary); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1603: + case 1602: ACCEPT_TOKEN(anon_sym_BSLASHusetikzlibrary); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1604: + case 1603: ACCEPT_TOKEN(anon_sym_BSLASHtext); - if (lookahead == '*') ADVANCE(240); - if (lookahead == 'c') ADVANCE(741); + if (lookahead == '*') ADVANCE(226); + if (lookahead == 'c') ADVANCE(731); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1605: + case 1604: ACCEPT_TOKEN(anon_sym_BSLASHintertext); - if (lookahead == '*') ADVANCE(240); + if (lookahead == '*') ADVANCE(226); if (('@' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1358); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); - case 1606: - ACCEPT_TOKEN(anon_sym_shortintertext); - if (!sym_word_character_set_1(lookahead)) ADVANCE(188); + case 1605: + ACCEPT_TOKEN(anon_sym_BSLASHshortintertext); + if (lookahead == '*') ADVANCE(226); + if (('@' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1357); END_STATE(); default: return false; @@ -23636,7 +23636,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1), [anon_sym_BSLASHtext] = ACTIONS(1), [anon_sym_BSLASHintertext] = ACTIONS(1), - [anon_sym_shortintertext] = ACTIONS(1), + [anon_sym_BSLASHshortintertext] = ACTIONS(1), [sym__trivia_raw_fi] = ACTIONS(1), [sym__trivia_raw_env_comment] = ACTIONS(1), [sym__trivia_raw_env_verbatim] = ACTIONS(1), @@ -24034,7 +24034,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [2] = { [sym_block_comment] = STATE(104), @@ -24428,7 +24428,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [3] = { [sym_block_comment] = STATE(91), @@ -24822,7 +24822,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [4] = { [sym_block_comment] = STATE(104), @@ -25216,7 +25216,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [5] = { [sym_block_comment] = STATE(91), @@ -25610,7 +25610,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [6] = { [sym_block_comment] = STATE(15), @@ -26003,7 +26003,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [7] = { [sym_block_comment] = STATE(15), @@ -26396,7 +26396,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [8] = { [sym_block_comment] = STATE(10), @@ -26789,7 +26789,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [9] = { [sym_block_comment] = STATE(12), @@ -27182,7 +27182,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [10] = { [sym_block_comment] = STATE(15), @@ -27575,7 +27575,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [11] = { [sym_block_comment] = STATE(15), @@ -27968,7 +27968,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [12] = { [sym_block_comment] = STATE(15), @@ -28361,7 +28361,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [13] = { [sym_block_comment] = STATE(16), @@ -28754,7 +28754,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [14] = { [sym_block_comment] = STATE(11), @@ -29147,7 +29147,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [15] = { [sym_block_comment] = STATE(15), @@ -29540,7 +29540,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(530), [anon_sym_BSLASHtext] = ACTIONS(533), [anon_sym_BSLASHintertext] = ACTIONS(533), - [anon_sym_shortintertext] = ACTIONS(533), + [anon_sym_BSLASHshortintertext] = ACTIONS(533), }, [16] = { [sym_block_comment] = STATE(15), @@ -29933,7 +29933,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [17] = { [sym_block_comment] = STATE(6), @@ -30326,7 +30326,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [18] = { [sym_block_comment] = STATE(7), @@ -30719,7 +30719,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [19] = { [sym_block_comment] = STATE(20), @@ -31112,7 +31112,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [20] = { [sym_block_comment] = STATE(15), @@ -31505,7 +31505,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [21] = { [sym_block_comment] = STATE(15), @@ -31898,7 +31898,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [22] = { [sym_block_comment] = STATE(15), @@ -32291,7 +32291,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [23] = { [sym_block_comment] = STATE(22), @@ -32684,7 +32684,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [24] = { [sym_block_comment] = STATE(21), @@ -33077,7 +33077,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [25] = { [sym_block_comment] = STATE(91), @@ -33468,7 +33468,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [26] = { [sym_block_comment] = STATE(91), @@ -33859,7 +33859,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [27] = { [sym_block_comment] = STATE(104), @@ -34250,7 +34250,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [28] = { [sym_block_comment] = STATE(104), @@ -34641,7 +34641,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [29] = { [sym_block_comment] = STATE(91), @@ -35032,7 +35032,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [30] = { [sym_block_comment] = STATE(104), @@ -35423,7 +35423,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [31] = { [sym_block_comment] = STATE(91), @@ -35814,7 +35814,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [32] = { [sym_block_comment] = STATE(104), @@ -36205,7 +36205,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [33] = { [sym_block_comment] = STATE(91), @@ -36595,7 +36595,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [34] = { [sym_block_comment] = STATE(110), @@ -36985,7 +36985,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [35] = { [sym_block_comment] = STATE(110), @@ -37375,7 +37375,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [36] = { [sym_block_comment] = STATE(64), @@ -37765,7 +37765,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [37] = { [sym_block_comment] = STATE(37), @@ -38155,7 +38155,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(976), [anon_sym_BSLASHtext] = ACTIONS(979), [anon_sym_BSLASHintertext] = ACTIONS(979), - [anon_sym_shortintertext] = ACTIONS(979), + [anon_sym_BSLASHshortintertext] = ACTIONS(979), }, [38] = { [sym_block_comment] = STATE(104), @@ -38545,7 +38545,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [39] = { [sym_block_comment] = STATE(91), @@ -38935,7 +38935,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [40] = { [sym_block_comment] = STATE(110), @@ -39325,7 +39325,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [41] = { [sym_block_comment] = STATE(104), @@ -39715,7 +39715,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [42] = { [sym_block_comment] = STATE(91), @@ -40105,7 +40105,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [43] = { [sym_block_comment] = STATE(40), @@ -40495,7 +40495,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [44] = { [sym_block_comment] = STATE(110), @@ -40885,7 +40885,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [45] = { [sym_block_comment] = STATE(44), @@ -41275,7 +41275,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [46] = { [sym_block_comment] = STATE(104), @@ -41665,7 +41665,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [47] = { [sym_block_comment] = STATE(91), @@ -42055,7 +42055,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [48] = { [sym_block_comment] = STATE(104), @@ -42445,7 +42445,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [49] = { [sym_block_comment] = STATE(110), @@ -42835,7 +42835,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [50] = { [sym_block_comment] = STATE(49), @@ -43225,7 +43225,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [51] = { [sym_block_comment] = STATE(104), @@ -43615,7 +43615,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [52] = { [sym_block_comment] = STATE(91), @@ -44005,7 +44005,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [53] = { [sym_block_comment] = STATE(110), @@ -44395,7 +44395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [54] = { [sym_block_comment] = STATE(91), @@ -44785,7 +44785,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [55] = { [sym_block_comment] = STATE(53), @@ -45175,7 +45175,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [56] = { [sym_block_comment] = STATE(91), @@ -45565,7 +45565,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [57] = { [sym_block_comment] = STATE(104), @@ -45955,7 +45955,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [58] = { [sym_block_comment] = STATE(91), @@ -46345,7 +46345,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [59] = { [sym_block_comment] = STATE(91), @@ -46735,7 +46735,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [60] = { [sym_block_comment] = STATE(104), @@ -47125,7 +47125,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [61] = { [sym_block_comment] = STATE(91), @@ -47515,7 +47515,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [62] = { [sym_block_comment] = STATE(104), @@ -47905,7 +47905,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [63] = { [sym_block_comment] = STATE(35), @@ -48295,7 +48295,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [64] = { [sym_block_comment] = STATE(110), @@ -48685,7 +48685,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [65] = { [sym_block_comment] = STATE(104), @@ -49075,7 +49075,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [66] = { [sym_block_comment] = STATE(34), @@ -49465,7 +49465,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [67] = { [sym_block_comment] = STATE(104), @@ -49855,7 +49855,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [68] = { [sym_block_comment] = STATE(37), @@ -50244,7 +50244,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [69] = { [sym_block_comment] = STATE(37), @@ -50633,7 +50633,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [70] = { [sym_block_comment] = STATE(105), @@ -51022,7 +51022,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [71] = { [sym_block_comment] = STATE(84), @@ -51411,7 +51411,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [72] = { [sym_block_comment] = STATE(104), @@ -51800,7 +51800,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [73] = { [sym_block_comment] = STATE(73), @@ -52189,7 +52189,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1316), [anon_sym_BSLASHtext] = ACTIONS(1319), [anon_sym_BSLASHintertext] = ACTIONS(1319), - [anon_sym_shortintertext] = ACTIONS(1319), + [anon_sym_BSLASHshortintertext] = ACTIONS(1319), }, [74] = { [sym_block_comment] = STATE(86), @@ -52578,7 +52578,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [75] = { [sym_block_comment] = STATE(73), @@ -52967,7 +52967,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [76] = { [sym_block_comment] = STATE(83), @@ -53356,7 +53356,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [77] = { [sym_block_comment] = STATE(75), @@ -53745,7 +53745,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [78] = { [sym_block_comment] = STATE(76), @@ -54134,7 +54134,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [79] = { [sym_block_comment] = STATE(104), @@ -54523,7 +54523,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [80] = { [sym_block_comment] = STATE(106), @@ -54912,7 +54912,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [81] = { [sym_block_comment] = STATE(37), @@ -55301,7 +55301,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [82] = { [sym_block_comment] = STATE(91), @@ -55690,7 +55690,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [83] = { [sym_block_comment] = STATE(83), @@ -56079,7 +56079,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1660), [anon_sym_BSLASHtext] = ACTIONS(1663), [anon_sym_BSLASHintertext] = ACTIONS(1663), - [anon_sym_shortintertext] = ACTIONS(1663), + [anon_sym_BSLASHshortintertext] = ACTIONS(1663), }, [84] = { [sym_block_comment] = STATE(37), @@ -56468,7 +56468,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [85] = { [sym_block_comment] = STATE(91), @@ -56857,7 +56857,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [86] = { [sym_block_comment] = STATE(83), @@ -57246,7 +57246,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [87] = { [sym_block_comment] = STATE(90), @@ -57635,7 +57635,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [88] = { [sym_block_comment] = STATE(91), @@ -58024,7 +58024,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [89] = { [sym_block_comment] = STATE(92), @@ -58413,7 +58413,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [90] = { [sym_block_comment] = STATE(37), @@ -58802,7 +58802,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [91] = { [sym_block_comment] = STATE(83), @@ -59191,7 +59191,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [92] = { [sym_block_comment] = STATE(73), @@ -59580,7 +59580,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [93] = { [sym_block_comment] = STATE(104), @@ -59969,7 +59969,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [94] = { [sym_block_comment] = STATE(91), @@ -60358,7 +60358,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [95] = { [sym_block_comment] = STATE(99), @@ -60747,7 +60747,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [96] = { [sym_block_comment] = STATE(101), @@ -61136,7 +61136,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [97] = { [sym_block_comment] = STATE(104), @@ -61525,7 +61525,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [98] = { [sym_block_comment] = STATE(104), @@ -61914,7 +61914,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [99] = { [sym_block_comment] = STATE(37), @@ -62303,7 +62303,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [100] = { [sym_block_comment] = STATE(68), @@ -62692,7 +62692,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [101] = { [sym_block_comment] = STATE(83), @@ -63081,7 +63081,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [102] = { [sym_block_comment] = STATE(83), @@ -63470,7 +63470,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [103] = { [sym_block_comment] = STATE(102), @@ -63859,7 +63859,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [104] = { [sym_block_comment] = STATE(73), @@ -64248,7 +64248,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [105] = { [sym_block_comment] = STATE(73), @@ -64637,7 +64637,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [106] = { [sym_block_comment] = STATE(73), @@ -65026,7 +65026,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [107] = { [sym_block_comment] = STATE(69), @@ -65415,7 +65415,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [108] = { [sym_block_comment] = STATE(116), @@ -65804,7 +65804,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [109] = { [sym_block_comment] = STATE(117), @@ -66193,7 +66193,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [110] = { [sym_block_comment] = STATE(110), @@ -66582,7 +66582,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1952), [anon_sym_BSLASHtext] = ACTIONS(1955), [anon_sym_BSLASHintertext] = ACTIONS(1955), - [anon_sym_shortintertext] = ACTIONS(1955), + [anon_sym_BSLASHshortintertext] = ACTIONS(1955), }, [111] = { [sym_block_comment] = STATE(73), @@ -66971,7 +66971,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [112] = { [sym_block_comment] = STATE(83), @@ -67360,7 +67360,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [113] = { [sym_block_comment] = STATE(37), @@ -67749,7 +67749,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [114] = { [sym_block_comment] = STATE(111), @@ -68138,7 +68138,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [115] = { [sym_block_comment] = STATE(91), @@ -68527,7 +68527,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [116] = { [sym_block_comment] = STATE(83), @@ -68916,7 +68916,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [117] = { [sym_block_comment] = STATE(73), @@ -69305,7 +69305,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [118] = { [sym_block_comment] = STATE(73), @@ -69694,7 +69694,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [119] = { [sym_block_comment] = STATE(112), @@ -70083,7 +70083,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [120] = { [sym_block_comment] = STATE(83), @@ -70472,7 +70472,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [121] = { [sym_block_comment] = STATE(126), @@ -70861,7 +70861,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [122] = { [sym_block_comment] = STATE(127), @@ -71250,7 +71250,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [123] = { [sym_block_comment] = STATE(113), @@ -71639,7 +71639,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [124] = { [sym_block_comment] = STATE(128), @@ -72028,7 +72028,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [125] = { [sym_block_comment] = STATE(37), @@ -72417,7 +72417,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [126] = { [sym_block_comment] = STATE(37), @@ -72806,7 +72806,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [127] = { [sym_block_comment] = STATE(83), @@ -73195,7 +73195,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [128] = { [sym_block_comment] = STATE(73), @@ -73584,7 +73584,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [129] = { [sym_block_comment] = STATE(141), @@ -73973,7 +73973,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [130] = { [sym_block_comment] = STATE(134), @@ -74362,7 +74362,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [131] = { [sym_block_comment] = STATE(135), @@ -74751,7 +74751,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [132] = { [sym_block_comment] = STATE(136), @@ -75140,7 +75140,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [133] = { [sym_block_comment] = STATE(104), @@ -75529,7 +75529,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [134] = { [sym_block_comment] = STATE(37), @@ -75918,7 +75918,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [135] = { [sym_block_comment] = STATE(83), @@ -76307,7 +76307,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [136] = { [sym_block_comment] = STATE(73), @@ -76696,7 +76696,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [137] = { [sym_block_comment] = STATE(73), @@ -77085,7 +77085,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [138] = { [sym_block_comment] = STATE(91), @@ -77474,7 +77474,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [139] = { [sym_block_comment] = STATE(83), @@ -77863,7 +77863,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [140] = { [sym_block_comment] = STATE(125), @@ -78252,7 +78252,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [141] = { [sym_block_comment] = STATE(37), @@ -78641,7 +78641,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [142] = { [sym_block_comment] = STATE(120), @@ -79030,7 +79030,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [143] = { [sym_block_comment] = STATE(137), @@ -79419,7 +79419,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [144] = { [sym_block_comment] = STATE(91), @@ -79808,7 +79808,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [145] = { [sym_block_comment] = STATE(104), @@ -80197,7 +80197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [146] = { [sym_block_comment] = STATE(139), @@ -80586,7 +80586,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [147] = { [sym_block_comment] = STATE(118), @@ -80975,7 +80975,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [148] = { [sym_block_comment] = STATE(211), @@ -81363,7 +81363,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [149] = { [sym_block_comment] = STATE(148), @@ -81751,7 +81751,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [150] = { [sym_block_comment] = STATE(211), @@ -82136,7 +82136,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [151] = { [sym_block_comment] = STATE(150), @@ -82521,7 +82521,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [152] = { [sym_block_comment] = STATE(153), @@ -82906,7 +82906,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [153] = { [sym_block_comment] = STATE(222), @@ -83291,7 +83291,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [154] = { [sym_block_comment] = STATE(226), @@ -83675,7 +83675,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [155] = { [sym_block_comment] = STATE(156), @@ -84059,7 +84059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [156] = { [sym_block_comment] = STATE(225), @@ -84443,7 +84443,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [157] = { [sym_block_comment] = STATE(158), @@ -84827,7 +84827,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [158] = { [sym_block_comment] = STATE(231), @@ -85211,7 +85211,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [159] = { [sym_block_comment] = STATE(154), @@ -85595,7 +85595,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [160] = { [sym_block_comment] = STATE(211), @@ -85977,7 +85977,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [161] = { [sym_block_comment] = STATE(160), @@ -86359,7 +86359,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [162] = { [sym_block_comment] = STATE(222), @@ -86741,7 +86741,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [163] = { [sym_block_comment] = STATE(162), @@ -87123,7 +87123,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [164] = { [sym_block_comment] = STATE(165), @@ -87504,7 +87504,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [165] = { [sym_block_comment] = STATE(225), @@ -87885,7 +87885,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [166] = { [sym_block_comment] = STATE(226), @@ -88266,7 +88266,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [167] = { [sym_block_comment] = STATE(168), @@ -88647,7 +88647,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [168] = { [sym_block_comment] = STATE(231), @@ -89028,7 +89028,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [169] = { [sym_block_comment] = STATE(166), @@ -89409,7 +89409,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [170] = { [sym_block_comment] = STATE(171), @@ -89788,7 +89788,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [171] = { [sym_block_comment] = STATE(222), @@ -90167,7 +90167,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [172] = { [sym_block_comment] = STATE(173), @@ -90546,7 +90546,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [173] = { [sym_block_comment] = STATE(211), @@ -90925,7 +90925,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [174] = { [sym_block_comment] = STATE(179), @@ -91303,7 +91303,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [175] = { [sym_block_comment] = STATE(178), @@ -91681,7 +91681,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [176] = { [sym_block_comment] = STATE(177), @@ -92059,7 +92059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [177] = { [sym_block_comment] = STATE(226), @@ -92437,7 +92437,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [178] = { [sym_block_comment] = STATE(231), @@ -92815,7 +92815,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [179] = { [sym_block_comment] = STATE(225), @@ -93193,7 +93193,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [180] = { [sym_block_comment] = STATE(222), @@ -93569,7 +93569,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [181] = { [sym_block_comment] = STATE(180), @@ -93945,7 +93945,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [182] = { [sym_block_comment] = STATE(183), @@ -94321,7 +94321,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [183] = { [sym_block_comment] = STATE(211), @@ -94697,7 +94697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [184] = { [sym_block_comment] = STATE(226), @@ -95072,7 +95072,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [185] = { [sym_block_comment] = STATE(225), @@ -95447,7 +95447,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [186] = { [sym_block_comment] = STATE(185), @@ -95822,7 +95822,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [187] = { [sym_block_comment] = STATE(184), @@ -96197,7 +96197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [188] = { [sym_block_comment] = STATE(189), @@ -96572,7 +96572,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [189] = { [sym_block_comment] = STATE(231), @@ -96947,7 +96947,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [190] = { [sym_block_comment] = STATE(191), @@ -97320,7 +97320,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [191] = { [sym_block_comment] = STATE(222), @@ -97693,7 +97693,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [192] = { [sym_block_comment] = STATE(225), @@ -98065,7 +98065,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [193] = { [sym_block_comment] = STATE(194), @@ -98437,7 +98437,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [194] = { [sym_block_comment] = STATE(226), @@ -98809,7 +98809,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [195] = { [sym_block_comment] = STATE(231), @@ -99181,7 +99181,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [196] = { [sym_block_comment] = STATE(197), @@ -99553,7 +99553,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [197] = { [sym_block_comment] = STATE(211), @@ -99925,7 +99925,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [198] = { [sym_block_comment] = STATE(192), @@ -100297,7 +100297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [199] = { [sym_block_comment] = STATE(195), @@ -100669,7 +100669,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [200] = { [sym_block_comment] = STATE(222), @@ -101038,7 +101038,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [201] = { [sym_block_comment] = STATE(202), @@ -101407,7 +101407,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [202] = { [sym_block_comment] = STATE(211), @@ -101776,7 +101776,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [203] = { [sym_block_comment] = STATE(200), @@ -102145,7 +102145,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [204] = { [sym_block_comment] = STATE(226), @@ -102513,7 +102513,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [205] = { [sym_block_comment] = STATE(207), @@ -102881,7 +102881,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [206] = { [sym_block_comment] = STATE(204), @@ -103249,7 +103249,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [207] = { [sym_block_comment] = STATE(231), @@ -103617,7 +103617,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [208] = { [sym_block_comment] = STATE(209), @@ -103985,7 +103985,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [209] = { [sym_block_comment] = STATE(225), @@ -104353,7 +104353,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [210] = { [sym_block_comment] = STATE(212), @@ -104719,7 +104719,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [211] = { [sym_block_comment] = STATE(211), @@ -105085,7 +105085,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2373), [anon_sym_BSLASHtext] = ACTIONS(2376), [anon_sym_BSLASHintertext] = ACTIONS(2376), - [anon_sym_shortintertext] = ACTIONS(2376), + [anon_sym_BSLASHshortintertext] = ACTIONS(2376), }, [212] = { [sym_block_comment] = STATE(211), @@ -105451,7 +105451,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(301), [anon_sym_BSLASHintertext] = ACTIONS(301), - [anon_sym_shortintertext] = ACTIONS(301), + [anon_sym_BSLASHshortintertext] = ACTIONS(301), }, [213] = { [sym_block_comment] = STATE(222), @@ -105817,7 +105817,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [214] = { [sym_block_comment] = STATE(213), @@ -106183,7 +106183,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [215] = { [sym_block_comment] = STATE(225), @@ -106548,7 +106548,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [216] = { [sym_block_comment] = STATE(217), @@ -106913,7 +106913,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [217] = { [sym_block_comment] = STATE(231), @@ -107278,7 +107278,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [218] = { [sym_block_comment] = STATE(226), @@ -107643,7 +107643,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [219] = { [sym_block_comment] = STATE(218), @@ -108008,7 +108008,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [220] = { [sym_block_comment] = STATE(215), @@ -108373,7 +108373,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [221] = { [sym_block_comment] = STATE(223), @@ -108736,7 +108736,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [222] = { [sym_block_comment] = STATE(222), @@ -109099,7 +109099,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2543), [anon_sym_BSLASHtext] = ACTIONS(2546), [anon_sym_BSLASHintertext] = ACTIONS(2546), - [anon_sym_shortintertext] = ACTIONS(2546), + [anon_sym_BSLASHshortintertext] = ACTIONS(2546), }, [223] = { [sym_block_comment] = STATE(222), @@ -109462,7 +109462,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(143), [anon_sym_BSLASHintertext] = ACTIONS(143), - [anon_sym_shortintertext] = ACTIONS(143), + [anon_sym_BSLASHshortintertext] = ACTIONS(143), }, [224] = { [sym_block_comment] = STATE(225), @@ -109824,7 +109824,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [225] = { [sym_block_comment] = STATE(225), @@ -110186,7 +110186,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2699), [anon_sym_BSLASHtext] = ACTIONS(2702), [anon_sym_BSLASHintertext] = ACTIONS(2702), - [anon_sym_shortintertext] = ACTIONS(2702), + [anon_sym_BSLASHshortintertext] = ACTIONS(2702), }, [226] = { [sym_block_comment] = STATE(226), @@ -110548,7 +110548,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2855), [anon_sym_BSLASHtext] = ACTIONS(2858), [anon_sym_BSLASHintertext] = ACTIONS(2858), - [anon_sym_shortintertext] = ACTIONS(2858), + [anon_sym_BSLASHshortintertext] = ACTIONS(2858), }, [227] = { [sym_block_comment] = STATE(226), @@ -110910,7 +110910,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [228] = { [sym_block_comment] = STATE(227), @@ -111272,7 +111272,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(768), [anon_sym_BSLASHintertext] = ACTIONS(768), - [anon_sym_shortintertext] = ACTIONS(768), + [anon_sym_BSLASHshortintertext] = ACTIONS(768), }, [229] = { [sym_block_comment] = STATE(230), @@ -111634,7 +111634,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [230] = { [sym_block_comment] = STATE(231), @@ -111996,7 +111996,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(1112), [anon_sym_BSLASHintertext] = ACTIONS(1112), - [anon_sym_shortintertext] = ACTIONS(1112), + [anon_sym_BSLASHshortintertext] = ACTIONS(1112), }, [231] = { [sym_block_comment] = STATE(231), @@ -112358,7 +112358,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3015), [anon_sym_BSLASHtext] = ACTIONS(3018), [anon_sym_BSLASHintertext] = ACTIONS(3018), - [anon_sym_shortintertext] = ACTIONS(3018), + [anon_sym_BSLASHshortintertext] = ACTIONS(3018), }, [232] = { [sym_block_comment] = STATE(224), @@ -112720,7 +112720,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(1428), [anon_sym_BSLASHintertext] = ACTIONS(1428), - [anon_sym_shortintertext] = ACTIONS(1428), + [anon_sym_BSLASHshortintertext] = ACTIONS(1428), }, [233] = { [sym_block_comment] = STATE(234), @@ -113061,7 +113061,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3125), [anon_sym_BSLASHtext] = ACTIONS(3127), [anon_sym_BSLASHintertext] = ACTIONS(3127), - [anon_sym_shortintertext] = ACTIONS(3127), + [anon_sym_BSLASHshortintertext] = ACTIONS(3127), }, [234] = { [sym_block_comment] = STATE(247), @@ -113402,7 +113402,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3125), [anon_sym_BSLASHtext] = ACTIONS(3127), [anon_sym_BSLASHintertext] = ACTIONS(3127), - [anon_sym_shortintertext] = ACTIONS(3127), + [anon_sym_BSLASHshortintertext] = ACTIONS(3127), }, [235] = { [sym_block_comment] = STATE(239), @@ -113743,7 +113743,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3125), [anon_sym_BSLASHtext] = ACTIONS(3127), [anon_sym_BSLASHintertext] = ACTIONS(3127), - [anon_sym_shortintertext] = ACTIONS(3127), + [anon_sym_BSLASHshortintertext] = ACTIONS(3127), }, [236] = { [sym_block_comment] = STATE(242), @@ -114084,7 +114084,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3125), [anon_sym_BSLASHtext] = ACTIONS(3127), [anon_sym_BSLASHintertext] = ACTIONS(3127), - [anon_sym_shortintertext] = ACTIONS(3127), + [anon_sym_BSLASHshortintertext] = ACTIONS(3127), }, [237] = { [sym_block_comment] = STATE(238), @@ -114425,7 +114425,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3125), [anon_sym_BSLASHtext] = ACTIONS(3127), [anon_sym_BSLASHintertext] = ACTIONS(3127), - [anon_sym_shortintertext] = ACTIONS(3127), + [anon_sym_BSLASHshortintertext] = ACTIONS(3127), }, [238] = { [sym_block_comment] = STATE(247), @@ -114766,7 +114766,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3125), [anon_sym_BSLASHtext] = ACTIONS(3127), [anon_sym_BSLASHintertext] = ACTIONS(3127), - [anon_sym_shortintertext] = ACTIONS(3127), + [anon_sym_BSLASHshortintertext] = ACTIONS(3127), }, [239] = { [sym_block_comment] = STATE(247), @@ -115107,7 +115107,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3125), [anon_sym_BSLASHtext] = ACTIONS(3127), [anon_sym_BSLASHintertext] = ACTIONS(3127), - [anon_sym_shortintertext] = ACTIONS(3127), + [anon_sym_BSLASHshortintertext] = ACTIONS(3127), }, [240] = { [sym_block_comment] = STATE(247), @@ -115448,7 +115448,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3125), [anon_sym_BSLASHtext] = ACTIONS(3127), [anon_sym_BSLASHintertext] = ACTIONS(3127), - [anon_sym_shortintertext] = ACTIONS(3127), + [anon_sym_BSLASHshortintertext] = ACTIONS(3127), }, [241] = { [sym_block_comment] = STATE(247), @@ -115789,7 +115789,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3125), [anon_sym_BSLASHtext] = ACTIONS(3127), [anon_sym_BSLASHintertext] = ACTIONS(3127), - [anon_sym_shortintertext] = ACTIONS(3127), + [anon_sym_BSLASHshortintertext] = ACTIONS(3127), }, [242] = { [sym_block_comment] = STATE(247), @@ -116130,7 +116130,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3125), [anon_sym_BSLASHtext] = ACTIONS(3127), [anon_sym_BSLASHintertext] = ACTIONS(3127), - [anon_sym_shortintertext] = ACTIONS(3127), + [anon_sym_BSLASHshortintertext] = ACTIONS(3127), }, [243] = { [sym_block_comment] = STATE(247), @@ -116471,7 +116471,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3125), [anon_sym_BSLASHtext] = ACTIONS(3127), [anon_sym_BSLASHintertext] = ACTIONS(3127), - [anon_sym_shortintertext] = ACTIONS(3127), + [anon_sym_BSLASHshortintertext] = ACTIONS(3127), }, [244] = { [sym_block_comment] = STATE(243), @@ -116812,7 +116812,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3125), [anon_sym_BSLASHtext] = ACTIONS(3127), [anon_sym_BSLASHintertext] = ACTIONS(3127), - [anon_sym_shortintertext] = ACTIONS(3127), + [anon_sym_BSLASHshortintertext] = ACTIONS(3127), }, [245] = { [sym_block_comment] = STATE(240), @@ -117153,7 +117153,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3125), [anon_sym_BSLASHtext] = ACTIONS(3127), [anon_sym_BSLASHintertext] = ACTIONS(3127), - [anon_sym_shortintertext] = ACTIONS(3127), + [anon_sym_BSLASHshortintertext] = ACTIONS(3127), }, [246] = { [sym_block_comment] = STATE(241), @@ -117494,7 +117494,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3125), [anon_sym_BSLASHtext] = ACTIONS(3127), [anon_sym_BSLASHintertext] = ACTIONS(3127), - [anon_sym_shortintertext] = ACTIONS(3127), + [anon_sym_BSLASHshortintertext] = ACTIONS(3127), }, [247] = { [sym_block_comment] = STATE(247), @@ -117834,7 +117834,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3305), [anon_sym_BSLASHtext] = ACTIONS(3308), [anon_sym_BSLASHintertext] = ACTIONS(3308), - [anon_sym_shortintertext] = ACTIONS(3308), + [anon_sym_BSLASHshortintertext] = ACTIONS(3308), }, [248] = { [sym_block_comment] = STATE(251), @@ -118173,7 +118173,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3415), [anon_sym_BSLASHtext] = ACTIONS(3417), [anon_sym_BSLASHintertext] = ACTIONS(3417), - [anon_sym_shortintertext] = ACTIONS(3417), + [anon_sym_BSLASHshortintertext] = ACTIONS(3417), }, [249] = { [sym_block_comment] = STATE(251), @@ -118512,7 +118512,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3415), [anon_sym_BSLASHtext] = ACTIONS(3417), [anon_sym_BSLASHintertext] = ACTIONS(3417), - [anon_sym_shortintertext] = ACTIONS(3417), + [anon_sym_BSLASHshortintertext] = ACTIONS(3417), }, [250] = { [sym_block_comment] = STATE(248), @@ -118851,7 +118851,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3415), [anon_sym_BSLASHtext] = ACTIONS(3417), [anon_sym_BSLASHintertext] = ACTIONS(3417), - [anon_sym_shortintertext] = ACTIONS(3417), + [anon_sym_BSLASHshortintertext] = ACTIONS(3417), }, [251] = { [sym_block_comment] = STATE(251), @@ -119190,7 +119190,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3583), [anon_sym_BSLASHtext] = ACTIONS(3586), [anon_sym_BSLASHintertext] = ACTIONS(3586), - [anon_sym_shortintertext] = ACTIONS(3586), + [anon_sym_BSLASHshortintertext] = ACTIONS(3586), }, [252] = { [sym_block_comment] = STATE(251), @@ -119529,7 +119529,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3415), [anon_sym_BSLASHtext] = ACTIONS(3417), [anon_sym_BSLASHintertext] = ACTIONS(3417), - [anon_sym_shortintertext] = ACTIONS(3417), + [anon_sym_BSLASHshortintertext] = ACTIONS(3417), }, [253] = { [sym_block_comment] = STATE(249), @@ -119868,7 +119868,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3415), [anon_sym_BSLASHtext] = ACTIONS(3417), [anon_sym_BSLASHintertext] = ACTIONS(3417), - [anon_sym_shortintertext] = ACTIONS(3417), + [anon_sym_BSLASHshortintertext] = ACTIONS(3417), }, [254] = { [sym_block_comment] = STATE(252), @@ -120207,7 +120207,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3415), [anon_sym_BSLASHtext] = ACTIONS(3417), [anon_sym_BSLASHintertext] = ACTIONS(3417), - [anon_sym_shortintertext] = ACTIONS(3417), + [anon_sym_BSLASHshortintertext] = ACTIONS(3417), }, [255] = { [sym_block_comment] = STATE(594), @@ -120545,7 +120545,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3735), [anon_sym_BSLASHtext] = ACTIONS(3607), [anon_sym_BSLASHintertext] = ACTIONS(3607), - [anon_sym_shortintertext] = ACTIONS(3607), + [anon_sym_BSLASHshortintertext] = ACTIONS(3607), }, [256] = { [sym_block_comment] = STATE(594), @@ -120883,7 +120883,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(299), [anon_sym_BSLASHtext] = ACTIONS(3740), [anon_sym_BSLASHintertext] = ACTIONS(3740), - [anon_sym_shortintertext] = ACTIONS(3740), + [anon_sym_BSLASHshortintertext] = ACTIONS(3740), }, [257] = { [sym_block_comment] = STATE(944), @@ -121218,7 +121218,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(141), [anon_sym_BSLASHtext] = ACTIONS(3740), [anon_sym_BSLASHintertext] = ACTIONS(3740), - [anon_sym_shortintertext] = ACTIONS(3740), + [anon_sym_BSLASHshortintertext] = ACTIONS(3740), }, [258] = { [sym_block_comment] = STATE(944), @@ -121553,7 +121553,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3874), [anon_sym_BSLASHtext] = ACTIONS(3607), [anon_sym_BSLASHintertext] = ACTIONS(3607), - [anon_sym_shortintertext] = ACTIONS(3607), + [anon_sym_BSLASHshortintertext] = ACTIONS(3607), }, [259] = { [sym_block_comment] = STATE(1100), @@ -121887,7 +121887,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4009), [anon_sym_BSLASHtext] = ACTIONS(3607), [anon_sym_BSLASHintertext] = ACTIONS(3607), - [anon_sym_shortintertext] = ACTIONS(3607), + [anon_sym_BSLASHshortintertext] = ACTIONS(3607), }, [260] = { [sym_block_comment] = STATE(1100), @@ -122221,7 +122221,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(766), [anon_sym_BSLASHtext] = ACTIONS(3740), [anon_sym_BSLASHintertext] = ACTIONS(3740), - [anon_sym_shortintertext] = ACTIONS(3740), + [anon_sym_BSLASHshortintertext] = ACTIONS(3740), }, [261] = { [sym_block_comment] = STATE(1367), @@ -122555,7 +122555,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4144), [anon_sym_BSLASHtext] = ACTIONS(3607), [anon_sym_BSLASHintertext] = ACTIONS(3607), - [anon_sym_shortintertext] = ACTIONS(3607), + [anon_sym_BSLASHshortintertext] = ACTIONS(3607), }, [262] = { [sym_block_comment] = STATE(1407), @@ -122889,7 +122889,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1426), [anon_sym_BSLASHtext] = ACTIONS(3740), [anon_sym_BSLASHintertext] = ACTIONS(3740), - [anon_sym_shortintertext] = ACTIONS(3740), + [anon_sym_BSLASHshortintertext] = ACTIONS(3740), }, [263] = { [sym_block_comment] = STATE(1367), @@ -123223,7 +123223,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(1110), [anon_sym_BSLASHtext] = ACTIONS(3740), [anon_sym_BSLASHintertext] = ACTIONS(3740), - [anon_sym_shortintertext] = ACTIONS(3740), + [anon_sym_BSLASHshortintertext] = ACTIONS(3740), }, [264] = { [sym_block_comment] = STATE(1407), @@ -123557,7 +123557,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4279), [anon_sym_BSLASHtext] = ACTIONS(3607), [anon_sym_BSLASHintertext] = ACTIONS(3607), - [anon_sym_shortintertext] = ACTIONS(3607), + [anon_sym_BSLASHshortintertext] = ACTIONS(3607), }, [265] = { [sym_block_comment] = STATE(2002), @@ -124203,7 +124203,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [267] = { [sym_block_comment] = STATE(285), @@ -124522,7 +124522,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [268] = { [sym_block_comment] = STATE(275), @@ -124841,7 +124841,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [269] = { [sym_block_comment] = STATE(280), @@ -125160,7 +125160,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [270] = { [sym_block_comment] = STATE(274), @@ -125479,7 +125479,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [271] = { [sym_block_comment] = STATE(280), @@ -125798,7 +125798,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [272] = { [sym_block_comment] = STATE(280), @@ -126117,7 +126117,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [273] = { [sym_block_comment] = STATE(281), @@ -126436,7 +126436,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [274] = { [sym_block_comment] = STATE(280), @@ -126755,7 +126755,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [275] = { [sym_block_comment] = STATE(280), @@ -127074,7 +127074,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [276] = { [sym_block_comment] = STATE(271), @@ -127393,7 +127393,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [277] = { [sym_block_comment] = STATE(280), @@ -127712,7 +127712,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [278] = { [sym_block_comment] = STATE(288), @@ -128031,7 +128031,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [279] = { [sym_block_comment] = STATE(277), @@ -128350,7 +128350,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [280] = { [sym_block_comment] = STATE(280), @@ -128669,7 +128669,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4690), [anon_sym_BSLASHtext] = ACTIONS(4693), [anon_sym_BSLASHintertext] = ACTIONS(4693), - [anon_sym_shortintertext] = ACTIONS(4693), + [anon_sym_BSLASHshortintertext] = ACTIONS(4693), }, [281] = { [sym_block_comment] = STATE(280), @@ -128988,7 +128988,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [282] = { [sym_block_comment] = STATE(280), @@ -129307,7 +129307,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [283] = { [sym_block_comment] = STATE(280), @@ -129626,7 +129626,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [284] = { [sym_block_comment] = STATE(283), @@ -129945,7 +129945,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [285] = { [sym_block_comment] = STATE(280), @@ -130264,7 +130264,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [286] = { [sym_block_comment] = STATE(272), @@ -130583,7 +130583,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [287] = { [sym_block_comment] = STATE(269), @@ -130902,7 +130902,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [288] = { [sym_block_comment] = STATE(280), @@ -131221,7 +131221,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [289] = { [sym_block_comment] = STATE(289), @@ -131539,7 +131539,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4873), [anon_sym_BSLASHtext] = ACTIONS(4876), [anon_sym_BSLASHintertext] = ACTIONS(4876), - [anon_sym_shortintertext] = ACTIONS(4876), + [anon_sym_BSLASHshortintertext] = ACTIONS(4876), }, [290] = { [sym_block_comment] = STATE(290), @@ -131857,7 +131857,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4873), [anon_sym_BSLASHtext] = ACTIONS(4876), [anon_sym_BSLASHintertext] = ACTIONS(4876), - [anon_sym_shortintertext] = ACTIONS(4876), + [anon_sym_BSLASHshortintertext] = ACTIONS(4876), }, [291] = { [sym_block_comment] = STATE(290), @@ -132175,7 +132175,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [292] = { [sym_block_comment] = STATE(289), @@ -132493,7 +132493,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [293] = { [sym_block_comment] = STATE(1926), @@ -132810,7 +132810,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [294] = { [sym_block_comment] = STATE(1926), @@ -133127,7 +133127,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [295] = { [sym_block_comment] = STATE(1926), @@ -133444,7 +133444,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [296] = { [sym_block_comment] = STATE(1926), @@ -133761,7 +133761,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [297] = { [sym_block_comment] = STATE(291), @@ -134078,7 +134078,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [298] = { [sym_block_comment] = STATE(1926), @@ -134395,7 +134395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [299] = { [sym_block_comment] = STATE(1926), @@ -134712,7 +134712,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [300] = { [sym_block_comment] = STATE(1926), @@ -135029,7 +135029,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [301] = { [sym_block_comment] = STATE(1926), @@ -135346,7 +135346,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [302] = { [sym_block_comment] = STATE(292), @@ -135663,7 +135663,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(4494), [anon_sym_BSLASHintertext] = ACTIONS(4494), - [anon_sym_shortintertext] = ACTIONS(4494), + [anon_sym_BSLASHshortintertext] = ACTIONS(4494), }, [303] = { [sym_block_comment] = STATE(1926), @@ -135980,7 +135980,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [304] = { [sym_block_comment] = STATE(1926), @@ -136297,7 +136297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [305] = { [sym_block_comment] = STATE(1926), @@ -136613,7 +136613,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [306] = { [sym_block_comment] = STATE(1926), @@ -136929,7 +136929,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5199), [anon_sym_BSLASHtext] = ACTIONS(5202), [anon_sym_BSLASHintertext] = ACTIONS(5202), - [anon_sym_shortintertext] = ACTIONS(5202), + [anon_sym_BSLASHshortintertext] = ACTIONS(5202), }, [307] = { [sym_block_comment] = STATE(1926), @@ -137244,7 +137244,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [308] = { [sym_block_comment] = STATE(1926), @@ -137559,7 +137559,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [309] = { [sym_block_comment] = STATE(1926), @@ -137874,7 +137874,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [310] = { [sym_block_comment] = STATE(1926), @@ -138189,7 +138189,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [311] = { [sym_block_comment] = STATE(1926), @@ -138504,7 +138504,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [312] = { [sym_block_comment] = STATE(1926), @@ -138819,7 +138819,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [313] = { [sym_block_comment] = STATE(1926), @@ -139134,7 +139134,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [314] = { [sym_block_comment] = STATE(1926), @@ -139449,7 +139449,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [315] = { [sym_block_comment] = STATE(1926), @@ -139764,7 +139764,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [316] = { [sym_block_comment] = STATE(1926), @@ -140079,7 +140079,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [317] = { [sym_block_comment] = STATE(1926), @@ -140393,7 +140393,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(5017), [anon_sym_BSLASHintertext] = ACTIONS(5017), - [anon_sym_shortintertext] = ACTIONS(5017), + [anon_sym_BSLASHshortintertext] = ACTIONS(5017), }, [318] = { [sym_block_comment] = STATE(1615), @@ -140705,7 +140705,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5357), [anon_sym_BSLASHtext] = ACTIONS(3607), [anon_sym_BSLASHintertext] = ACTIONS(3607), - [anon_sym_shortintertext] = ACTIONS(3607), + [anon_sym_BSLASHshortintertext] = ACTIONS(3607), }, [319] = { [sym_block_comment] = STATE(1615), @@ -141017,7 +141017,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3125), [anon_sym_BSLASHtext] = ACTIONS(3740), [anon_sym_BSLASHintertext] = ACTIONS(3740), - [anon_sym_shortintertext] = ACTIONS(3740), + [anon_sym_BSLASHshortintertext] = ACTIONS(3740), }, [320] = { [sym_block_comment] = STATE(1674), @@ -141328,7 +141328,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(4492), [anon_sym_BSLASHtext] = ACTIONS(3740), [anon_sym_BSLASHintertext] = ACTIONS(3740), - [anon_sym_shortintertext] = ACTIONS(3740), + [anon_sym_BSLASHshortintertext] = ACTIONS(3740), }, [321] = { [sym_block_comment] = STATE(1725), @@ -141639,7 +141639,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5492), [anon_sym_BSLASHtext] = ACTIONS(3607), [anon_sym_BSLASHintertext] = ACTIONS(3607), - [anon_sym_shortintertext] = ACTIONS(3607), + [anon_sym_BSLASHshortintertext] = ACTIONS(3607), }, [322] = { [sym_block_comment] = STATE(1725), @@ -141950,7 +141950,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(3415), [anon_sym_BSLASHtext] = ACTIONS(3740), [anon_sym_BSLASHintertext] = ACTIONS(3740), - [anon_sym_shortintertext] = ACTIONS(3740), + [anon_sym_BSLASHshortintertext] = ACTIONS(3740), }, [323] = { [sym__chapter_declaration] = STATE(151), @@ -142261,7 +142261,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [324] = { [sym_block_comment] = STATE(1674), @@ -142572,7 +142572,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5631), [anon_sym_BSLASHtext] = ACTIONS(3607), [anon_sym_BSLASHintertext] = ACTIONS(3607), - [anon_sym_shortintertext] = ACTIONS(3607), + [anon_sym_BSLASHshortintertext] = ACTIONS(3607), }, [325] = { [sym__chapter_declaration] = STATE(151), @@ -142883,7 +142883,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [326] = { [sym__section_declaration] = STATE(161), @@ -143191,7 +143191,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [327] = { [sym__section_declaration] = STATE(161), @@ -143499,7 +143499,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [328] = { [sym__chapter_declaration] = STATE(163), @@ -143807,7 +143807,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [329] = { [sym_block_comment] = STATE(1920), @@ -144115,7 +144115,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5770), [anon_sym_BSLASHtext] = ACTIONS(3607), [anon_sym_BSLASHintertext] = ACTIONS(3607), - [anon_sym_shortintertext] = ACTIONS(3607), + [anon_sym_BSLASHshortintertext] = ACTIONS(3607), }, [330] = { [sym__chapter_declaration] = STATE(163), @@ -144423,7 +144423,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [331] = { [sym_block_comment] = STATE(1920), @@ -144731,7 +144731,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5015), [anon_sym_BSLASHtext] = ACTIONS(3740), [anon_sym_BSLASHintertext] = ACTIONS(3740), - [anon_sym_shortintertext] = ACTIONS(3740), + [anon_sym_BSLASHshortintertext] = ACTIONS(3740), }, [332] = { [sym__chapter_declaration] = STATE(164), @@ -145038,7 +145038,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [333] = { [sym__chapter_declaration] = STATE(169), @@ -145345,7 +145345,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [334] = { [sym__chapter_declaration] = STATE(167), @@ -145652,7 +145652,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [335] = { [sym__chapter_declaration] = STATE(164), @@ -145959,7 +145959,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [336] = { [sym__chapter_declaration] = STATE(169), @@ -146266,7 +146266,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [337] = { [sym__chapter_declaration] = STATE(167), @@ -146573,7 +146573,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [338] = { [sym__section_declaration] = STATE(170), @@ -146878,7 +146878,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [339] = { [sym__subsection_declaration] = STATE(172), @@ -147183,7 +147183,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2120), [anon_sym_BSLASHtext] = ACTIONS(2120), [anon_sym_BSLASHintertext] = ACTIONS(2120), - [anon_sym_shortintertext] = ACTIONS(2120), + [anon_sym_BSLASHshortintertext] = ACTIONS(2120), }, [340] = { [sym__subsection_declaration] = STATE(172), @@ -147488,7 +147488,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [341] = { [sym__section_declaration] = STATE(170), @@ -147793,7 +147793,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [342] = { [sym__section_declaration] = STATE(175), @@ -148097,7 +148097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [343] = { [sym__section_declaration] = STATE(176), @@ -148401,7 +148401,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [344] = { [sym__section_declaration] = STATE(175), @@ -148705,7 +148705,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [345] = { [sym__section_declaration] = STATE(176), @@ -149009,7 +149009,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [346] = { [sym__section_declaration] = STATE(174), @@ -149313,7 +149313,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [347] = { [sym__section_declaration] = STATE(174), @@ -149617,7 +149617,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [348] = { [sym__chapter_declaration] = STATE(151), @@ -149919,7 +149919,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [349] = { [sym__chapter_declaration] = STATE(151), @@ -150221,7 +150221,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5781), [anon_sym_BSLASHtext] = ACTIONS(5781), [anon_sym_BSLASHintertext] = ACTIONS(5781), - [anon_sym_shortintertext] = ACTIONS(5781), + [anon_sym_BSLASHshortintertext] = ACTIONS(5781), }, [350] = { [sym__subsubsection_declaration] = STATE(182), @@ -150523,7 +150523,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [351] = { [sym__subparagraph_declaration] = STATE(201), @@ -150825,7 +150825,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5791), [anon_sym_BSLASHtext] = ACTIONS(5791), [anon_sym_BSLASHintertext] = ACTIONS(5791), - [anon_sym_shortintertext] = ACTIONS(5791), + [anon_sym_BSLASHshortintertext] = ACTIONS(5791), }, [352] = { [sym__section_declaration] = STATE(161), @@ -151127,7 +151127,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [353] = { [sym__subsection_declaration] = STATE(172), @@ -151429,7 +151429,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [354] = { [sym__subsubsection_declaration] = STATE(182), @@ -151731,7 +151731,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [355] = { [sym__section_declaration] = STATE(161), @@ -152033,7 +152033,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [356] = { [sym__subsubsection_declaration] = STATE(182), @@ -152335,7 +152335,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [357] = { [sym__section_declaration] = STATE(161), @@ -152637,7 +152637,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [358] = { [sym__subsubsection_declaration] = STATE(182), @@ -152939,7 +152939,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5801), [anon_sym_BSLASHtext] = ACTIONS(5801), [anon_sym_BSLASHintertext] = ACTIONS(5801), - [anon_sym_shortintertext] = ACTIONS(5801), + [anon_sym_BSLASHshortintertext] = ACTIONS(5801), }, [359] = { [sym__subsubsection_declaration] = STATE(182), @@ -153241,7 +153241,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5801), [anon_sym_BSLASHtext] = ACTIONS(5801), [anon_sym_BSLASHintertext] = ACTIONS(5801), - [anon_sym_shortintertext] = ACTIONS(5801), + [anon_sym_BSLASHshortintertext] = ACTIONS(5801), }, [360] = { [sym__subsection_declaration] = STATE(172), @@ -153543,7 +153543,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [361] = { [sym__subsubsection_declaration] = STATE(182), @@ -153845,7 +153845,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [362] = { [sym__subsection_declaration] = STATE(172), @@ -154147,7 +154147,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [363] = { [sym__subsubsection_declaration] = STATE(182), @@ -154449,7 +154449,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5801), [anon_sym_BSLASHtext] = ACTIONS(5801), [anon_sym_BSLASHintertext] = ACTIONS(5801), - [anon_sym_shortintertext] = ACTIONS(5801), + [anon_sym_BSLASHshortintertext] = ACTIONS(5801), }, [364] = { [sym__subparagraph_declaration] = STATE(201), @@ -154751,7 +154751,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5805), [anon_sym_BSLASHtext] = ACTIONS(5805), [anon_sym_BSLASHintertext] = ACTIONS(5805), - [anon_sym_shortintertext] = ACTIONS(5805), + [anon_sym_BSLASHshortintertext] = ACTIONS(5805), }, [365] = { [sym__enum_itemdeclaration] = STATE(210), @@ -155053,7 +155053,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5805), [anon_sym_BSLASHtext] = ACTIONS(5805), [anon_sym_BSLASHintertext] = ACTIONS(5805), - [anon_sym_shortintertext] = ACTIONS(5805), + [anon_sym_BSLASHshortintertext] = ACTIONS(5805), }, [366] = { [sym__subsubsection_declaration] = STATE(182), @@ -155355,7 +155355,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [367] = { [sym__enum_itemdeclaration] = STATE(210), @@ -155657,7 +155657,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5809), [anon_sym_BSLASHtext] = ACTIONS(5809), [anon_sym_BSLASHintertext] = ACTIONS(5809), - [anon_sym_shortintertext] = ACTIONS(5809), + [anon_sym_BSLASHshortintertext] = ACTIONS(5809), }, [368] = { [sym__subsection_declaration] = STATE(172), @@ -155959,7 +155959,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [369] = { [sym__chapter_declaration] = STATE(151), @@ -156261,7 +156261,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [370] = { [sym__subsubsection_declaration] = STATE(182), @@ -156563,7 +156563,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [371] = { [sym__subsection_declaration] = STATE(172), @@ -156865,7 +156865,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [372] = { [sym__section_declaration] = STATE(161), @@ -157167,7 +157167,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [373] = { [sym__enum_itemdeclaration] = STATE(210), @@ -157469,7 +157469,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5817), [anon_sym_BSLASHtext] = ACTIONS(5817), [anon_sym_BSLASHintertext] = ACTIONS(5817), - [anon_sym_shortintertext] = ACTIONS(5817), + [anon_sym_BSLASHshortintertext] = ACTIONS(5817), }, [374] = { [sym__subsection_declaration] = STATE(172), @@ -157771,7 +157771,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [375] = { [sym__subsection_declaration] = STATE(181), @@ -158073,7 +158073,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2120), [anon_sym_BSLASHtext] = ACTIONS(2120), [anon_sym_BSLASHintertext] = ACTIONS(2120), - [anon_sym_shortintertext] = ACTIONS(2120), + [anon_sym_BSLASHshortintertext] = ACTIONS(2120), }, [376] = { [sym__paragraph_declaration] = STATE(196), @@ -158375,7 +158375,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5827), [anon_sym_BSLASHtext] = ACTIONS(5827), [anon_sym_BSLASHintertext] = ACTIONS(5827), - [anon_sym_shortintertext] = ACTIONS(5827), + [anon_sym_BSLASHshortintertext] = ACTIONS(5827), }, [377] = { [sym__chapter_declaration] = STATE(151), @@ -158677,7 +158677,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [378] = { [sym__subsubsection_declaration] = STATE(182), @@ -158979,7 +158979,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [379] = { [sym__section_declaration] = STATE(161), @@ -159281,7 +159281,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5837), [anon_sym_BSLASHtext] = ACTIONS(5837), [anon_sym_BSLASHintertext] = ACTIONS(5837), - [anon_sym_shortintertext] = ACTIONS(5837), + [anon_sym_BSLASHshortintertext] = ACTIONS(5837), }, [380] = { [sym__subsection_declaration] = STATE(172), @@ -159583,7 +159583,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5837), [anon_sym_BSLASHtext] = ACTIONS(5837), [anon_sym_BSLASHintertext] = ACTIONS(5837), - [anon_sym_shortintertext] = ACTIONS(5837), + [anon_sym_BSLASHshortintertext] = ACTIONS(5837), }, [381] = { [sym__subsubsection_declaration] = STATE(182), @@ -159885,7 +159885,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5837), [anon_sym_BSLASHtext] = ACTIONS(5837), [anon_sym_BSLASHintertext] = ACTIONS(5837), - [anon_sym_shortintertext] = ACTIONS(5837), + [anon_sym_BSLASHshortintertext] = ACTIONS(5837), }, [382] = { [sym__subsection_declaration] = STATE(172), @@ -160187,7 +160187,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5841), [anon_sym_BSLASHtext] = ACTIONS(5841), [anon_sym_BSLASHintertext] = ACTIONS(5841), - [anon_sym_shortintertext] = ACTIONS(5841), + [anon_sym_BSLASHshortintertext] = ACTIONS(5841), }, [383] = { [sym__subsubsection_declaration] = STATE(182), @@ -160489,7 +160489,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5841), [anon_sym_BSLASHtext] = ACTIONS(5841), [anon_sym_BSLASHintertext] = ACTIONS(5841), - [anon_sym_shortintertext] = ACTIONS(5841), + [anon_sym_BSLASHshortintertext] = ACTIONS(5841), }, [384] = { [sym__subsubsection_declaration] = STATE(182), @@ -160791,7 +160791,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5845), [anon_sym_BSLASHtext] = ACTIONS(5845), [anon_sym_BSLASHintertext] = ACTIONS(5845), - [anon_sym_shortintertext] = ACTIONS(5845), + [anon_sym_BSLASHshortintertext] = ACTIONS(5845), }, [385] = { [sym__section_part] = STATE(484), @@ -161093,7 +161093,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5849), [anon_sym_BSLASHtext] = ACTIONS(5849), [anon_sym_BSLASHintertext] = ACTIONS(5849), - [anon_sym_shortintertext] = ACTIONS(5849), + [anon_sym_BSLASHshortintertext] = ACTIONS(5849), }, [386] = { [sym__section_declaration] = STATE(161), @@ -161395,7 +161395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [387] = { [sym__subsection_declaration] = STATE(172), @@ -161697,7 +161697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [388] = { [sym__chapter_declaration] = STATE(151), @@ -161999,7 +161999,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [389] = { [sym__subparagraph_declaration] = STATE(201), @@ -162301,7 +162301,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2184), [anon_sym_BSLASHtext] = ACTIONS(2184), [anon_sym_BSLASHintertext] = ACTIONS(2184), - [anon_sym_shortintertext] = ACTIONS(2184), + [anon_sym_BSLASHshortintertext] = ACTIONS(2184), }, [390] = { [sym__subsubsection_declaration] = STATE(182), @@ -162603,7 +162603,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5853), [anon_sym_BSLASHtext] = ACTIONS(5853), [anon_sym_BSLASHintertext] = ACTIONS(5853), - [anon_sym_shortintertext] = ACTIONS(5853), + [anon_sym_BSLASHshortintertext] = ACTIONS(5853), }, [391] = { [sym__subsection_declaration] = STATE(172), @@ -162905,7 +162905,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5863), [anon_sym_BSLASHtext] = ACTIONS(5863), [anon_sym_BSLASHintertext] = ACTIONS(5863), - [anon_sym_shortintertext] = ACTIONS(5863), + [anon_sym_BSLASHshortintertext] = ACTIONS(5863), }, [392] = { [sym__section_part] = STATE(488), @@ -163207,7 +163207,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5873), [anon_sym_BSLASHtext] = ACTIONS(5873), [anon_sym_BSLASHintertext] = ACTIONS(5873), - [anon_sym_shortintertext] = ACTIONS(5873), + [anon_sym_BSLASHshortintertext] = ACTIONS(5873), }, [393] = { [sym__section_declaration] = STATE(161), @@ -163509,7 +163509,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5877), [anon_sym_BSLASHtext] = ACTIONS(5877), [anon_sym_BSLASHintertext] = ACTIONS(5877), - [anon_sym_shortintertext] = ACTIONS(5877), + [anon_sym_BSLASHshortintertext] = ACTIONS(5877), }, [394] = { [sym__subsection_declaration] = STATE(181), @@ -163811,7 +163811,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [395] = { [sym__part_declaration] = STATE(149), @@ -164113,7 +164113,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5887), [anon_sym_BSLASHtext] = ACTIONS(5887), [anon_sym_BSLASHintertext] = ACTIONS(5887), - [anon_sym_shortintertext] = ACTIONS(5887), + [anon_sym_BSLASHshortintertext] = ACTIONS(5887), }, [396] = { [sym__enum_itemdeclaration] = STATE(210), @@ -164415,7 +164415,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2198), [anon_sym_BSLASHtext] = ACTIONS(2198), [anon_sym_BSLASHintertext] = ACTIONS(2198), - [anon_sym_shortintertext] = ACTIONS(2198), + [anon_sym_BSLASHshortintertext] = ACTIONS(2198), }, [397] = { [sym__enum_itemdeclaration] = STATE(210), @@ -164717,7 +164717,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2184), [anon_sym_BSLASHtext] = ACTIONS(2184), [anon_sym_BSLASHintertext] = ACTIONS(2184), - [anon_sym_shortintertext] = ACTIONS(2184), + [anon_sym_BSLASHshortintertext] = ACTIONS(2184), }, [398] = { [sym__section_part] = STATE(489), @@ -165019,7 +165019,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5897), [anon_sym_BSLASHtext] = ACTIONS(5897), [anon_sym_BSLASHintertext] = ACTIONS(5897), - [anon_sym_shortintertext] = ACTIONS(5897), + [anon_sym_BSLASHshortintertext] = ACTIONS(5897), }, [399] = { [sym__section_part] = STATE(491), @@ -165321,7 +165321,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5901), [anon_sym_BSLASHtext] = ACTIONS(5901), [anon_sym_BSLASHintertext] = ACTIONS(5901), - [anon_sym_shortintertext] = ACTIONS(5901), + [anon_sym_BSLASHshortintertext] = ACTIONS(5901), }, [400] = { [sym__subsubsection_declaration] = STATE(182), @@ -165623,7 +165623,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2146), [anon_sym_BSLASHtext] = ACTIONS(2146), [anon_sym_BSLASHintertext] = ACTIONS(2146), - [anon_sym_shortintertext] = ACTIONS(2146), + [anon_sym_BSLASHshortintertext] = ACTIONS(2146), }, [401] = { [sym__subsubsection_declaration] = STATE(182), @@ -165925,7 +165925,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2146), [anon_sym_BSLASHtext] = ACTIONS(2146), [anon_sym_BSLASHintertext] = ACTIONS(2146), - [anon_sym_shortintertext] = ACTIONS(2146), + [anon_sym_BSLASHshortintertext] = ACTIONS(2146), }, [402] = { [sym__section_part] = STATE(492), @@ -166227,7 +166227,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5905), [anon_sym_BSLASHtext] = ACTIONS(5905), [anon_sym_BSLASHintertext] = ACTIONS(5905), - [anon_sym_shortintertext] = ACTIONS(5905), + [anon_sym_BSLASHshortintertext] = ACTIONS(5905), }, [403] = { [sym__section_part] = STATE(493), @@ -166529,7 +166529,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5909), [anon_sym_BSLASHtext] = ACTIONS(5909), [anon_sym_BSLASHintertext] = ACTIONS(5909), - [anon_sym_shortintertext] = ACTIONS(5909), + [anon_sym_BSLASHshortintertext] = ACTIONS(5909), }, [404] = { [sym__subsubsection_declaration] = STATE(182), @@ -166831,7 +166831,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2120), [anon_sym_BSLASHtext] = ACTIONS(2120), [anon_sym_BSLASHintertext] = ACTIONS(2120), - [anon_sym_shortintertext] = ACTIONS(2120), + [anon_sym_BSLASHshortintertext] = ACTIONS(2120), }, [405] = { [sym__section_part] = STATE(494), @@ -167133,7 +167133,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5913), [anon_sym_BSLASHtext] = ACTIONS(5913), [anon_sym_BSLASHintertext] = ACTIONS(5913), - [anon_sym_shortintertext] = ACTIONS(5913), + [anon_sym_BSLASHshortintertext] = ACTIONS(5913), }, [406] = { [sym__subsection_declaration] = STATE(172), @@ -167435,7 +167435,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2120), [anon_sym_BSLASHtext] = ACTIONS(2120), [anon_sym_BSLASHintertext] = ACTIONS(2120), - [anon_sym_shortintertext] = ACTIONS(2120), + [anon_sym_BSLASHshortintertext] = ACTIONS(2120), }, [407] = { [sym__part_declaration] = STATE(149), @@ -167737,7 +167737,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [408] = { [sym__subsubsection_declaration] = STATE(182), @@ -168039,7 +168039,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [409] = { [sym__section_declaration] = STATE(161), @@ -168341,7 +168341,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [410] = { [sym__subsection_declaration] = STATE(172), @@ -168643,7 +168643,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [411] = { [sym__section_declaration] = STATE(161), @@ -168945,7 +168945,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [412] = { [sym__subsubsection_declaration] = STATE(182), @@ -169247,7 +169247,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [413] = { [sym__subsection_declaration] = STATE(172), @@ -169549,7 +169549,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [414] = { [sym__section_declaration] = STATE(161), @@ -169851,7 +169851,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [415] = { [sym__subsection_declaration] = STATE(172), @@ -170153,7 +170153,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [416] = { [sym__chapter_declaration] = STATE(151), @@ -170455,7 +170455,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [417] = { [sym__enum_itemdeclaration] = STATE(210), @@ -170757,7 +170757,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5917), [anon_sym_BSLASHtext] = ACTIONS(5917), [anon_sym_BSLASHintertext] = ACTIONS(5917), - [anon_sym_shortintertext] = ACTIONS(5917), + [anon_sym_BSLASHshortintertext] = ACTIONS(5917), }, [418] = { [sym__subparagraph_declaration] = STATE(201), @@ -171059,7 +171059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5917), [anon_sym_BSLASHtext] = ACTIONS(5917), [anon_sym_BSLASHintertext] = ACTIONS(5917), - [anon_sym_shortintertext] = ACTIONS(5917), + [anon_sym_BSLASHshortintertext] = ACTIONS(5917), }, [419] = { [sym__subsubsection_declaration] = STATE(182), @@ -171361,7 +171361,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [420] = { [sym__paragraph_declaration] = STATE(196), @@ -171663,7 +171663,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5917), [anon_sym_BSLASHtext] = ACTIONS(5917), [anon_sym_BSLASHintertext] = ACTIONS(5917), - [anon_sym_shortintertext] = ACTIONS(5917), + [anon_sym_BSLASHshortintertext] = ACTIONS(5917), }, [421] = { [sym_curly_group] = STATE(571), @@ -171964,7 +171964,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5921), [anon_sym_BSLASHtext] = ACTIONS(5921), [anon_sym_BSLASHintertext] = ACTIONS(5921), - [anon_sym_shortintertext] = ACTIONS(5921), + [anon_sym_BSLASHshortintertext] = ACTIONS(5921), }, [422] = { [sym__subsection_declaration] = STATE(188), @@ -172265,7 +172265,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [423] = { [sym_curly_group] = STATE(436), @@ -172566,7 +172566,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5928), [anon_sym_BSLASHtext] = ACTIONS(5928), [anon_sym_BSLASHintertext] = ACTIONS(5928), - [anon_sym_shortintertext] = ACTIONS(5928), + [anon_sym_BSLASHshortintertext] = ACTIONS(5928), }, [424] = { [sym__subsection_declaration] = STATE(186), @@ -172867,7 +172867,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2120), [anon_sym_BSLASHtext] = ACTIONS(2120), [anon_sym_BSLASHintertext] = ACTIONS(2120), - [anon_sym_shortintertext] = ACTIONS(2120), + [anon_sym_BSLASHshortintertext] = ACTIONS(2120), }, [425] = { [sym_curly_group] = STATE(571), @@ -173168,7 +173168,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5934), [anon_sym_BSLASHtext] = ACTIONS(5934), [anon_sym_BSLASHintertext] = ACTIONS(5934), - [anon_sym_shortintertext] = ACTIONS(5934), + [anon_sym_BSLASHshortintertext] = ACTIONS(5934), }, [426] = { [sym_curly_group] = STATE(437), @@ -173469,7 +173469,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5938), [anon_sym_BSLASHtext] = ACTIONS(5938), [anon_sym_BSLASHintertext] = ACTIONS(5938), - [anon_sym_shortintertext] = ACTIONS(5938), + [anon_sym_BSLASHshortintertext] = ACTIONS(5938), }, [427] = { [sym_curly_group] = STATE(571), @@ -173770,7 +173770,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5942), [anon_sym_BSLASHtext] = ACTIONS(5942), [anon_sym_BSLASHintertext] = ACTIONS(5942), - [anon_sym_shortintertext] = ACTIONS(5942), + [anon_sym_BSLASHshortintertext] = ACTIONS(5942), }, [428] = { [sym_command_name] = ACTIONS(5946), @@ -174070,7 +174070,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5946), [anon_sym_BSLASHtext] = ACTIONS(5946), [anon_sym_BSLASHintertext] = ACTIONS(5946), - [anon_sym_shortintertext] = ACTIONS(5946), + [anon_sym_BSLASHshortintertext] = ACTIONS(5946), [sym__trivia_raw_fi] = ACTIONS(5952), }, [429] = { @@ -174372,7 +174372,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2120), [anon_sym_BSLASHtext] = ACTIONS(2120), [anon_sym_BSLASHintertext] = ACTIONS(2120), - [anon_sym_shortintertext] = ACTIONS(2120), + [anon_sym_BSLASHshortintertext] = ACTIONS(2120), }, [430] = { [sym__subsection_declaration] = STATE(187), @@ -174673,7 +174673,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2120), [anon_sym_BSLASHtext] = ACTIONS(2120), [anon_sym_BSLASHintertext] = ACTIONS(2120), - [anon_sym_shortintertext] = ACTIONS(2120), + [anon_sym_BSLASHshortintertext] = ACTIONS(2120), }, [431] = { [sym__subsection_declaration] = STATE(186), @@ -174974,7 +174974,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [432] = { [sym__subsection_declaration] = STATE(187), @@ -175275,7 +175275,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [433] = { [sym_curly_group] = STATE(475), @@ -175575,7 +175575,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5954), [anon_sym_BSLASHtext] = ACTIONS(5954), [anon_sym_BSLASHintertext] = ACTIONS(5954), - [anon_sym_shortintertext] = ACTIONS(5954), + [anon_sym_BSLASHshortintertext] = ACTIONS(5954), }, [434] = { [sym_brack_group_text] = STATE(495), @@ -175875,7 +175875,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5958), [anon_sym_BSLASHtext] = ACTIONS(5958), [anon_sym_BSLASHintertext] = ACTIONS(5958), - [anon_sym_shortintertext] = ACTIONS(5958), + [anon_sym_BSLASHshortintertext] = ACTIONS(5958), }, [435] = { [sym_command_name] = ACTIONS(5964), @@ -176175,7 +176175,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5964), [anon_sym_BSLASHtext] = ACTIONS(5964), [anon_sym_BSLASHintertext] = ACTIONS(5964), - [anon_sym_shortintertext] = ACTIONS(5964), + [anon_sym_BSLASHshortintertext] = ACTIONS(5964), }, [436] = { [sym_brack_group_text] = STATE(581), @@ -176475,7 +176475,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5970), [anon_sym_BSLASHtext] = ACTIONS(5970), [anon_sym_BSLASHintertext] = ACTIONS(5970), - [anon_sym_shortintertext] = ACTIONS(5970), + [anon_sym_BSLASHshortintertext] = ACTIONS(5970), }, [437] = { [sym_brack_group_text] = STATE(480), @@ -176775,7 +176775,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5974), [anon_sym_BSLASHtext] = ACTIONS(5974), [anon_sym_BSLASHintertext] = ACTIONS(5974), - [anon_sym_shortintertext] = ACTIONS(5974), + [anon_sym_BSLASHshortintertext] = ACTIONS(5974), }, [438] = { [sym_curly_group] = STATE(498), @@ -177075,7 +177075,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5978), [anon_sym_BSLASHtext] = ACTIONS(5978), [anon_sym_BSLASHintertext] = ACTIONS(5978), - [anon_sym_shortintertext] = ACTIONS(5978), + [anon_sym_BSLASHshortintertext] = ACTIONS(5978), }, [439] = { [sym_command_name] = ACTIONS(5982), @@ -177374,7 +177374,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5982), [anon_sym_BSLASHtext] = ACTIONS(5982), [anon_sym_BSLASHintertext] = ACTIONS(5982), - [anon_sym_shortintertext] = ACTIONS(5982), + [anon_sym_BSLASHshortintertext] = ACTIONS(5982), }, [440] = { [sym_command_name] = ACTIONS(157), @@ -177673,7 +177673,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [441] = { [sym_command_name] = ACTIONS(5986), @@ -177972,7 +177972,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5986), [anon_sym_BSLASHtext] = ACTIONS(5986), [anon_sym_BSLASHintertext] = ACTIONS(5986), - [anon_sym_shortintertext] = ACTIONS(5986), + [anon_sym_BSLASHshortintertext] = ACTIONS(5986), }, [442] = { [sym__subsubsection_declaration] = STATE(190), @@ -178271,7 +178271,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5845), [anon_sym_BSLASHtext] = ACTIONS(5845), [anon_sym_BSLASHintertext] = ACTIONS(5845), - [anon_sym_shortintertext] = ACTIONS(5845), + [anon_sym_BSLASHshortintertext] = ACTIONS(5845), }, [443] = { [sym__section_part] = STATE(1012), @@ -178570,7 +178570,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5873), [anon_sym_BSLASHtext] = ACTIONS(5873), [anon_sym_BSLASHintertext] = ACTIONS(5873), - [anon_sym_shortintertext] = ACTIONS(5873), + [anon_sym_BSLASHshortintertext] = ACTIONS(5873), }, [444] = { [sym__chapter_declaration] = STATE(163), @@ -178869,7 +178869,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [445] = { [sym__section_declaration] = STATE(170), @@ -179168,7 +179168,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [446] = { [sym__subsection_declaration] = STATE(181), @@ -179467,7 +179467,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [447] = { [sym__subsubsection_declaration] = STATE(190), @@ -179766,7 +179766,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [448] = { [sym_command_name] = ACTIONS(5990), @@ -180065,7 +180065,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5990), [anon_sym_BSLASHtext] = ACTIONS(5990), [anon_sym_BSLASHintertext] = ACTIONS(5990), - [anon_sym_shortintertext] = ACTIONS(5990), + [anon_sym_BSLASHshortintertext] = ACTIONS(5990), }, [449] = { [sym__section_declaration] = STATE(170), @@ -180364,7 +180364,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [450] = { [sym__subsubsection_declaration] = STATE(190), @@ -180663,7 +180663,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5841), [anon_sym_BSLASHtext] = ACTIONS(5841), [anon_sym_BSLASHintertext] = ACTIONS(5841), - [anon_sym_shortintertext] = ACTIONS(5841), + [anon_sym_BSLASHshortintertext] = ACTIONS(5841), }, [451] = { [sym__subsection_declaration] = STATE(181), @@ -180962,7 +180962,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [452] = { [sym_command_name] = ACTIONS(5994), @@ -181261,7 +181261,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5994), [anon_sym_BSLASHtext] = ACTIONS(5994), [anon_sym_BSLASHintertext] = ACTIONS(5994), - [anon_sym_shortintertext] = ACTIONS(5994), + [anon_sym_BSLASHshortintertext] = ACTIONS(5994), }, [453] = { [sym_command_name] = ACTIONS(5998), @@ -181560,7 +181560,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5998), [anon_sym_BSLASHtext] = ACTIONS(5998), [anon_sym_BSLASHintertext] = ACTIONS(5998), - [anon_sym_shortintertext] = ACTIONS(5998), + [anon_sym_BSLASHshortintertext] = ACTIONS(5998), }, [454] = { [sym__subsubsection_declaration] = STATE(190), @@ -181859,7 +181859,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [455] = { [sym__section_part] = STATE(945), @@ -182158,7 +182158,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5897), [anon_sym_BSLASHtext] = ACTIONS(5897), [anon_sym_BSLASHintertext] = ACTIONS(5897), - [anon_sym_shortintertext] = ACTIONS(5897), + [anon_sym_BSLASHshortintertext] = ACTIONS(5897), }, [456] = { [sym_command_name] = ACTIONS(6002), @@ -182457,7 +182457,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6002), [anon_sym_BSLASHtext] = ACTIONS(6002), [anon_sym_BSLASHintertext] = ACTIONS(6002), - [anon_sym_shortintertext] = ACTIONS(6002), + [anon_sym_BSLASHshortintertext] = ACTIONS(6002), }, [457] = { [sym__subsection_declaration] = STATE(181), @@ -182756,7 +182756,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2120), [anon_sym_BSLASHtext] = ACTIONS(2120), [anon_sym_BSLASHintertext] = ACTIONS(2120), - [anon_sym_shortintertext] = ACTIONS(2120), + [anon_sym_BSLASHshortintertext] = ACTIONS(2120), }, [458] = { [sym__subsubsection_declaration] = STATE(190), @@ -183055,7 +183055,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2120), [anon_sym_BSLASHtext] = ACTIONS(2120), [anon_sym_BSLASHintertext] = ACTIONS(2120), - [anon_sym_shortintertext] = ACTIONS(2120), + [anon_sym_BSLASHshortintertext] = ACTIONS(2120), }, [459] = { [sym__subsubsection_declaration] = STATE(190), @@ -183354,7 +183354,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2146), [anon_sym_BSLASHtext] = ACTIONS(2146), [anon_sym_BSLASHintertext] = ACTIONS(2146), - [anon_sym_shortintertext] = ACTIONS(2146), + [anon_sym_BSLASHshortintertext] = ACTIONS(2146), }, [460] = { [sym__subsubsection_declaration] = STATE(190), @@ -183653,7 +183653,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2146), [anon_sym_BSLASHtext] = ACTIONS(2146), [anon_sym_BSLASHintertext] = ACTIONS(2146), - [anon_sym_shortintertext] = ACTIONS(2146), + [anon_sym_BSLASHshortintertext] = ACTIONS(2146), }, [461] = { [sym__subparagraph_declaration] = STATE(214), @@ -183952,7 +183952,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2184), [anon_sym_BSLASHtext] = ACTIONS(2184), [anon_sym_BSLASHintertext] = ACTIONS(2184), - [anon_sym_shortintertext] = ACTIONS(2184), + [anon_sym_BSLASHshortintertext] = ACTIONS(2184), }, [462] = { [sym_command_name] = ACTIONS(6006), @@ -184251,7 +184251,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6006), [anon_sym_BSLASHtext] = ACTIONS(6006), [anon_sym_BSLASHintertext] = ACTIONS(6006), - [anon_sym_shortintertext] = ACTIONS(6006), + [anon_sym_BSLASHshortintertext] = ACTIONS(6006), }, [463] = { [sym__enum_itemdeclaration] = STATE(221), @@ -184550,7 +184550,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2184), [anon_sym_BSLASHtext] = ACTIONS(2184), [anon_sym_BSLASHintertext] = ACTIONS(2184), - [anon_sym_shortintertext] = ACTIONS(2184), + [anon_sym_BSLASHshortintertext] = ACTIONS(2184), }, [464] = { [sym__enum_itemdeclaration] = STATE(221), @@ -184849,7 +184849,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2198), [anon_sym_BSLASHtext] = ACTIONS(2198), [anon_sym_BSLASHintertext] = ACTIONS(2198), - [anon_sym_shortintertext] = ACTIONS(2198), + [anon_sym_BSLASHshortintertext] = ACTIONS(2198), }, [465] = { [sym_command_name] = ACTIONS(6010), @@ -185148,7 +185148,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6010), [anon_sym_BSLASHtext] = ACTIONS(6010), [anon_sym_BSLASHintertext] = ACTIONS(6010), - [anon_sym_shortintertext] = ACTIONS(6010), + [anon_sym_BSLASHshortintertext] = ACTIONS(6010), }, [466] = { [sym__part_declaration] = STATE(152), @@ -185447,7 +185447,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5887), [anon_sym_BSLASHtext] = ACTIONS(5887), [anon_sym_BSLASHintertext] = ACTIONS(5887), - [anon_sym_shortintertext] = ACTIONS(5887), + [anon_sym_BSLASHshortintertext] = ACTIONS(5887), }, [467] = { [sym__chapter_declaration] = STATE(163), @@ -185746,7 +185746,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5781), [anon_sym_BSLASHtext] = ACTIONS(5781), [anon_sym_BSLASHintertext] = ACTIONS(5781), - [anon_sym_shortintertext] = ACTIONS(5781), + [anon_sym_BSLASHshortintertext] = ACTIONS(5781), }, [468] = { [sym_command_name] = ACTIONS(6026), @@ -186045,7 +186045,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6026), [anon_sym_BSLASHtext] = ACTIONS(6026), [anon_sym_BSLASHintertext] = ACTIONS(6026), - [anon_sym_shortintertext] = ACTIONS(6026), + [anon_sym_BSLASHshortintertext] = ACTIONS(6026), }, [469] = { [sym__section_declaration] = STATE(170), @@ -186344,7 +186344,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5877), [anon_sym_BSLASHtext] = ACTIONS(5877), [anon_sym_BSLASHintertext] = ACTIONS(5877), - [anon_sym_shortintertext] = ACTIONS(5877), + [anon_sym_BSLASHshortintertext] = ACTIONS(5877), }, [470] = { [sym__subsection_declaration] = STATE(181), @@ -186643,7 +186643,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5863), [anon_sym_BSLASHtext] = ACTIONS(5863), [anon_sym_BSLASHintertext] = ACTIONS(5863), - [anon_sym_shortintertext] = ACTIONS(5863), + [anon_sym_BSLASHshortintertext] = ACTIONS(5863), }, [471] = { [sym__subsubsection_declaration] = STATE(190), @@ -186942,7 +186942,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5853), [anon_sym_BSLASHtext] = ACTIONS(5853), [anon_sym_BSLASHintertext] = ACTIONS(5853), - [anon_sym_shortintertext] = ACTIONS(5853), + [anon_sym_BSLASHshortintertext] = ACTIONS(5853), }, [472] = { [sym__paragraph_declaration] = STATE(203), @@ -187241,7 +187241,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5827), [anon_sym_BSLASHtext] = ACTIONS(5827), [anon_sym_BSLASHintertext] = ACTIONS(5827), - [anon_sym_shortintertext] = ACTIONS(5827), + [anon_sym_BSLASHshortintertext] = ACTIONS(5827), }, [473] = { [sym__enum_itemdeclaration] = STATE(221), @@ -187540,7 +187540,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5817), [anon_sym_BSLASHtext] = ACTIONS(5817), [anon_sym_BSLASHintertext] = ACTIONS(5817), - [anon_sym_shortintertext] = ACTIONS(5817), + [anon_sym_BSLASHshortintertext] = ACTIONS(5817), }, [474] = { [sym_command_name] = ACTIONS(6060), @@ -187839,7 +187839,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6060), [anon_sym_BSLASHtext] = ACTIONS(6060), [anon_sym_BSLASHintertext] = ACTIONS(6060), - [anon_sym_shortintertext] = ACTIONS(6060), + [anon_sym_BSLASHshortintertext] = ACTIONS(6060), }, [475] = { [sym_command_name] = ACTIONS(6064), @@ -188138,7 +188138,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6064), [anon_sym_BSLASHtext] = ACTIONS(6064), [anon_sym_BSLASHintertext] = ACTIONS(6064), - [anon_sym_shortintertext] = ACTIONS(6064), + [anon_sym_BSLASHshortintertext] = ACTIONS(6064), }, [476] = { [sym_command_name] = ACTIONS(6068), @@ -188437,7 +188437,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6068), [anon_sym_BSLASHtext] = ACTIONS(6068), [anon_sym_BSLASHintertext] = ACTIONS(6068), - [anon_sym_shortintertext] = ACTIONS(6068), + [anon_sym_BSLASHshortintertext] = ACTIONS(6068), }, [477] = { [sym_command_name] = ACTIONS(6072), @@ -188736,7 +188736,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6072), [anon_sym_BSLASHtext] = ACTIONS(6072), [anon_sym_BSLASHintertext] = ACTIONS(6072), - [anon_sym_shortintertext] = ACTIONS(6072), + [anon_sym_BSLASHshortintertext] = ACTIONS(6072), }, [478] = { [sym_command_name] = ACTIONS(6076), @@ -189035,7 +189035,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6076), [anon_sym_BSLASHtext] = ACTIONS(6076), [anon_sym_BSLASHintertext] = ACTIONS(6076), - [anon_sym_shortintertext] = ACTIONS(6076), + [anon_sym_BSLASHshortintertext] = ACTIONS(6076), }, [479] = { [sym_command_name] = ACTIONS(6080), @@ -189334,7 +189334,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6080), [anon_sym_BSLASHtext] = ACTIONS(6080), [anon_sym_BSLASHintertext] = ACTIONS(6080), - [anon_sym_shortintertext] = ACTIONS(6080), + [anon_sym_BSLASHshortintertext] = ACTIONS(6080), }, [480] = { [sym_command_name] = ACTIONS(6084), @@ -189633,7 +189633,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6084), [anon_sym_BSLASHtext] = ACTIONS(6084), [anon_sym_BSLASHintertext] = ACTIONS(6084), - [anon_sym_shortintertext] = ACTIONS(6084), + [anon_sym_BSLASHshortintertext] = ACTIONS(6084), }, [481] = { [sym_command_name] = ACTIONS(6088), @@ -189932,7 +189932,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6088), [anon_sym_BSLASHtext] = ACTIONS(6088), [anon_sym_BSLASHintertext] = ACTIONS(6088), - [anon_sym_shortintertext] = ACTIONS(6088), + [anon_sym_BSLASHshortintertext] = ACTIONS(6088), }, [482] = { [sym_command_name] = ACTIONS(6092), @@ -190231,7 +190231,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6092), [anon_sym_BSLASHtext] = ACTIONS(6092), [anon_sym_BSLASHintertext] = ACTIONS(6092), - [anon_sym_shortintertext] = ACTIONS(6092), + [anon_sym_BSLASHshortintertext] = ACTIONS(6092), }, [483] = { [sym_command_name] = ACTIONS(6096), @@ -190530,7 +190530,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6096), [anon_sym_BSLASHtext] = ACTIONS(6096), [anon_sym_BSLASHintertext] = ACTIONS(6096), - [anon_sym_shortintertext] = ACTIONS(6096), + [anon_sym_BSLASHshortintertext] = ACTIONS(6096), }, [484] = { [sym_command_name] = ACTIONS(6100), @@ -190829,7 +190829,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6100), [anon_sym_BSLASHtext] = ACTIONS(6100), [anon_sym_BSLASHintertext] = ACTIONS(6100), - [anon_sym_shortintertext] = ACTIONS(6100), + [anon_sym_BSLASHshortintertext] = ACTIONS(6100), }, [485] = { [sym__enum_itemdeclaration] = STATE(221), @@ -191128,7 +191128,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5917), [anon_sym_BSLASHtext] = ACTIONS(5917), [anon_sym_BSLASHintertext] = ACTIONS(5917), - [anon_sym_shortintertext] = ACTIONS(5917), + [anon_sym_BSLASHshortintertext] = ACTIONS(5917), }, [486] = { [sym_command_name] = ACTIONS(6104), @@ -191427,7 +191427,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6104), [anon_sym_BSLASHtext] = ACTIONS(6104), [anon_sym_BSLASHintertext] = ACTIONS(6104), - [anon_sym_shortintertext] = ACTIONS(6104), + [anon_sym_BSLASHshortintertext] = ACTIONS(6104), }, [487] = { [sym_command_name] = ACTIONS(6108), @@ -191726,7 +191726,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6108), [anon_sym_BSLASHtext] = ACTIONS(6108), [anon_sym_BSLASHintertext] = ACTIONS(6108), - [anon_sym_shortintertext] = ACTIONS(6108), + [anon_sym_BSLASHshortintertext] = ACTIONS(6108), }, [488] = { [sym_command_name] = ACTIONS(6112), @@ -192025,7 +192025,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6112), [anon_sym_BSLASHtext] = ACTIONS(6112), [anon_sym_BSLASHintertext] = ACTIONS(6112), - [anon_sym_shortintertext] = ACTIONS(6112), + [anon_sym_BSLASHshortintertext] = ACTIONS(6112), }, [489] = { [sym_command_name] = ACTIONS(6116), @@ -192324,7 +192324,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6116), [anon_sym_BSLASHtext] = ACTIONS(6116), [anon_sym_BSLASHintertext] = ACTIONS(6116), - [anon_sym_shortintertext] = ACTIONS(6116), + [anon_sym_BSLASHshortintertext] = ACTIONS(6116), }, [490] = { [sym_command_name] = ACTIONS(6120), @@ -192623,7 +192623,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6120), [anon_sym_BSLASHtext] = ACTIONS(6120), [anon_sym_BSLASHintertext] = ACTIONS(6120), - [anon_sym_shortintertext] = ACTIONS(6120), + [anon_sym_BSLASHshortintertext] = ACTIONS(6120), }, [491] = { [sym_command_name] = ACTIONS(6124), @@ -192922,7 +192922,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6124), [anon_sym_BSLASHtext] = ACTIONS(6124), [anon_sym_BSLASHintertext] = ACTIONS(6124), - [anon_sym_shortintertext] = ACTIONS(6124), + [anon_sym_BSLASHshortintertext] = ACTIONS(6124), }, [492] = { [sym_command_name] = ACTIONS(6128), @@ -193221,7 +193221,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6128), [anon_sym_BSLASHtext] = ACTIONS(6128), [anon_sym_BSLASHintertext] = ACTIONS(6128), - [anon_sym_shortintertext] = ACTIONS(6128), + [anon_sym_BSLASHshortintertext] = ACTIONS(6128), }, [493] = { [sym_command_name] = ACTIONS(6132), @@ -193520,7 +193520,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6132), [anon_sym_BSLASHtext] = ACTIONS(6132), [anon_sym_BSLASHintertext] = ACTIONS(6132), - [anon_sym_shortintertext] = ACTIONS(6132), + [anon_sym_BSLASHshortintertext] = ACTIONS(6132), }, [494] = { [sym_command_name] = ACTIONS(6136), @@ -193819,7 +193819,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6136), [anon_sym_BSLASHtext] = ACTIONS(6136), [anon_sym_BSLASHintertext] = ACTIONS(6136), - [anon_sym_shortintertext] = ACTIONS(6136), + [anon_sym_BSLASHshortintertext] = ACTIONS(6136), }, [495] = { [sym_command_name] = ACTIONS(6140), @@ -194118,7 +194118,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6140), [anon_sym_BSLASHtext] = ACTIONS(6140), [anon_sym_BSLASHintertext] = ACTIONS(6140), - [anon_sym_shortintertext] = ACTIONS(6140), + [anon_sym_BSLASHshortintertext] = ACTIONS(6140), }, [496] = { [sym_command_name] = ACTIONS(6144), @@ -194417,7 +194417,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6144), [anon_sym_BSLASHtext] = ACTIONS(6144), [anon_sym_BSLASHintertext] = ACTIONS(6144), - [anon_sym_shortintertext] = ACTIONS(6144), + [anon_sym_BSLASHshortintertext] = ACTIONS(6144), }, [497] = { [sym_command_name] = ACTIONS(6148), @@ -194716,7 +194716,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6148), [anon_sym_BSLASHtext] = ACTIONS(6148), [anon_sym_BSLASHintertext] = ACTIONS(6148), - [anon_sym_shortintertext] = ACTIONS(6148), + [anon_sym_BSLASHshortintertext] = ACTIONS(6148), }, [498] = { [sym_command_name] = ACTIONS(6152), @@ -195015,7 +195015,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6152), [anon_sym_BSLASHtext] = ACTIONS(6152), [anon_sym_BSLASHintertext] = ACTIONS(6152), - [anon_sym_shortintertext] = ACTIONS(6152), + [anon_sym_BSLASHshortintertext] = ACTIONS(6152), }, [499] = { [sym_command_name] = ACTIONS(2164), @@ -195314,7 +195314,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2164), [anon_sym_BSLASHtext] = ACTIONS(2164), [anon_sym_BSLASHintertext] = ACTIONS(2164), - [anon_sym_shortintertext] = ACTIONS(2164), + [anon_sym_BSLASHshortintertext] = ACTIONS(2164), }, [500] = { [sym_command_name] = ACTIONS(6156), @@ -195613,7 +195613,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6156), [anon_sym_BSLASHtext] = ACTIONS(6156), [anon_sym_BSLASHintertext] = ACTIONS(6156), - [anon_sym_shortintertext] = ACTIONS(6156), + [anon_sym_BSLASHshortintertext] = ACTIONS(6156), }, [501] = { [sym_command_name] = ACTIONS(6160), @@ -195912,7 +195912,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6160), [anon_sym_BSLASHtext] = ACTIONS(6160), [anon_sym_BSLASHintertext] = ACTIONS(6160), - [anon_sym_shortintertext] = ACTIONS(6160), + [anon_sym_BSLASHshortintertext] = ACTIONS(6160), }, [502] = { [sym__subparagraph_declaration] = STATE(214), @@ -196211,7 +196211,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5791), [anon_sym_BSLASHtext] = ACTIONS(5791), [anon_sym_BSLASHintertext] = ACTIONS(5791), - [anon_sym_shortintertext] = ACTIONS(5791), + [anon_sym_BSLASHshortintertext] = ACTIONS(5791), }, [503] = { [sym_command_name] = ACTIONS(6170), @@ -196510,7 +196510,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6170), [anon_sym_BSLASHtext] = ACTIONS(6170), [anon_sym_BSLASHintertext] = ACTIONS(6170), - [anon_sym_shortintertext] = ACTIONS(6170), + [anon_sym_BSLASHshortintertext] = ACTIONS(6170), }, [504] = { [sym_command_name] = ACTIONS(6174), @@ -196809,7 +196809,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6174), [anon_sym_BSLASHtext] = ACTIONS(6174), [anon_sym_BSLASHintertext] = ACTIONS(6174), - [anon_sym_shortintertext] = ACTIONS(6174), + [anon_sym_BSLASHshortintertext] = ACTIONS(6174), }, [505] = { [sym_command_name] = ACTIONS(6178), @@ -197108,7 +197108,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6178), [anon_sym_BSLASHtext] = ACTIONS(6178), [anon_sym_BSLASHintertext] = ACTIONS(6178), - [anon_sym_shortintertext] = ACTIONS(6178), + [anon_sym_BSLASHshortintertext] = ACTIONS(6178), }, [506] = { [sym_command_name] = ACTIONS(6182), @@ -197407,7 +197407,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6182), [anon_sym_BSLASHtext] = ACTIONS(6182), [anon_sym_BSLASHintertext] = ACTIONS(6182), - [anon_sym_shortintertext] = ACTIONS(6182), + [anon_sym_BSLASHshortintertext] = ACTIONS(6182), }, [507] = { [sym_command_name] = ACTIONS(6186), @@ -197706,7 +197706,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6186), [anon_sym_BSLASHtext] = ACTIONS(6186), [anon_sym_BSLASHintertext] = ACTIONS(6186), - [anon_sym_shortintertext] = ACTIONS(6186), + [anon_sym_BSLASHshortintertext] = ACTIONS(6186), }, [508] = { [sym_command_name] = ACTIONS(6190), @@ -198005,7 +198005,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6190), [anon_sym_BSLASHtext] = ACTIONS(6190), [anon_sym_BSLASHintertext] = ACTIONS(6190), - [anon_sym_shortintertext] = ACTIONS(6190), + [anon_sym_BSLASHshortintertext] = ACTIONS(6190), }, [509] = { [sym_command_name] = ACTIONS(6194), @@ -198304,7 +198304,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6194), [anon_sym_BSLASHtext] = ACTIONS(6194), [anon_sym_BSLASHintertext] = ACTIONS(6194), - [anon_sym_shortintertext] = ACTIONS(6194), + [anon_sym_BSLASHshortintertext] = ACTIONS(6194), }, [510] = { [sym_command_name] = ACTIONS(6198), @@ -198603,7 +198603,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6198), [anon_sym_BSLASHtext] = ACTIONS(6198), [anon_sym_BSLASHintertext] = ACTIONS(6198), - [anon_sym_shortintertext] = ACTIONS(6198), + [anon_sym_BSLASHshortintertext] = ACTIONS(6198), }, [511] = { [sym_command_name] = ACTIONS(6202), @@ -198902,7 +198902,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6202), [anon_sym_BSLASHtext] = ACTIONS(6202), [anon_sym_BSLASHintertext] = ACTIONS(6202), - [anon_sym_shortintertext] = ACTIONS(6202), + [anon_sym_BSLASHshortintertext] = ACTIONS(6202), }, [512] = { [sym_command_name] = ACTIONS(6206), @@ -199201,7 +199201,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6206), [anon_sym_BSLASHtext] = ACTIONS(6206), [anon_sym_BSLASHintertext] = ACTIONS(6206), - [anon_sym_shortintertext] = ACTIONS(6206), + [anon_sym_BSLASHshortintertext] = ACTIONS(6206), }, [513] = { [sym_command_name] = ACTIONS(6210), @@ -199500,7 +199500,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6210), [anon_sym_BSLASHtext] = ACTIONS(6210), [anon_sym_BSLASHintertext] = ACTIONS(6210), - [anon_sym_shortintertext] = ACTIONS(6210), + [anon_sym_BSLASHshortintertext] = ACTIONS(6210), }, [514] = { [sym_command_name] = ACTIONS(6214), @@ -199799,7 +199799,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6214), [anon_sym_BSLASHtext] = ACTIONS(6214), [anon_sym_BSLASHintertext] = ACTIONS(6214), - [anon_sym_shortintertext] = ACTIONS(6214), + [anon_sym_BSLASHshortintertext] = ACTIONS(6214), }, [515] = { [sym__subsection_declaration] = STATE(181), @@ -200098,7 +200098,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5841), [anon_sym_BSLASHtext] = ACTIONS(5841), [anon_sym_BSLASHintertext] = ACTIONS(5841), - [anon_sym_shortintertext] = ACTIONS(5841), + [anon_sym_BSLASHshortintertext] = ACTIONS(5841), }, [516] = { [sym__subparagraph_declaration] = STATE(214), @@ -200397,7 +200397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5917), [anon_sym_BSLASHtext] = ACTIONS(5917), [anon_sym_BSLASHintertext] = ACTIONS(5917), - [anon_sym_shortintertext] = ACTIONS(5917), + [anon_sym_BSLASHshortintertext] = ACTIONS(5917), }, [517] = { [sym__section_part] = STATE(947), @@ -200696,7 +200696,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5901), [anon_sym_BSLASHtext] = ACTIONS(5901), [anon_sym_BSLASHintertext] = ACTIONS(5901), - [anon_sym_shortintertext] = ACTIONS(5901), + [anon_sym_BSLASHshortintertext] = ACTIONS(5901), }, [518] = { [sym__paragraph_declaration] = STATE(203), @@ -200995,7 +200995,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5917), [anon_sym_BSLASHtext] = ACTIONS(5917), [anon_sym_BSLASHintertext] = ACTIONS(5917), - [anon_sym_shortintertext] = ACTIONS(5917), + [anon_sym_BSLASHshortintertext] = ACTIONS(5917), }, [519] = { [sym__section_part] = STATE(932), @@ -201294,7 +201294,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5905), [anon_sym_BSLASHtext] = ACTIONS(5905), [anon_sym_BSLASHintertext] = ACTIONS(5905), - [anon_sym_shortintertext] = ACTIONS(5905), + [anon_sym_BSLASHshortintertext] = ACTIONS(5905), }, [520] = { [sym_command_name] = ACTIONS(6218), @@ -201593,7 +201593,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6218), [anon_sym_BSLASHtext] = ACTIONS(6218), [anon_sym_BSLASHintertext] = ACTIONS(6218), - [anon_sym_shortintertext] = ACTIONS(6218), + [anon_sym_BSLASHshortintertext] = ACTIONS(6218), }, [521] = { [sym_command_name] = ACTIONS(6222), @@ -201892,7 +201892,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6222), [anon_sym_BSLASHtext] = ACTIONS(6222), [anon_sym_BSLASHintertext] = ACTIONS(6222), - [anon_sym_shortintertext] = ACTIONS(6222), + [anon_sym_BSLASHshortintertext] = ACTIONS(6222), }, [522] = { [sym_command_name] = ACTIONS(6226), @@ -202191,7 +202191,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6226), [anon_sym_BSLASHtext] = ACTIONS(6226), [anon_sym_BSLASHintertext] = ACTIONS(6226), - [anon_sym_shortintertext] = ACTIONS(6226), + [anon_sym_BSLASHshortintertext] = ACTIONS(6226), }, [523] = { [sym_command_name] = ACTIONS(6230), @@ -202490,7 +202490,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6230), [anon_sym_BSLASHtext] = ACTIONS(6230), [anon_sym_BSLASHintertext] = ACTIONS(6230), - [anon_sym_shortintertext] = ACTIONS(6230), + [anon_sym_BSLASHshortintertext] = ACTIONS(6230), }, [524] = { [sym_command_name] = ACTIONS(6234), @@ -202789,7 +202789,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6234), [anon_sym_BSLASHtext] = ACTIONS(6234), [anon_sym_BSLASHintertext] = ACTIONS(6234), - [anon_sym_shortintertext] = ACTIONS(6234), + [anon_sym_BSLASHshortintertext] = ACTIONS(6234), }, [525] = { [sym__subsubsection_declaration] = STATE(190), @@ -203088,7 +203088,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5837), [anon_sym_BSLASHtext] = ACTIONS(5837), [anon_sym_BSLASHintertext] = ACTIONS(5837), - [anon_sym_shortintertext] = ACTIONS(5837), + [anon_sym_BSLASHshortintertext] = ACTIONS(5837), }, [526] = { [sym_command_name] = ACTIONS(6238), @@ -203387,7 +203387,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6238), [anon_sym_BSLASHtext] = ACTIONS(6238), [anon_sym_BSLASHintertext] = ACTIONS(6238), - [anon_sym_shortintertext] = ACTIONS(6238), + [anon_sym_BSLASHshortintertext] = ACTIONS(6238), }, [527] = { [sym_command_name] = ACTIONS(6242), @@ -203686,7 +203686,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6242), [anon_sym_BSLASHtext] = ACTIONS(6242), [anon_sym_BSLASHintertext] = ACTIONS(6242), - [anon_sym_shortintertext] = ACTIONS(6242), + [anon_sym_BSLASHshortintertext] = ACTIONS(6242), }, [528] = { [sym_command_name] = ACTIONS(6246), @@ -203985,7 +203985,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6246), [anon_sym_BSLASHtext] = ACTIONS(6246), [anon_sym_BSLASHintertext] = ACTIONS(6246), - [anon_sym_shortintertext] = ACTIONS(6246), + [anon_sym_BSLASHshortintertext] = ACTIONS(6246), }, [529] = { [sym_command_name] = ACTIONS(6250), @@ -204284,7 +204284,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6250), [anon_sym_BSLASHtext] = ACTIONS(6250), [anon_sym_BSLASHintertext] = ACTIONS(6250), - [anon_sym_shortintertext] = ACTIONS(6250), + [anon_sym_BSLASHshortintertext] = ACTIONS(6250), }, [530] = { [sym_command_name] = ACTIONS(6254), @@ -204583,7 +204583,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6254), [anon_sym_BSLASHtext] = ACTIONS(6254), [anon_sym_BSLASHintertext] = ACTIONS(6254), - [anon_sym_shortintertext] = ACTIONS(6254), + [anon_sym_BSLASHshortintertext] = ACTIONS(6254), }, [531] = { [sym_command_name] = ACTIONS(6258), @@ -204882,7 +204882,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6258), [anon_sym_BSLASHtext] = ACTIONS(6258), [anon_sym_BSLASHintertext] = ACTIONS(6258), - [anon_sym_shortintertext] = ACTIONS(6258), + [anon_sym_BSLASHshortintertext] = ACTIONS(6258), }, [532] = { [sym_command_name] = ACTIONS(6262), @@ -205181,7 +205181,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6262), [anon_sym_BSLASHtext] = ACTIONS(6262), [anon_sym_BSLASHintertext] = ACTIONS(6262), - [anon_sym_shortintertext] = ACTIONS(6262), + [anon_sym_BSLASHshortintertext] = ACTIONS(6262), }, [533] = { [sym_command_name] = ACTIONS(6266), @@ -205480,7 +205480,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6266), [anon_sym_BSLASHtext] = ACTIONS(6266), [anon_sym_BSLASHintertext] = ACTIONS(6266), - [anon_sym_shortintertext] = ACTIONS(6266), + [anon_sym_BSLASHshortintertext] = ACTIONS(6266), }, [534] = { [sym_command_name] = ACTIONS(6270), @@ -205779,7 +205779,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6270), [anon_sym_BSLASHtext] = ACTIONS(6270), [anon_sym_BSLASHintertext] = ACTIONS(6270), - [anon_sym_shortintertext] = ACTIONS(6270), + [anon_sym_BSLASHshortintertext] = ACTIONS(6270), }, [535] = { [sym_command_name] = ACTIONS(6274), @@ -206078,7 +206078,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6274), [anon_sym_BSLASHtext] = ACTIONS(6274), [anon_sym_BSLASHintertext] = ACTIONS(6274), - [anon_sym_shortintertext] = ACTIONS(6274), + [anon_sym_BSLASHshortintertext] = ACTIONS(6274), }, [536] = { [sym_command_name] = ACTIONS(6278), @@ -206377,7 +206377,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6278), [anon_sym_BSLASHtext] = ACTIONS(6278), [anon_sym_BSLASHintertext] = ACTIONS(6278), - [anon_sym_shortintertext] = ACTIONS(6278), + [anon_sym_BSLASHshortintertext] = ACTIONS(6278), }, [537] = { [sym_command_name] = ACTIONS(6282), @@ -206676,7 +206676,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6282), [anon_sym_BSLASHtext] = ACTIONS(6282), [anon_sym_BSLASHintertext] = ACTIONS(6282), - [anon_sym_shortintertext] = ACTIONS(6282), + [anon_sym_BSLASHshortintertext] = ACTIONS(6282), }, [538] = { [sym_command_name] = ACTIONS(6286), @@ -206975,7 +206975,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6286), [anon_sym_BSLASHtext] = ACTIONS(6286), [anon_sym_BSLASHintertext] = ACTIONS(6286), - [anon_sym_shortintertext] = ACTIONS(6286), + [anon_sym_BSLASHshortintertext] = ACTIONS(6286), }, [539] = { [sym_command_name] = ACTIONS(6290), @@ -207274,7 +207274,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6290), [anon_sym_BSLASHtext] = ACTIONS(6290), [anon_sym_BSLASHintertext] = ACTIONS(6290), - [anon_sym_shortintertext] = ACTIONS(6290), + [anon_sym_BSLASHshortintertext] = ACTIONS(6290), }, [540] = { [sym__chapter_declaration] = STATE(163), @@ -207573,7 +207573,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [541] = { [sym_command_name] = ACTIONS(6294), @@ -207872,7 +207872,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6294), [anon_sym_BSLASHtext] = ACTIONS(6294), [anon_sym_BSLASHintertext] = ACTIONS(6294), - [anon_sym_shortintertext] = ACTIONS(6294), + [anon_sym_BSLASHshortintertext] = ACTIONS(6294), }, [542] = { [sym_command_name] = ACTIONS(6298), @@ -208171,7 +208171,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6298), [anon_sym_BSLASHtext] = ACTIONS(6298), [anon_sym_BSLASHintertext] = ACTIONS(6298), - [anon_sym_shortintertext] = ACTIONS(6298), + [anon_sym_BSLASHshortintertext] = ACTIONS(6298), }, [543] = { [sym_command_name] = ACTIONS(6302), @@ -208470,7 +208470,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6302), [anon_sym_BSLASHtext] = ACTIONS(6302), [anon_sym_BSLASHintertext] = ACTIONS(6302), - [anon_sym_shortintertext] = ACTIONS(6302), + [anon_sym_BSLASHshortintertext] = ACTIONS(6302), }, [544] = { [sym__subsection_declaration] = STATE(181), @@ -208769,7 +208769,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5837), [anon_sym_BSLASHtext] = ACTIONS(5837), [anon_sym_BSLASHintertext] = ACTIONS(5837), - [anon_sym_shortintertext] = ACTIONS(5837), + [anon_sym_BSLASHshortintertext] = ACTIONS(5837), }, [545] = { [sym__section_declaration] = STATE(170), @@ -209068,7 +209068,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [546] = { [sym__subsection_declaration] = STATE(181), @@ -209367,7 +209367,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [547] = { [sym__subsubsection_declaration] = STATE(190), @@ -209666,7 +209666,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [548] = { [sym__chapter_declaration] = STATE(163), @@ -209965,7 +209965,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [549] = { [sym__part_declaration] = STATE(152), @@ -210264,7 +210264,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [550] = { [sym__section_declaration] = STATE(170), @@ -210563,7 +210563,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5837), [anon_sym_BSLASHtext] = ACTIONS(5837), [anon_sym_BSLASHintertext] = ACTIONS(5837), - [anon_sym_shortintertext] = ACTIONS(5837), + [anon_sym_BSLASHshortintertext] = ACTIONS(5837), }, [551] = { [sym__section_declaration] = STATE(170), @@ -210862,7 +210862,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [552] = { [sym__subsection_declaration] = STATE(181), @@ -211161,7 +211161,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [553] = { [sym_command_name] = ACTIONS(6306), @@ -211460,7 +211460,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6306), [anon_sym_BSLASHtext] = ACTIONS(6306), [anon_sym_BSLASHintertext] = ACTIONS(6306), - [anon_sym_shortintertext] = ACTIONS(6306), + [anon_sym_BSLASHshortintertext] = ACTIONS(6306), }, [554] = { [sym__subsubsection_declaration] = STATE(190), @@ -211759,7 +211759,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [555] = { [sym__subsection_declaration] = STATE(181), @@ -212058,7 +212058,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [556] = { [sym_command_name] = ACTIONS(6310), @@ -212357,7 +212357,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6310), [anon_sym_BSLASHtext] = ACTIONS(6310), [anon_sym_BSLASHintertext] = ACTIONS(6310), - [anon_sym_shortintertext] = ACTIONS(6310), + [anon_sym_BSLASHshortintertext] = ACTIONS(6310), }, [557] = { [sym__section_declaration] = STATE(170), @@ -212656,7 +212656,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [558] = { [sym__section_declaration] = STATE(170), @@ -212955,7 +212955,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [559] = { [sym__subsection_declaration] = STATE(181), @@ -213254,7 +213254,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [560] = { [sym__subsubsection_declaration] = STATE(190), @@ -213553,7 +213553,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [561] = { [sym__chapter_declaration] = STATE(163), @@ -213852,7 +213852,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [562] = { [sym_command_name] = ACTIONS(6314), @@ -214151,7 +214151,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6314), [anon_sym_BSLASHtext] = ACTIONS(6314), [anon_sym_BSLASHintertext] = ACTIONS(6314), - [anon_sym_shortintertext] = ACTIONS(6314), + [anon_sym_BSLASHshortintertext] = ACTIONS(6314), }, [563] = { [sym__section_declaration] = STATE(170), @@ -214450,7 +214450,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [564] = { [sym__subsection_declaration] = STATE(181), @@ -214749,7 +214749,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [565] = { [sym__subsubsection_declaration] = STATE(190), @@ -215048,7 +215048,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [566] = { [sym__subsection_declaration] = STATE(181), @@ -215347,7 +215347,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [567] = { [sym__subsubsection_declaration] = STATE(190), @@ -215646,7 +215646,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [568] = { [sym__subsubsection_declaration] = STATE(190), @@ -215945,7 +215945,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [569] = { [sym__subsection_declaration] = STATE(181), @@ -216244,7 +216244,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [570] = { [sym__subsubsection_declaration] = STATE(190), @@ -216543,7 +216543,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [571] = { [sym_command_name] = ACTIONS(6318), @@ -216842,7 +216842,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6318), [anon_sym_BSLASHtext] = ACTIONS(6318), [anon_sym_BSLASHintertext] = ACTIONS(6318), - [anon_sym_shortintertext] = ACTIONS(6318), + [anon_sym_BSLASHshortintertext] = ACTIONS(6318), }, [572] = { [sym__subsection_declaration] = STATE(181), @@ -217141,7 +217141,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [573] = { [sym__subsubsection_declaration] = STATE(190), @@ -217440,7 +217440,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5801), [anon_sym_BSLASHtext] = ACTIONS(5801), [anon_sym_BSLASHintertext] = ACTIONS(5801), - [anon_sym_shortintertext] = ACTIONS(5801), + [anon_sym_BSLASHshortintertext] = ACTIONS(5801), }, [574] = { [sym__subsubsection_declaration] = STATE(190), @@ -217739,7 +217739,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5801), [anon_sym_BSLASHtext] = ACTIONS(5801), [anon_sym_BSLASHintertext] = ACTIONS(5801), - [anon_sym_shortintertext] = ACTIONS(5801), + [anon_sym_BSLASHshortintertext] = ACTIONS(5801), }, [575] = { [sym__subsubsection_declaration] = STATE(190), @@ -218038,7 +218038,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5801), [anon_sym_BSLASHtext] = ACTIONS(5801), [anon_sym_BSLASHintertext] = ACTIONS(5801), - [anon_sym_shortintertext] = ACTIONS(5801), + [anon_sym_BSLASHshortintertext] = ACTIONS(5801), }, [576] = { [sym__subparagraph_declaration] = STATE(214), @@ -218337,7 +218337,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5805), [anon_sym_BSLASHtext] = ACTIONS(5805), [anon_sym_BSLASHintertext] = ACTIONS(5805), - [anon_sym_shortintertext] = ACTIONS(5805), + [anon_sym_BSLASHshortintertext] = ACTIONS(5805), }, [577] = { [sym__enum_itemdeclaration] = STATE(221), @@ -218636,7 +218636,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5805), [anon_sym_BSLASHtext] = ACTIONS(5805), [anon_sym_BSLASHintertext] = ACTIONS(5805), - [anon_sym_shortintertext] = ACTIONS(5805), + [anon_sym_BSLASHshortintertext] = ACTIONS(5805), }, [578] = { [sym__enum_itemdeclaration] = STATE(221), @@ -218935,7 +218935,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5809), [anon_sym_BSLASHtext] = ACTIONS(5809), [anon_sym_BSLASHintertext] = ACTIONS(5809), - [anon_sym_shortintertext] = ACTIONS(5809), + [anon_sym_BSLASHshortintertext] = ACTIONS(5809), }, [579] = { [sym_command_name] = ACTIONS(6322), @@ -219234,7 +219234,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6322), [anon_sym_BSLASHtext] = ACTIONS(6322), [anon_sym_BSLASHintertext] = ACTIONS(6322), - [anon_sym_shortintertext] = ACTIONS(6322), + [anon_sym_BSLASHshortintertext] = ACTIONS(6322), }, [580] = { [sym_command_name] = ACTIONS(6326), @@ -219533,7 +219533,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6326), [anon_sym_BSLASHtext] = ACTIONS(6326), [anon_sym_BSLASHintertext] = ACTIONS(6326), - [anon_sym_shortintertext] = ACTIONS(6326), + [anon_sym_BSLASHshortintertext] = ACTIONS(6326), }, [581] = { [sym_command_name] = ACTIONS(6330), @@ -219832,7 +219832,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6330), [anon_sym_BSLASHtext] = ACTIONS(6330), [anon_sym_BSLASHintertext] = ACTIONS(6330), - [anon_sym_shortintertext] = ACTIONS(6330), + [anon_sym_BSLASHshortintertext] = ACTIONS(6330), }, [582] = { [sym_command_name] = ACTIONS(6334), @@ -220131,7 +220131,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6334), [anon_sym_BSLASHtext] = ACTIONS(6334), [anon_sym_BSLASHintertext] = ACTIONS(6334), - [anon_sym_shortintertext] = ACTIONS(6334), + [anon_sym_BSLASHshortintertext] = ACTIONS(6334), }, [583] = { [sym__section_part] = STATE(901), @@ -220430,7 +220430,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5849), [anon_sym_BSLASHtext] = ACTIONS(5849), [anon_sym_BSLASHintertext] = ACTIONS(5849), - [anon_sym_shortintertext] = ACTIONS(5849), + [anon_sym_BSLASHshortintertext] = ACTIONS(5849), }, [584] = { [sym_command_name] = ACTIONS(6338), @@ -220729,7 +220729,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6338), [anon_sym_BSLASHtext] = ACTIONS(6338), [anon_sym_BSLASHintertext] = ACTIONS(6338), - [anon_sym_shortintertext] = ACTIONS(6338), + [anon_sym_BSLASHshortintertext] = ACTIONS(6338), }, [585] = { [sym_command_name] = ACTIONS(6342), @@ -221028,7 +221028,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6342), [anon_sym_BSLASHtext] = ACTIONS(6342), [anon_sym_BSLASHintertext] = ACTIONS(6342), - [anon_sym_shortintertext] = ACTIONS(6342), + [anon_sym_BSLASHshortintertext] = ACTIONS(6342), }, [586] = { [sym__section_declaration] = STATE(170), @@ -221327,7 +221327,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [587] = { [sym_command_name] = ACTIONS(6346), @@ -221626,7 +221626,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6346), [anon_sym_BSLASHtext] = ACTIONS(6346), [anon_sym_BSLASHintertext] = ACTIONS(6346), - [anon_sym_shortintertext] = ACTIONS(6346), + [anon_sym_BSLASHshortintertext] = ACTIONS(6346), }, [588] = { [sym__chapter_declaration] = STATE(163), @@ -221925,7 +221925,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [589] = { [sym_command_name] = ACTIONS(6350), @@ -222224,7 +222224,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6350), [anon_sym_BSLASHtext] = ACTIONS(6350), [anon_sym_BSLASHintertext] = ACTIONS(6350), - [anon_sym_shortintertext] = ACTIONS(6350), + [anon_sym_BSLASHshortintertext] = ACTIONS(6350), }, [590] = { [sym_command_name] = ACTIONS(6354), @@ -222523,7 +222523,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6354), [anon_sym_BSLASHtext] = ACTIONS(6354), [anon_sym_BSLASHintertext] = ACTIONS(6354), - [anon_sym_shortintertext] = ACTIONS(6354), + [anon_sym_BSLASHshortintertext] = ACTIONS(6354), }, [591] = { [sym_command_name] = ACTIONS(6358), @@ -222822,7 +222822,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6358), [anon_sym_BSLASHtext] = ACTIONS(6358), [anon_sym_BSLASHintertext] = ACTIONS(6358), - [anon_sym_shortintertext] = ACTIONS(6358), + [anon_sym_BSLASHshortintertext] = ACTIONS(6358), }, [592] = { [sym_command_name] = ACTIONS(6362), @@ -223121,7 +223121,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6362), [anon_sym_BSLASHtext] = ACTIONS(6362), [anon_sym_BSLASHintertext] = ACTIONS(6362), - [anon_sym_shortintertext] = ACTIONS(6362), + [anon_sym_BSLASHshortintertext] = ACTIONS(6362), }, [593] = { [sym_command_name] = ACTIONS(6366), @@ -223420,7 +223420,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6366), [anon_sym_BSLASHtext] = ACTIONS(6366), [anon_sym_BSLASHintertext] = ACTIONS(6366), - [anon_sym_shortintertext] = ACTIONS(6366), + [anon_sym_BSLASHshortintertext] = ACTIONS(6366), }, [594] = { [sym_command_name] = ACTIONS(6370), @@ -223719,7 +223719,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6370), [anon_sym_BSLASHtext] = ACTIONS(6370), [anon_sym_BSLASHintertext] = ACTIONS(6370), - [anon_sym_shortintertext] = ACTIONS(6370), + [anon_sym_BSLASHshortintertext] = ACTIONS(6370), }, [595] = { [sym_command_name] = ACTIONS(6374), @@ -224018,7 +224018,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6374), [anon_sym_BSLASHtext] = ACTIONS(6374), [anon_sym_BSLASHintertext] = ACTIONS(6374), - [anon_sym_shortintertext] = ACTIONS(6374), + [anon_sym_BSLASHshortintertext] = ACTIONS(6374), }, [596] = { [sym_command_name] = ACTIONS(6378), @@ -224317,7 +224317,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6378), [anon_sym_BSLASHtext] = ACTIONS(6378), [anon_sym_BSLASHintertext] = ACTIONS(6378), - [anon_sym_shortintertext] = ACTIONS(6378), + [anon_sym_BSLASHshortintertext] = ACTIONS(6378), }, [597] = { [sym_command_name] = ACTIONS(6382), @@ -224616,7 +224616,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6382), [anon_sym_BSLASHtext] = ACTIONS(6382), [anon_sym_BSLASHintertext] = ACTIONS(6382), - [anon_sym_shortintertext] = ACTIONS(6382), + [anon_sym_BSLASHshortintertext] = ACTIONS(6382), }, [598] = { [sym_command_name] = ACTIONS(6386), @@ -224915,7 +224915,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6386), [anon_sym_BSLASHtext] = ACTIONS(6386), [anon_sym_BSLASHintertext] = ACTIONS(6386), - [anon_sym_shortintertext] = ACTIONS(6386), + [anon_sym_BSLASHshortintertext] = ACTIONS(6386), }, [599] = { [sym_command_name] = ACTIONS(6390), @@ -225214,7 +225214,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6390), [anon_sym_BSLASHtext] = ACTIONS(6390), [anon_sym_BSLASHintertext] = ACTIONS(6390), - [anon_sym_shortintertext] = ACTIONS(6390), + [anon_sym_BSLASHshortintertext] = ACTIONS(6390), }, [600] = { [sym_command_name] = ACTIONS(6394), @@ -225513,7 +225513,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6394), [anon_sym_BSLASHtext] = ACTIONS(6394), [anon_sym_BSLASHintertext] = ACTIONS(6394), - [anon_sym_shortintertext] = ACTIONS(6394), + [anon_sym_BSLASHshortintertext] = ACTIONS(6394), }, [601] = { [sym_command_name] = ACTIONS(6398), @@ -225812,7 +225812,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6398), [anon_sym_BSLASHtext] = ACTIONS(6398), [anon_sym_BSLASHintertext] = ACTIONS(6398), - [anon_sym_shortintertext] = ACTIONS(6398), + [anon_sym_BSLASHshortintertext] = ACTIONS(6398), }, [602] = { [sym_command_name] = ACTIONS(6402), @@ -226111,7 +226111,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6402), [anon_sym_BSLASHtext] = ACTIONS(6402), [anon_sym_BSLASHintertext] = ACTIONS(6402), - [anon_sym_shortintertext] = ACTIONS(6402), + [anon_sym_BSLASHshortintertext] = ACTIONS(6402), }, [603] = { [sym_command_name] = ACTIONS(6406), @@ -226410,7 +226410,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6406), [anon_sym_BSLASHtext] = ACTIONS(6406), [anon_sym_BSLASHintertext] = ACTIONS(6406), - [anon_sym_shortintertext] = ACTIONS(6406), + [anon_sym_BSLASHshortintertext] = ACTIONS(6406), }, [604] = { [sym_command_name] = ACTIONS(145), @@ -226709,7 +226709,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [605] = { [sym__section_part] = STATE(999), @@ -227008,7 +227008,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5913), [anon_sym_BSLASHtext] = ACTIONS(5913), [anon_sym_BSLASHintertext] = ACTIONS(5913), - [anon_sym_shortintertext] = ACTIONS(5913), + [anon_sym_BSLASHshortintertext] = ACTIONS(5913), }, [606] = { [sym_command_name] = ACTIONS(161), @@ -227307,7 +227307,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [607] = { [sym_command_name] = ACTIONS(6410), @@ -227606,7 +227606,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6410), [anon_sym_BSLASHtext] = ACTIONS(6410), [anon_sym_BSLASHintertext] = ACTIONS(6410), - [anon_sym_shortintertext] = ACTIONS(6410), + [anon_sym_BSLASHshortintertext] = ACTIONS(6410), }, [608] = { [sym_command_name] = ACTIONS(6414), @@ -227905,7 +227905,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6414), [anon_sym_BSLASHtext] = ACTIONS(6414), [anon_sym_BSLASHintertext] = ACTIONS(6414), - [anon_sym_shortintertext] = ACTIONS(6414), + [anon_sym_BSLASHshortintertext] = ACTIONS(6414), }, [609] = { [sym_command_name] = ACTIONS(6418), @@ -228204,7 +228204,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6418), [anon_sym_BSLASHtext] = ACTIONS(6418), [anon_sym_BSLASHintertext] = ACTIONS(6418), - [anon_sym_shortintertext] = ACTIONS(6418), + [anon_sym_BSLASHshortintertext] = ACTIONS(6418), }, [610] = { [sym_command_name] = ACTIONS(6422), @@ -228503,7 +228503,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6422), [anon_sym_BSLASHtext] = ACTIONS(6422), [anon_sym_BSLASHintertext] = ACTIONS(6422), - [anon_sym_shortintertext] = ACTIONS(6422), + [anon_sym_BSLASHshortintertext] = ACTIONS(6422), }, [611] = { [sym_command_name] = ACTIONS(6426), @@ -228802,7 +228802,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6426), [anon_sym_BSLASHtext] = ACTIONS(6426), [anon_sym_BSLASHintertext] = ACTIONS(6426), - [anon_sym_shortintertext] = ACTIONS(6426), + [anon_sym_BSLASHshortintertext] = ACTIONS(6426), }, [612] = { [sym_command_name] = ACTIONS(6430), @@ -229101,7 +229101,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6430), [anon_sym_BSLASHtext] = ACTIONS(6430), [anon_sym_BSLASHintertext] = ACTIONS(6430), - [anon_sym_shortintertext] = ACTIONS(6430), + [anon_sym_BSLASHshortintertext] = ACTIONS(6430), }, [613] = { [sym_command_name] = ACTIONS(6434), @@ -229400,7 +229400,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6434), [anon_sym_BSLASHtext] = ACTIONS(6434), [anon_sym_BSLASHintertext] = ACTIONS(6434), - [anon_sym_shortintertext] = ACTIONS(6434), + [anon_sym_BSLASHshortintertext] = ACTIONS(6434), }, [614] = { [sym_command_name] = ACTIONS(6438), @@ -229699,7 +229699,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6438), [anon_sym_BSLASHtext] = ACTIONS(6438), [anon_sym_BSLASHintertext] = ACTIONS(6438), - [anon_sym_shortintertext] = ACTIONS(6438), + [anon_sym_BSLASHshortintertext] = ACTIONS(6438), }, [615] = { [sym_command_name] = ACTIONS(6442), @@ -229998,7 +229998,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6442), [anon_sym_BSLASHtext] = ACTIONS(6442), [anon_sym_BSLASHintertext] = ACTIONS(6442), - [anon_sym_shortintertext] = ACTIONS(6442), + [anon_sym_BSLASHshortintertext] = ACTIONS(6442), }, [616] = { [sym_command_name] = ACTIONS(6446), @@ -230297,7 +230297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6446), [anon_sym_BSLASHtext] = ACTIONS(6446), [anon_sym_BSLASHintertext] = ACTIONS(6446), - [anon_sym_shortintertext] = ACTIONS(6446), + [anon_sym_BSLASHshortintertext] = ACTIONS(6446), }, [617] = { [sym_command_name] = ACTIONS(6450), @@ -230596,7 +230596,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6450), [anon_sym_BSLASHtext] = ACTIONS(6450), [anon_sym_BSLASHintertext] = ACTIONS(6450), - [anon_sym_shortintertext] = ACTIONS(6450), + [anon_sym_BSLASHshortintertext] = ACTIONS(6450), }, [618] = { [sym_command_name] = ACTIONS(6454), @@ -230895,7 +230895,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6454), [anon_sym_BSLASHtext] = ACTIONS(6454), [anon_sym_BSLASHintertext] = ACTIONS(6454), - [anon_sym_shortintertext] = ACTIONS(6454), + [anon_sym_BSLASHshortintertext] = ACTIONS(6454), }, [619] = { [sym_command_name] = ACTIONS(6458), @@ -231194,7 +231194,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6458), [anon_sym_BSLASHtext] = ACTIONS(6458), [anon_sym_BSLASHintertext] = ACTIONS(6458), - [anon_sym_shortintertext] = ACTIONS(6458), + [anon_sym_BSLASHshortintertext] = ACTIONS(6458), }, [620] = { [sym_command_name] = ACTIONS(6462), @@ -231493,7 +231493,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6462), [anon_sym_BSLASHtext] = ACTIONS(6462), [anon_sym_BSLASHintertext] = ACTIONS(6462), - [anon_sym_shortintertext] = ACTIONS(6462), + [anon_sym_BSLASHshortintertext] = ACTIONS(6462), }, [621] = { [sym_command_name] = ACTIONS(6466), @@ -231792,7 +231792,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6466), [anon_sym_BSLASHtext] = ACTIONS(6466), [anon_sym_BSLASHintertext] = ACTIONS(6466), - [anon_sym_shortintertext] = ACTIONS(6466), + [anon_sym_BSLASHshortintertext] = ACTIONS(6466), }, [622] = { [sym_command_name] = ACTIONS(6470), @@ -232091,7 +232091,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6470), [anon_sym_BSLASHtext] = ACTIONS(6470), [anon_sym_BSLASHintertext] = ACTIONS(6470), - [anon_sym_shortintertext] = ACTIONS(6470), + [anon_sym_BSLASHshortintertext] = ACTIONS(6470), }, [623] = { [sym_command_name] = ACTIONS(6474), @@ -232390,7 +232390,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6474), [anon_sym_BSLASHtext] = ACTIONS(6474), [anon_sym_BSLASHintertext] = ACTIONS(6474), - [anon_sym_shortintertext] = ACTIONS(6474), + [anon_sym_BSLASHshortintertext] = ACTIONS(6474), }, [624] = { [sym_command_name] = ACTIONS(6478), @@ -232689,7 +232689,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6478), [anon_sym_BSLASHtext] = ACTIONS(6478), [anon_sym_BSLASHintertext] = ACTIONS(6478), - [anon_sym_shortintertext] = ACTIONS(6478), + [anon_sym_BSLASHshortintertext] = ACTIONS(6478), }, [625] = { [sym_command_name] = ACTIONS(6482), @@ -232988,7 +232988,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6482), [anon_sym_BSLASHtext] = ACTIONS(6482), [anon_sym_BSLASHintertext] = ACTIONS(6482), - [anon_sym_shortintertext] = ACTIONS(6482), + [anon_sym_BSLASHshortintertext] = ACTIONS(6482), }, [626] = { [sym_command_name] = ACTIONS(6486), @@ -233287,7 +233287,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6486), [anon_sym_BSLASHtext] = ACTIONS(6486), [anon_sym_BSLASHintertext] = ACTIONS(6486), - [anon_sym_shortintertext] = ACTIONS(6486), + [anon_sym_BSLASHshortintertext] = ACTIONS(6486), }, [627] = { [sym_command_name] = ACTIONS(6490), @@ -233586,7 +233586,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6490), [anon_sym_BSLASHtext] = ACTIONS(6490), [anon_sym_BSLASHintertext] = ACTIONS(6490), - [anon_sym_shortintertext] = ACTIONS(6490), + [anon_sym_BSLASHshortintertext] = ACTIONS(6490), }, [628] = { [sym_command_name] = ACTIONS(6494), @@ -233885,7 +233885,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6494), [anon_sym_BSLASHtext] = ACTIONS(6494), [anon_sym_BSLASHintertext] = ACTIONS(6494), - [anon_sym_shortintertext] = ACTIONS(6494), + [anon_sym_BSLASHshortintertext] = ACTIONS(6494), }, [629] = { [sym_command_name] = ACTIONS(6498), @@ -234184,7 +234184,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6498), [anon_sym_BSLASHtext] = ACTIONS(6498), [anon_sym_BSLASHintertext] = ACTIONS(6498), - [anon_sym_shortintertext] = ACTIONS(6498), + [anon_sym_BSLASHshortintertext] = ACTIONS(6498), }, [630] = { [sym_command_name] = ACTIONS(6502), @@ -234483,7 +234483,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6502), [anon_sym_BSLASHtext] = ACTIONS(6502), [anon_sym_BSLASHintertext] = ACTIONS(6502), - [anon_sym_shortintertext] = ACTIONS(6502), + [anon_sym_BSLASHshortintertext] = ACTIONS(6502), }, [631] = { [sym_command_name] = ACTIONS(6506), @@ -234782,7 +234782,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6506), [anon_sym_BSLASHtext] = ACTIONS(6506), [anon_sym_BSLASHintertext] = ACTIONS(6506), - [anon_sym_shortintertext] = ACTIONS(6506), + [anon_sym_BSLASHshortintertext] = ACTIONS(6506), }, [632] = { [sym_command_name] = ACTIONS(6510), @@ -235081,7 +235081,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6510), [anon_sym_BSLASHtext] = ACTIONS(6510), [anon_sym_BSLASHintertext] = ACTIONS(6510), - [anon_sym_shortintertext] = ACTIONS(6510), + [anon_sym_BSLASHshortintertext] = ACTIONS(6510), }, [633] = { [sym_command_name] = ACTIONS(6514), @@ -235380,7 +235380,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6514), [anon_sym_BSLASHtext] = ACTIONS(6514), [anon_sym_BSLASHintertext] = ACTIONS(6514), - [anon_sym_shortintertext] = ACTIONS(6514), + [anon_sym_BSLASHshortintertext] = ACTIONS(6514), }, [634] = { [sym_command_name] = ACTIONS(6518), @@ -235679,7 +235679,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6518), [anon_sym_BSLASHtext] = ACTIONS(6518), [anon_sym_BSLASHintertext] = ACTIONS(6518), - [anon_sym_shortintertext] = ACTIONS(6518), + [anon_sym_BSLASHshortintertext] = ACTIONS(6518), }, [635] = { [sym__subsubsection_declaration] = STATE(190), @@ -235978,7 +235978,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [636] = { [sym_command_name] = ACTIONS(6522), @@ -236277,7 +236277,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6522), [anon_sym_BSLASHtext] = ACTIONS(6522), [anon_sym_BSLASHintertext] = ACTIONS(6522), - [anon_sym_shortintertext] = ACTIONS(6522), + [anon_sym_BSLASHshortintertext] = ACTIONS(6522), }, [637] = { [sym__section_part] = STATE(973), @@ -236576,7 +236576,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5909), [anon_sym_BSLASHtext] = ACTIONS(5909), [anon_sym_BSLASHintertext] = ACTIONS(5909), - [anon_sym_shortintertext] = ACTIONS(5909), + [anon_sym_BSLASHshortintertext] = ACTIONS(5909), }, [638] = { [sym_command_name] = ACTIONS(151), @@ -236875,7 +236875,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [639] = { [sym__subsubsection_declaration] = STATE(199), @@ -237173,7 +237173,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5801), [anon_sym_BSLASHtext] = ACTIONS(5801), [anon_sym_BSLASHintertext] = ACTIONS(5801), - [anon_sym_shortintertext] = ACTIONS(5801), + [anon_sym_BSLASHshortintertext] = ACTIONS(5801), }, [640] = { [sym__chapter_declaration] = STATE(164), @@ -237471,7 +237471,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5781), [anon_sym_BSLASHtext] = ACTIONS(5781), [anon_sym_BSLASHintertext] = ACTIONS(5781), - [anon_sym_shortintertext] = ACTIONS(5781), + [anon_sym_BSLASHshortintertext] = ACTIONS(5781), }, [641] = { [sym__enum_itemdeclaration] = STATE(232), @@ -237769,7 +237769,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5805), [anon_sym_BSLASHtext] = ACTIONS(5805), [anon_sym_BSLASHintertext] = ACTIONS(5805), - [anon_sym_shortintertext] = ACTIONS(5805), + [anon_sym_BSLASHshortintertext] = ACTIONS(5805), }, [642] = { [sym__enum_itemdeclaration] = STATE(232), @@ -238067,7 +238067,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5809), [anon_sym_BSLASHtext] = ACTIONS(5809), [anon_sym_BSLASHintertext] = ACTIONS(5809), - [anon_sym_shortintertext] = ACTIONS(5809), + [anon_sym_BSLASHshortintertext] = ACTIONS(5809), }, [643] = { [sym__subsection_declaration] = STATE(187), @@ -238365,7 +238365,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2120), [anon_sym_BSLASHtext] = ACTIONS(2120), [anon_sym_BSLASHintertext] = ACTIONS(2120), - [anon_sym_shortintertext] = ACTIONS(2120), + [anon_sym_BSLASHshortintertext] = ACTIONS(2120), }, [644] = { [sym__part_declaration] = STATE(155), @@ -238663,7 +238663,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5887), [anon_sym_BSLASHtext] = ACTIONS(5887), [anon_sym_BSLASHintertext] = ACTIONS(5887), - [anon_sym_shortintertext] = ACTIONS(5887), + [anon_sym_BSLASHshortintertext] = ACTIONS(5887), }, [645] = { [sym__subsubsection_declaration] = STATE(198), @@ -238961,7 +238961,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5801), [anon_sym_BSLASHtext] = ACTIONS(5801), [anon_sym_BSLASHintertext] = ACTIONS(5801), - [anon_sym_shortintertext] = ACTIONS(5801), + [anon_sym_BSLASHshortintertext] = ACTIONS(5801), }, [646] = { [sym__subsubsection_declaration] = STATE(198), @@ -239259,7 +239259,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5801), [anon_sym_BSLASHtext] = ACTIONS(5801), [anon_sym_BSLASHintertext] = ACTIONS(5801), - [anon_sym_shortintertext] = ACTIONS(5801), + [anon_sym_BSLASHshortintertext] = ACTIONS(5801), }, [647] = { [sym__subsubsection_declaration] = STATE(198), @@ -239557,7 +239557,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5801), [anon_sym_BSLASHtext] = ACTIONS(5801), [anon_sym_BSLASHintertext] = ACTIONS(5801), - [anon_sym_shortintertext] = ACTIONS(5801), + [anon_sym_BSLASHshortintertext] = ACTIONS(5801), }, [648] = { [sym__subsubsection_declaration] = STATE(198), @@ -239855,7 +239855,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [649] = { [sym__subsection_declaration] = STATE(186), @@ -240153,7 +240153,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [650] = { [sym__subsubsection_declaration] = STATE(193), @@ -240451,7 +240451,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [651] = { [sym__subsubsection_declaration] = STATE(198), @@ -240749,7 +240749,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [652] = { [sym__subsection_declaration] = STATE(186), @@ -241047,7 +241047,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [653] = { [sym__subsubsection_declaration] = STATE(198), @@ -241345,7 +241345,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [654] = { [sym__subsection_declaration] = STATE(186), @@ -241643,7 +241643,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [655] = { [sym__subsection_declaration] = STATE(187), @@ -241941,7 +241941,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [656] = { [sym__section_declaration] = STATE(176), @@ -242239,7 +242239,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [657] = { [sym__subsubsection_declaration] = STATE(193), @@ -242537,7 +242537,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [658] = { [sym__subsection_declaration] = STATE(187), @@ -242835,7 +242835,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [659] = { [sym__section_declaration] = STATE(176), @@ -243133,7 +243133,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [660] = { [sym__section_declaration] = STATE(174), @@ -243431,7 +243431,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [661] = { [sym__chapter_declaration] = STATE(169), @@ -243729,7 +243729,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [662] = { [sym__subsubsection_declaration] = STATE(193), @@ -244027,7 +244027,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2146), [anon_sym_BSLASHtext] = ACTIONS(2146), [anon_sym_BSLASHintertext] = ACTIONS(2146), - [anon_sym_shortintertext] = ACTIONS(2146), + [anon_sym_BSLASHshortintertext] = ACTIONS(2146), }, [663] = { [sym__section_part] = STATE(1395), @@ -244325,7 +244325,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5909), [anon_sym_BSLASHtext] = ACTIONS(5909), [anon_sym_BSLASHintertext] = ACTIONS(5909), - [anon_sym_shortintertext] = ACTIONS(5909), + [anon_sym_BSLASHshortintertext] = ACTIONS(5909), }, [664] = { [sym__subsubsection_declaration] = STATE(193), @@ -244623,7 +244623,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2120), [anon_sym_BSLASHtext] = ACTIONS(2120), [anon_sym_BSLASHintertext] = ACTIONS(2120), - [anon_sym_shortintertext] = ACTIONS(2120), + [anon_sym_BSLASHshortintertext] = ACTIONS(2120), }, [665] = { [sym__subsubsection_declaration] = STATE(193), @@ -244921,7 +244921,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2146), [anon_sym_BSLASHtext] = ACTIONS(2146), [anon_sym_BSLASHintertext] = ACTIONS(2146), - [anon_sym_shortintertext] = ACTIONS(2146), + [anon_sym_BSLASHshortintertext] = ACTIONS(2146), }, [666] = { [sym__subsubsection_declaration] = STATE(198), @@ -245219,7 +245219,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [667] = { [sym__subsection_declaration] = STATE(186), @@ -245517,7 +245517,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [668] = { [sym__section_declaration] = STATE(174), @@ -245815,7 +245815,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [669] = { [sym__subsubsection_declaration] = STATE(199), @@ -246113,7 +246113,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [670] = { [sym__subsubsection_declaration] = STATE(198), @@ -246411,7 +246411,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [671] = { [sym__subsection_declaration] = STATE(186), @@ -246709,7 +246709,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [672] = { [sym__section_declaration] = STATE(174), @@ -247007,7 +247007,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [673] = { [sym__chapter_declaration] = STATE(164), @@ -247305,7 +247305,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [674] = { [sym__subsection_declaration] = STATE(188), @@ -247603,7 +247603,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [675] = { [sym__subsection_declaration] = STATE(187), @@ -247901,7 +247901,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [676] = { [sym__enum_itemdeclaration] = STATE(228), @@ -248199,7 +248199,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2198), [anon_sym_BSLASHtext] = ACTIONS(2198), [anon_sym_BSLASHintertext] = ACTIONS(2198), - [anon_sym_shortintertext] = ACTIONS(2198), + [anon_sym_BSLASHshortintertext] = ACTIONS(2198), }, [677] = { [sym__subsubsection_declaration] = STATE(198), @@ -248497,7 +248497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [678] = { [sym__subsection_declaration] = STATE(186), @@ -248795,7 +248795,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [679] = { [sym_curly_group] = STATE(902), @@ -249093,7 +249093,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5942), [anon_sym_BSLASHtext] = ACTIONS(5942), [anon_sym_BSLASHintertext] = ACTIONS(5942), - [anon_sym_shortintertext] = ACTIONS(5942), + [anon_sym_BSLASHshortintertext] = ACTIONS(5942), }, [680] = { [sym__section_declaration] = STATE(174), @@ -249391,7 +249391,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [681] = { [sym__chapter_declaration] = STATE(164), @@ -249689,7 +249689,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [682] = { [sym__part_declaration] = STATE(159), @@ -249987,7 +249987,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5887), [anon_sym_BSLASHtext] = ACTIONS(5887), [anon_sym_BSLASHintertext] = ACTIONS(5887), - [anon_sym_shortintertext] = ACTIONS(5887), + [anon_sym_BSLASHshortintertext] = ACTIONS(5887), }, [683] = { [sym__section_part] = STATE(1394), @@ -250285,7 +250285,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5913), [anon_sym_BSLASHtext] = ACTIONS(5913), [anon_sym_BSLASHintertext] = ACTIONS(5913), - [anon_sym_shortintertext] = ACTIONS(5913), + [anon_sym_BSLASHshortintertext] = ACTIONS(5913), }, [684] = { [sym__chapter_declaration] = STATE(164), @@ -250583,7 +250583,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [685] = { [sym__section_declaration] = STATE(174), @@ -250881,7 +250881,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [686] = { [sym__subsection_declaration] = STATE(186), @@ -251179,7 +251179,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [687] = { [sym__subsubsection_declaration] = STATE(198), @@ -251477,7 +251477,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [688] = { [sym__section_declaration] = STATE(174), @@ -251775,7 +251775,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5837), [anon_sym_BSLASHtext] = ACTIONS(5837), [anon_sym_BSLASHintertext] = ACTIONS(5837), - [anon_sym_shortintertext] = ACTIONS(5837), + [anon_sym_BSLASHshortintertext] = ACTIONS(5837), }, [689] = { [sym__subsection_declaration] = STATE(186), @@ -252073,7 +252073,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5837), [anon_sym_BSLASHtext] = ACTIONS(5837), [anon_sym_BSLASHintertext] = ACTIONS(5837), - [anon_sym_shortintertext] = ACTIONS(5837), + [anon_sym_BSLASHshortintertext] = ACTIONS(5837), }, [690] = { [sym__subsubsection_declaration] = STATE(198), @@ -252371,7 +252371,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5837), [anon_sym_BSLASHtext] = ACTIONS(5837), [anon_sym_BSLASHintertext] = ACTIONS(5837), - [anon_sym_shortintertext] = ACTIONS(5837), + [anon_sym_BSLASHshortintertext] = ACTIONS(5837), }, [691] = { [sym__subsection_declaration] = STATE(186), @@ -252669,7 +252669,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5841), [anon_sym_BSLASHtext] = ACTIONS(5841), [anon_sym_BSLASHintertext] = ACTIONS(5841), - [anon_sym_shortintertext] = ACTIONS(5841), + [anon_sym_BSLASHshortintertext] = ACTIONS(5841), }, [692] = { [sym__subsubsection_declaration] = STATE(198), @@ -252967,7 +252967,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5841), [anon_sym_BSLASHtext] = ACTIONS(5841), [anon_sym_BSLASHintertext] = ACTIONS(5841), - [anon_sym_shortintertext] = ACTIONS(5841), + [anon_sym_BSLASHshortintertext] = ACTIONS(5841), }, [693] = { [sym__subsubsection_declaration] = STATE(198), @@ -253265,7 +253265,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5845), [anon_sym_BSLASHtext] = ACTIONS(5845), [anon_sym_BSLASHintertext] = ACTIONS(5845), - [anon_sym_shortintertext] = ACTIONS(5845), + [anon_sym_BSLASHshortintertext] = ACTIONS(5845), }, [694] = { [sym__chapter_declaration] = STATE(169), @@ -253563,7 +253563,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5781), [anon_sym_BSLASHtext] = ACTIONS(5781), [anon_sym_BSLASHintertext] = ACTIONS(5781), - [anon_sym_shortintertext] = ACTIONS(5781), + [anon_sym_BSLASHshortintertext] = ACTIONS(5781), }, [695] = { [sym__section_declaration] = STATE(176), @@ -253861,7 +253861,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5877), [anon_sym_BSLASHtext] = ACTIONS(5877), [anon_sym_BSLASHintertext] = ACTIONS(5877), - [anon_sym_shortintertext] = ACTIONS(5877), + [anon_sym_BSLASHshortintertext] = ACTIONS(5877), }, [696] = { [sym__subsection_declaration] = STATE(187), @@ -254159,7 +254159,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5863), [anon_sym_BSLASHtext] = ACTIONS(5863), [anon_sym_BSLASHintertext] = ACTIONS(5863), - [anon_sym_shortintertext] = ACTIONS(5863), + [anon_sym_BSLASHshortintertext] = ACTIONS(5863), }, [697] = { [sym__subsubsection_declaration] = STATE(193), @@ -254457,7 +254457,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5853), [anon_sym_BSLASHtext] = ACTIONS(5853), [anon_sym_BSLASHintertext] = ACTIONS(5853), - [anon_sym_shortintertext] = ACTIONS(5853), + [anon_sym_BSLASHshortintertext] = ACTIONS(5853), }, [698] = { [sym__paragraph_declaration] = STATE(206), @@ -254755,7 +254755,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5827), [anon_sym_BSLASHtext] = ACTIONS(5827), [anon_sym_BSLASHintertext] = ACTIONS(5827), - [anon_sym_shortintertext] = ACTIONS(5827), + [anon_sym_BSLASHshortintertext] = ACTIONS(5827), }, [699] = { [sym__subparagraph_declaration] = STATE(219), @@ -255053,7 +255053,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5791), [anon_sym_BSLASHtext] = ACTIONS(5791), [anon_sym_BSLASHintertext] = ACTIONS(5791), - [anon_sym_shortintertext] = ACTIONS(5791), + [anon_sym_BSLASHshortintertext] = ACTIONS(5791), }, [700] = { [sym__subsubsection_declaration] = STATE(199), @@ -255351,7 +255351,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [701] = { [sym__enum_itemdeclaration] = STATE(228), @@ -255649,7 +255649,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5817), [anon_sym_BSLASHtext] = ACTIONS(5817), [anon_sym_BSLASHintertext] = ACTIONS(5817), - [anon_sym_shortintertext] = ACTIONS(5817), + [anon_sym_BSLASHshortintertext] = ACTIONS(5817), }, [702] = { [sym__subsection_declaration] = STATE(188), @@ -255947,7 +255947,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [703] = { [sym__enum_itemdeclaration] = STATE(228), @@ -256245,7 +256245,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5917), [anon_sym_BSLASHtext] = ACTIONS(5917), [anon_sym_BSLASHintertext] = ACTIONS(5917), - [anon_sym_shortintertext] = ACTIONS(5917), + [anon_sym_BSLASHshortintertext] = ACTIONS(5917), }, [704] = { [sym__subparagraph_declaration] = STATE(219), @@ -256543,7 +256543,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5917), [anon_sym_BSLASHtext] = ACTIONS(5917), [anon_sym_BSLASHintertext] = ACTIONS(5917), - [anon_sym_shortintertext] = ACTIONS(5917), + [anon_sym_BSLASHshortintertext] = ACTIONS(5917), }, [705] = { [sym__paragraph_declaration] = STATE(206), @@ -256841,7 +256841,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5917), [anon_sym_BSLASHtext] = ACTIONS(5917), [anon_sym_BSLASHintertext] = ACTIONS(5917), - [anon_sym_shortintertext] = ACTIONS(5917), + [anon_sym_BSLASHshortintertext] = ACTIONS(5917), }, [706] = { [sym__subsubsection_declaration] = STATE(193), @@ -257139,7 +257139,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [707] = { [sym__subsection_declaration] = STATE(187), @@ -257437,7 +257437,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [708] = { [sym__section_declaration] = STATE(176), @@ -257735,7 +257735,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [709] = { [sym__chapter_declaration] = STATE(169), @@ -258033,7 +258033,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [710] = { [sym__part_declaration] = STATE(159), @@ -258331,7 +258331,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [711] = { [sym__subsubsection_declaration] = STATE(199), @@ -258629,7 +258629,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [712] = { [sym__subsection_declaration] = STATE(188), @@ -258927,7 +258927,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [713] = { [sym__enum_itemdeclaration] = STATE(228), @@ -259225,7 +259225,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2184), [anon_sym_BSLASHtext] = ACTIONS(2184), [anon_sym_BSLASHintertext] = ACTIONS(2184), - [anon_sym_shortintertext] = ACTIONS(2184), + [anon_sym_BSLASHshortintertext] = ACTIONS(2184), }, [714] = { [sym__section_declaration] = STATE(175), @@ -259523,7 +259523,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [715] = { [sym__section_part] = STATE(1064), @@ -259821,7 +259821,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5913), [anon_sym_BSLASHtext] = ACTIONS(5913), [anon_sym_BSLASHintertext] = ACTIONS(5913), - [anon_sym_shortintertext] = ACTIONS(5913), + [anon_sym_BSLASHshortintertext] = ACTIONS(5913), }, [716] = { [sym__section_part] = STATE(1397), @@ -260119,7 +260119,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5901), [anon_sym_BSLASHtext] = ACTIONS(5901), [anon_sym_BSLASHintertext] = ACTIONS(5901), - [anon_sym_shortintertext] = ACTIONS(5901), + [anon_sym_BSLASHshortintertext] = ACTIONS(5901), }, [717] = { [sym__section_part] = STATE(1065), @@ -260417,7 +260417,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5909), [anon_sym_BSLASHtext] = ACTIONS(5909), [anon_sym_BSLASHintertext] = ACTIONS(5909), - [anon_sym_shortintertext] = ACTIONS(5909), + [anon_sym_BSLASHshortintertext] = ACTIONS(5909), }, [718] = { [sym__section_part] = STATE(1066), @@ -260715,7 +260715,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5905), [anon_sym_BSLASHtext] = ACTIONS(5905), [anon_sym_BSLASHintertext] = ACTIONS(5905), - [anon_sym_shortintertext] = ACTIONS(5905), + [anon_sym_BSLASHshortintertext] = ACTIONS(5905), }, [719] = { [sym__subsubsection_declaration] = STATE(199), @@ -261013,7 +261013,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [720] = { [sym__section_part] = STATE(1364), @@ -261311,7 +261311,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5849), [anon_sym_BSLASHtext] = ACTIONS(5849), [anon_sym_BSLASHintertext] = ACTIONS(5849), - [anon_sym_shortintertext] = ACTIONS(5849), + [anon_sym_BSLASHshortintertext] = ACTIONS(5849), }, [721] = { [sym__section_part] = STATE(1362), @@ -261609,7 +261609,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5873), [anon_sym_BSLASHtext] = ACTIONS(5873), [anon_sym_BSLASHintertext] = ACTIONS(5873), - [anon_sym_shortintertext] = ACTIONS(5873), + [anon_sym_BSLASHshortintertext] = ACTIONS(5873), }, [722] = { [sym__section_part] = STATE(1361), @@ -261907,7 +261907,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5897), [anon_sym_BSLASHtext] = ACTIONS(5897), [anon_sym_BSLASHintertext] = ACTIONS(5897), - [anon_sym_shortintertext] = ACTIONS(5897), + [anon_sym_BSLASHshortintertext] = ACTIONS(5897), }, [723] = { [sym__section_part] = STATE(1360), @@ -262205,7 +262205,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5901), [anon_sym_BSLASHtext] = ACTIONS(5901), [anon_sym_BSLASHintertext] = ACTIONS(5901), - [anon_sym_shortintertext] = ACTIONS(5901), + [anon_sym_BSLASHshortintertext] = ACTIONS(5901), }, [724] = { [sym__section_part] = STATE(1359), @@ -262503,7 +262503,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5905), [anon_sym_BSLASHtext] = ACTIONS(5905), [anon_sym_BSLASHintertext] = ACTIONS(5905), - [anon_sym_shortintertext] = ACTIONS(5905), + [anon_sym_BSLASHshortintertext] = ACTIONS(5905), }, [725] = { [sym__section_part] = STATE(1358), @@ -262801,7 +262801,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5909), [anon_sym_BSLASHtext] = ACTIONS(5909), [anon_sym_BSLASHintertext] = ACTIONS(5909), - [anon_sym_shortintertext] = ACTIONS(5909), + [anon_sym_BSLASHshortintertext] = ACTIONS(5909), }, [726] = { [sym__section_part] = STATE(1357), @@ -263099,7 +263099,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5913), [anon_sym_BSLASHtext] = ACTIONS(5913), [anon_sym_BSLASHintertext] = ACTIONS(5913), - [anon_sym_shortintertext] = ACTIONS(5913), + [anon_sym_BSLASHshortintertext] = ACTIONS(5913), }, [727] = { [sym__section_part] = STATE(1067), @@ -263397,7 +263397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5901), [anon_sym_BSLASHtext] = ACTIONS(5901), [anon_sym_BSLASHintertext] = ACTIONS(5901), - [anon_sym_shortintertext] = ACTIONS(5901), + [anon_sym_BSLASHshortintertext] = ACTIONS(5901), }, [728] = { [sym__section_part] = STATE(1068), @@ -263695,7 +263695,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5897), [anon_sym_BSLASHtext] = ACTIONS(5897), [anon_sym_BSLASHintertext] = ACTIONS(5897), - [anon_sym_shortintertext] = ACTIONS(5897), + [anon_sym_BSLASHshortintertext] = ACTIONS(5897), }, [729] = { [sym__section_part] = STATE(1069), @@ -263993,7 +263993,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5873), [anon_sym_BSLASHtext] = ACTIONS(5873), [anon_sym_BSLASHintertext] = ACTIONS(5873), - [anon_sym_shortintertext] = ACTIONS(5873), + [anon_sym_BSLASHshortintertext] = ACTIONS(5873), }, [730] = { [sym__subsection_declaration] = STATE(188), @@ -264291,7 +264291,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [731] = { [ts_builtin_sym_end] = ACTIONS(5950), @@ -264588,7 +264588,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5946), [anon_sym_BSLASHtext] = ACTIONS(5946), [anon_sym_BSLASHintertext] = ACTIONS(5946), - [anon_sym_shortintertext] = ACTIONS(5946), + [anon_sym_BSLASHshortintertext] = ACTIONS(5946), [sym__trivia_raw_fi] = ACTIONS(6588), }, [732] = { @@ -264887,7 +264887,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5849), [anon_sym_BSLASHtext] = ACTIONS(5849), [anon_sym_BSLASHintertext] = ACTIONS(5849), - [anon_sym_shortintertext] = ACTIONS(5849), + [anon_sym_BSLASHshortintertext] = ACTIONS(5849), }, [733] = { [sym__section_declaration] = STATE(175), @@ -265185,7 +265185,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [734] = { [sym__section_part] = STATE(1398), @@ -265483,7 +265483,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5897), [anon_sym_BSLASHtext] = ACTIONS(5897), [anon_sym_BSLASHintertext] = ACTIONS(5897), - [anon_sym_shortintertext] = ACTIONS(5897), + [anon_sym_BSLASHshortintertext] = ACTIONS(5897), }, [735] = { [sym__chapter_declaration] = STATE(169), @@ -265781,7 +265781,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [736] = { [sym__section_declaration] = STATE(176), @@ -266079,7 +266079,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [737] = { [sym__subparagraph_declaration] = STATE(220), @@ -266377,7 +266377,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5805), [anon_sym_BSLASHtext] = ACTIONS(5805), [anon_sym_BSLASHintertext] = ACTIONS(5805), - [anon_sym_shortintertext] = ACTIONS(5805), + [anon_sym_BSLASHshortintertext] = ACTIONS(5805), }, [738] = { [sym__subsection_declaration] = STATE(187), @@ -266675,7 +266675,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [739] = { [sym__part_declaration] = STATE(157), @@ -266973,7 +266973,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [740] = { [sym__chapter_declaration] = STATE(167), @@ -267271,7 +267271,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [741] = { [sym__section_declaration] = STATE(175), @@ -267569,7 +267569,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [742] = { [sym__subsection_declaration] = STATE(188), @@ -267867,7 +267867,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [743] = { [sym__subsubsection_declaration] = STATE(199), @@ -268165,7 +268165,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [744] = { [sym__paragraph_declaration] = STATE(205), @@ -268463,7 +268463,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5917), [anon_sym_BSLASHtext] = ACTIONS(5917), [anon_sym_BSLASHintertext] = ACTIONS(5917), - [anon_sym_shortintertext] = ACTIONS(5917), + [anon_sym_BSLASHshortintertext] = ACTIONS(5917), }, [745] = { [sym__subparagraph_declaration] = STATE(216), @@ -268761,7 +268761,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5917), [anon_sym_BSLASHtext] = ACTIONS(5917), [anon_sym_BSLASHintertext] = ACTIONS(5917), - [anon_sym_shortintertext] = ACTIONS(5917), + [anon_sym_BSLASHshortintertext] = ACTIONS(5917), }, [746] = { [sym__enum_itemdeclaration] = STATE(229), @@ -269059,7 +269059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5917), [anon_sym_BSLASHtext] = ACTIONS(5917), [anon_sym_BSLASHintertext] = ACTIONS(5917), - [anon_sym_shortintertext] = ACTIONS(5917), + [anon_sym_BSLASHshortintertext] = ACTIONS(5917), }, [747] = { [sym__subsubsection_declaration] = STATE(193), @@ -269357,7 +269357,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [748] = { [sym__chapter_declaration] = STATE(169), @@ -269655,7 +269655,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [749] = { [sym__section_declaration] = STATE(176), @@ -269953,7 +269953,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [750] = { [sym__enum_itemdeclaration] = STATE(232), @@ -270251,7 +270251,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5817), [anon_sym_BSLASHtext] = ACTIONS(5817), [anon_sym_BSLASHintertext] = ACTIONS(5817), - [anon_sym_shortintertext] = ACTIONS(5817), + [anon_sym_BSLASHshortintertext] = ACTIONS(5817), }, [751] = { [sym__subsection_declaration] = STATE(187), @@ -270549,7 +270549,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [752] = { [sym__subsubsection_declaration] = STATE(193), @@ -270847,7 +270847,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [753] = { [sym__section_declaration] = STATE(176), @@ -271145,7 +271145,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [754] = { [sym__subparagraph_declaration] = STATE(220), @@ -271443,7 +271443,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5791), [anon_sym_BSLASHtext] = ACTIONS(5791), [anon_sym_BSLASHintertext] = ACTIONS(5791), - [anon_sym_shortintertext] = ACTIONS(5791), + [anon_sym_BSLASHshortintertext] = ACTIONS(5791), }, [755] = { [sym__paragraph_declaration] = STATE(208), @@ -271741,7 +271741,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5827), [anon_sym_BSLASHtext] = ACTIONS(5827), [anon_sym_BSLASHintertext] = ACTIONS(5827), - [anon_sym_shortintertext] = ACTIONS(5827), + [anon_sym_BSLASHshortintertext] = ACTIONS(5827), }, [756] = { [sym__subsubsection_declaration] = STATE(198), @@ -272039,7 +272039,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5853), [anon_sym_BSLASHtext] = ACTIONS(5853), [anon_sym_BSLASHintertext] = ACTIONS(5853), - [anon_sym_shortintertext] = ACTIONS(5853), + [anon_sym_BSLASHshortintertext] = ACTIONS(5853), }, [757] = { [sym__subsection_declaration] = STATE(187), @@ -272337,7 +272337,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [758] = { [sym__subsection_declaration] = STATE(186), @@ -272635,7 +272635,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5863), [anon_sym_BSLASHtext] = ACTIONS(5863), [anon_sym_BSLASHintertext] = ACTIONS(5863), - [anon_sym_shortintertext] = ACTIONS(5863), + [anon_sym_BSLASHshortintertext] = ACTIONS(5863), }, [759] = { [sym__section_declaration] = STATE(174), @@ -272933,7 +272933,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5877), [anon_sym_BSLASHtext] = ACTIONS(5877), [anon_sym_BSLASHintertext] = ACTIONS(5877), - [anon_sym_shortintertext] = ACTIONS(5877), + [anon_sym_BSLASHshortintertext] = ACTIONS(5877), }, [760] = { [sym__subsubsection_declaration] = STATE(199), @@ -273231,7 +273231,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5801), [anon_sym_BSLASHtext] = ACTIONS(5801), [anon_sym_BSLASHintertext] = ACTIONS(5801), - [anon_sym_shortintertext] = ACTIONS(5801), + [anon_sym_BSLASHshortintertext] = ACTIONS(5801), }, [761] = { [sym__subsubsection_declaration] = STATE(198), @@ -273529,7 +273529,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2120), [anon_sym_BSLASHtext] = ACTIONS(2120), [anon_sym_BSLASHintertext] = ACTIONS(2120), - [anon_sym_shortintertext] = ACTIONS(2120), + [anon_sym_BSLASHshortintertext] = ACTIONS(2120), }, [762] = { [sym__subsubsection_declaration] = STATE(199), @@ -273827,7 +273827,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [763] = { [sym__subsubsection_declaration] = STATE(193), @@ -274125,7 +274125,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [764] = { [sym__enum_itemdeclaration] = STATE(232), @@ -274423,7 +274423,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2198), [anon_sym_BSLASHtext] = ACTIONS(2198), [anon_sym_BSLASHintertext] = ACTIONS(2198), - [anon_sym_shortintertext] = ACTIONS(2198), + [anon_sym_BSLASHshortintertext] = ACTIONS(2198), }, [765] = { [sym__section_declaration] = STATE(176), @@ -274721,7 +274721,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [766] = { [sym__enum_itemdeclaration] = STATE(232), @@ -275019,7 +275019,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2184), [anon_sym_BSLASHtext] = ACTIONS(2184), [anon_sym_BSLASHintertext] = ACTIONS(2184), - [anon_sym_shortintertext] = ACTIONS(2184), + [anon_sym_BSLASHshortintertext] = ACTIONS(2184), }, [767] = { [sym__subsection_declaration] = STATE(188), @@ -275317,7 +275317,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [768] = { [sym__subparagraph_declaration] = STATE(220), @@ -275615,7 +275615,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2184), [anon_sym_BSLASHtext] = ACTIONS(2184), [anon_sym_BSLASHintertext] = ACTIONS(2184), - [anon_sym_shortintertext] = ACTIONS(2184), + [anon_sym_BSLASHshortintertext] = ACTIONS(2184), }, [769] = { [sym__subparagraph_declaration] = STATE(219), @@ -275913,7 +275913,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2184), [anon_sym_BSLASHtext] = ACTIONS(2184), [anon_sym_BSLASHintertext] = ACTIONS(2184), - [anon_sym_shortintertext] = ACTIONS(2184), + [anon_sym_BSLASHshortintertext] = ACTIONS(2184), }, [770] = { [sym__subsubsection_declaration] = STATE(198), @@ -276211,7 +276211,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2146), [anon_sym_BSLASHtext] = ACTIONS(2146), [anon_sym_BSLASHintertext] = ACTIONS(2146), - [anon_sym_shortintertext] = ACTIONS(2146), + [anon_sym_BSLASHshortintertext] = ACTIONS(2146), }, [771] = { [sym__subsubsection_declaration] = STATE(198), @@ -276509,7 +276509,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2146), [anon_sym_BSLASHtext] = ACTIONS(2146), [anon_sym_BSLASHintertext] = ACTIONS(2146), - [anon_sym_shortintertext] = ACTIONS(2146), + [anon_sym_BSLASHshortintertext] = ACTIONS(2146), }, [772] = { [sym__section_part] = STATE(1401), @@ -276807,7 +276807,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5849), [anon_sym_BSLASHtext] = ACTIONS(5849), [anon_sym_BSLASHintertext] = ACTIONS(5849), - [anon_sym_shortintertext] = ACTIONS(5849), + [anon_sym_BSLASHshortintertext] = ACTIONS(5849), }, [773] = { [sym__subsection_declaration] = STATE(186), @@ -277105,7 +277105,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2120), [anon_sym_BSLASHtext] = ACTIONS(2120), [anon_sym_BSLASHintertext] = ACTIONS(2120), - [anon_sym_shortintertext] = ACTIONS(2120), + [anon_sym_BSLASHshortintertext] = ACTIONS(2120), }, [774] = { [sym__subsubsection_declaration] = STATE(198), @@ -277403,7 +277403,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [775] = { [sym__subsection_declaration] = STATE(186), @@ -277701,7 +277701,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [776] = { [sym__section_declaration] = STATE(174), @@ -277999,7 +277999,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [777] = { [sym__subsubsection_declaration] = STATE(198), @@ -278297,7 +278297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [778] = { [sym__subsection_declaration] = STATE(186), @@ -278595,7 +278595,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [779] = { [sym__section_declaration] = STATE(174), @@ -278893,7 +278893,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [780] = { [sym__chapter_declaration] = STATE(164), @@ -279191,7 +279191,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [781] = { [sym__subsubsection_declaration] = STATE(193), @@ -279489,7 +279489,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5634), [anon_sym_BSLASHtext] = ACTIONS(5634), [anon_sym_BSLASHintertext] = ACTIONS(5634), - [anon_sym_shortintertext] = ACTIONS(5634), + [anon_sym_BSLASHshortintertext] = ACTIONS(5634), }, [782] = { [sym_curly_group] = STATE(902), @@ -279787,7 +279787,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5934), [anon_sym_BSLASHtext] = ACTIONS(5934), [anon_sym_BSLASHintertext] = ACTIONS(5934), - [anon_sym_shortintertext] = ACTIONS(5934), + [anon_sym_BSLASHshortintertext] = ACTIONS(5934), }, [783] = { [sym__subsection_declaration] = STATE(187), @@ -280085,7 +280085,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [784] = { [sym_curly_group] = STATE(867), @@ -280383,7 +280383,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5938), [anon_sym_BSLASHtext] = ACTIONS(5938), [anon_sym_BSLASHintertext] = ACTIONS(5938), - [anon_sym_shortintertext] = ACTIONS(5938), + [anon_sym_BSLASHshortintertext] = ACTIONS(5938), }, [785] = { [sym__section_declaration] = STATE(175), @@ -280681,7 +280681,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [786] = { [sym__chapter_declaration] = STATE(167), @@ -280979,7 +280979,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [787] = { [sym__section_part] = STATE(1396), @@ -281277,7 +281277,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5905), [anon_sym_BSLASHtext] = ACTIONS(5905), [anon_sym_BSLASHintertext] = ACTIONS(5905), - [anon_sym_shortintertext] = ACTIONS(5905), + [anon_sym_BSLASHshortintertext] = ACTIONS(5905), }, [788] = { [sym__subsubsection_declaration] = STATE(193), @@ -281575,7 +281575,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [789] = { [sym__subsection_declaration] = STATE(187), @@ -281873,7 +281873,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [790] = { [sym__subsubsection_declaration] = STATE(193), @@ -282171,7 +282171,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5773), [anon_sym_BSLASHtext] = ACTIONS(5773), [anon_sym_BSLASHintertext] = ACTIONS(5773), - [anon_sym_shortintertext] = ACTIONS(5773), + [anon_sym_BSLASHshortintertext] = ACTIONS(5773), }, [791] = { [sym__chapter_declaration] = STATE(167), @@ -282469,7 +282469,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [792] = { [sym__section_declaration] = STATE(175), @@ -282767,7 +282767,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [793] = { [sym__subsection_declaration] = STATE(188), @@ -283065,7 +283065,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [794] = { [sym__subsubsection_declaration] = STATE(199), @@ -283363,7 +283363,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2082), [anon_sym_BSLASHtext] = ACTIONS(2082), [anon_sym_BSLASHintertext] = ACTIONS(2082), - [anon_sym_shortintertext] = ACTIONS(2082), + [anon_sym_BSLASHshortintertext] = ACTIONS(2082), }, [795] = { [sym__subsubsection_declaration] = STATE(199), @@ -283661,7 +283661,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [796] = { [sym__subsubsection_declaration] = STATE(199), @@ -283959,7 +283959,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5845), [anon_sym_BSLASHtext] = ACTIONS(5845), [anon_sym_BSLASHintertext] = ACTIONS(5845), - [anon_sym_shortintertext] = ACTIONS(5845), + [anon_sym_BSLASHshortintertext] = ACTIONS(5845), }, [797] = { [sym__section_declaration] = STATE(175), @@ -284257,7 +284257,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [798] = { [sym__subsection_declaration] = STATE(188), @@ -284555,7 +284555,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [799] = { [sym__subsubsection_declaration] = STATE(199), @@ -284853,7 +284853,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2092), [anon_sym_BSLASHtext] = ACTIONS(2092), [anon_sym_BSLASHintertext] = ACTIONS(2092), - [anon_sym_shortintertext] = ACTIONS(2092), + [anon_sym_BSLASHshortintertext] = ACTIONS(2092), }, [800] = { [sym__subsubsection_declaration] = STATE(199), @@ -285151,7 +285151,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5841), [anon_sym_BSLASHtext] = ACTIONS(5841), [anon_sym_BSLASHintertext] = ACTIONS(5841), - [anon_sym_shortintertext] = ACTIONS(5841), + [anon_sym_BSLASHshortintertext] = ACTIONS(5841), }, [801] = { [sym__subsection_declaration] = STATE(188), @@ -285449,7 +285449,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5841), [anon_sym_BSLASHtext] = ACTIONS(5841), [anon_sym_BSLASHintertext] = ACTIONS(5841), - [anon_sym_shortintertext] = ACTIONS(5841), + [anon_sym_BSLASHshortintertext] = ACTIONS(5841), }, [802] = { [sym__subsection_declaration] = STATE(188), @@ -285747,7 +285747,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2120), [anon_sym_BSLASHtext] = ACTIONS(2120), [anon_sym_BSLASHintertext] = ACTIONS(2120), - [anon_sym_shortintertext] = ACTIONS(2120), + [anon_sym_BSLASHshortintertext] = ACTIONS(2120), }, [803] = { [sym__subsubsection_declaration] = STATE(199), @@ -286045,7 +286045,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2120), [anon_sym_BSLASHtext] = ACTIONS(2120), [anon_sym_BSLASHintertext] = ACTIONS(2120), - [anon_sym_shortintertext] = ACTIONS(2120), + [anon_sym_BSLASHshortintertext] = ACTIONS(2120), }, [804] = { [sym__subsubsection_declaration] = STATE(199), @@ -286343,7 +286343,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5837), [anon_sym_BSLASHtext] = ACTIONS(5837), [anon_sym_BSLASHintertext] = ACTIONS(5837), - [anon_sym_shortintertext] = ACTIONS(5837), + [anon_sym_BSLASHshortintertext] = ACTIONS(5837), }, [805] = { [sym__subsubsection_declaration] = STATE(199), @@ -286641,7 +286641,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2146), [anon_sym_BSLASHtext] = ACTIONS(2146), [anon_sym_BSLASHintertext] = ACTIONS(2146), - [anon_sym_shortintertext] = ACTIONS(2146), + [anon_sym_BSLASHshortintertext] = ACTIONS(2146), }, [806] = { [sym__subsubsection_declaration] = STATE(199), @@ -286939,7 +286939,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2146), [anon_sym_BSLASHtext] = ACTIONS(2146), [anon_sym_BSLASHintertext] = ACTIONS(2146), - [anon_sym_shortintertext] = ACTIONS(2146), + [anon_sym_BSLASHshortintertext] = ACTIONS(2146), }, [807] = { [sym__subsection_declaration] = STATE(188), @@ -287237,7 +287237,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5837), [anon_sym_BSLASHtext] = ACTIONS(5837), [anon_sym_BSLASHintertext] = ACTIONS(5837), - [anon_sym_shortintertext] = ACTIONS(5837), + [anon_sym_BSLASHshortintertext] = ACTIONS(5837), }, [808] = { [sym__enum_itemdeclaration] = STATE(232), @@ -287535,7 +287535,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5917), [anon_sym_BSLASHtext] = ACTIONS(5917), [anon_sym_BSLASHintertext] = ACTIONS(5917), - [anon_sym_shortintertext] = ACTIONS(5917), + [anon_sym_BSLASHshortintertext] = ACTIONS(5917), }, [809] = { [sym__section_declaration] = STATE(175), @@ -287833,7 +287833,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5837), [anon_sym_BSLASHtext] = ACTIONS(5837), [anon_sym_BSLASHintertext] = ACTIONS(5837), - [anon_sym_shortintertext] = ACTIONS(5837), + [anon_sym_BSLASHshortintertext] = ACTIONS(5837), }, [810] = { [sym__subparagraph_declaration] = STATE(216), @@ -288131,7 +288131,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2184), [anon_sym_BSLASHtext] = ACTIONS(2184), [anon_sym_BSLASHintertext] = ACTIONS(2184), - [anon_sym_shortintertext] = ACTIONS(2184), + [anon_sym_BSLASHshortintertext] = ACTIONS(2184), }, [811] = { [sym__enum_itemdeclaration] = STATE(229), @@ -288429,7 +288429,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2184), [anon_sym_BSLASHtext] = ACTIONS(2184), [anon_sym_BSLASHintertext] = ACTIONS(2184), - [anon_sym_shortintertext] = ACTIONS(2184), + [anon_sym_BSLASHshortintertext] = ACTIONS(2184), }, [812] = { [sym__subsubsection_declaration] = STATE(199), @@ -288727,7 +288727,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [813] = { [sym__enum_itemdeclaration] = STATE(229), @@ -289025,7 +289025,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2198), [anon_sym_BSLASHtext] = ACTIONS(2198), [anon_sym_BSLASHintertext] = ACTIONS(2198), - [anon_sym_shortintertext] = ACTIONS(2198), + [anon_sym_BSLASHshortintertext] = ACTIONS(2198), }, [814] = { [sym__subsection_declaration] = STATE(188), @@ -289323,7 +289323,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [815] = { [sym__section_declaration] = STATE(175), @@ -289621,7 +289621,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [816] = { [sym__chapter_declaration] = STATE(167), @@ -289919,7 +289919,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [817] = { [sym__subsubsection_declaration] = STATE(193), @@ -290217,7 +290217,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5801), [anon_sym_BSLASHtext] = ACTIONS(5801), [anon_sym_BSLASHintertext] = ACTIONS(5801), - [anon_sym_shortintertext] = ACTIONS(5801), + [anon_sym_BSLASHshortintertext] = ACTIONS(5801), }, [818] = { [sym__subsubsection_declaration] = STATE(193), @@ -290515,7 +290515,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5801), [anon_sym_BSLASHtext] = ACTIONS(5801), [anon_sym_BSLASHintertext] = ACTIONS(5801), - [anon_sym_shortintertext] = ACTIONS(5801), + [anon_sym_BSLASHshortintertext] = ACTIONS(5801), }, [819] = { [sym__part_declaration] = STATE(157), @@ -290813,7 +290813,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5887), [anon_sym_BSLASHtext] = ACTIONS(5887), [anon_sym_BSLASHintertext] = ACTIONS(5887), - [anon_sym_shortintertext] = ACTIONS(5887), + [anon_sym_BSLASHshortintertext] = ACTIONS(5887), }, [820] = { [sym__chapter_declaration] = STATE(167), @@ -291111,7 +291111,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5781), [anon_sym_BSLASHtext] = ACTIONS(5781), [anon_sym_BSLASHintertext] = ACTIONS(5781), - [anon_sym_shortintertext] = ACTIONS(5781), + [anon_sym_BSLASHshortintertext] = ACTIONS(5781), }, [821] = { [sym__section_declaration] = STATE(175), @@ -291409,7 +291409,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5877), [anon_sym_BSLASHtext] = ACTIONS(5877), [anon_sym_BSLASHintertext] = ACTIONS(5877), - [anon_sym_shortintertext] = ACTIONS(5877), + [anon_sym_BSLASHshortintertext] = ACTIONS(5877), }, [822] = { [sym__subsection_declaration] = STATE(188), @@ -291707,7 +291707,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5863), [anon_sym_BSLASHtext] = ACTIONS(5863), [anon_sym_BSLASHintertext] = ACTIONS(5863), - [anon_sym_shortintertext] = ACTIONS(5863), + [anon_sym_BSLASHshortintertext] = ACTIONS(5863), }, [823] = { [sym__subsubsection_declaration] = STATE(199), @@ -292005,7 +292005,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5853), [anon_sym_BSLASHtext] = ACTIONS(5853), [anon_sym_BSLASHintertext] = ACTIONS(5853), - [anon_sym_shortintertext] = ACTIONS(5853), + [anon_sym_BSLASHshortintertext] = ACTIONS(5853), }, [824] = { [sym__paragraph_declaration] = STATE(205), @@ -292303,7 +292303,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5827), [anon_sym_BSLASHtext] = ACTIONS(5827), [anon_sym_BSLASHintertext] = ACTIONS(5827), - [anon_sym_shortintertext] = ACTIONS(5827), + [anon_sym_BSLASHshortintertext] = ACTIONS(5827), }, [825] = { [sym__subparagraph_declaration] = STATE(216), @@ -292601,7 +292601,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5791), [anon_sym_BSLASHtext] = ACTIONS(5791), [anon_sym_BSLASHintertext] = ACTIONS(5791), - [anon_sym_shortintertext] = ACTIONS(5791), + [anon_sym_BSLASHshortintertext] = ACTIONS(5791), }, [826] = { [sym__enum_itemdeclaration] = STATE(229), @@ -292899,7 +292899,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5817), [anon_sym_BSLASHtext] = ACTIONS(5817), [anon_sym_BSLASHintertext] = ACTIONS(5817), - [anon_sym_shortintertext] = ACTIONS(5817), + [anon_sym_BSLASHshortintertext] = ACTIONS(5817), }, [827] = { [sym__subsubsection_declaration] = STATE(193), @@ -293197,7 +293197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5801), [anon_sym_BSLASHtext] = ACTIONS(5801), [anon_sym_BSLASHintertext] = ACTIONS(5801), - [anon_sym_shortintertext] = ACTIONS(5801), + [anon_sym_BSLASHshortintertext] = ACTIONS(5801), }, [828] = { [sym__subparagraph_declaration] = STATE(219), @@ -293495,7 +293495,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5805), [anon_sym_BSLASHtext] = ACTIONS(5805), [anon_sym_BSLASHintertext] = ACTIONS(5805), - [anon_sym_shortintertext] = ACTIONS(5805), + [anon_sym_BSLASHshortintertext] = ACTIONS(5805), }, [829] = { [sym__enum_itemdeclaration] = STATE(228), @@ -293793,7 +293793,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5805), [anon_sym_BSLASHtext] = ACTIONS(5805), [anon_sym_BSLASHintertext] = ACTIONS(5805), - [anon_sym_shortintertext] = ACTIONS(5805), + [anon_sym_BSLASHshortintertext] = ACTIONS(5805), }, [830] = { [sym__enum_itemdeclaration] = STATE(228), @@ -294091,7 +294091,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5809), [anon_sym_BSLASHtext] = ACTIONS(5809), [anon_sym_BSLASHintertext] = ACTIONS(5809), - [anon_sym_shortintertext] = ACTIONS(5809), + [anon_sym_BSLASHshortintertext] = ACTIONS(5809), }, [831] = { [sym__chapter_declaration] = STATE(169), @@ -294389,7 +294389,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [832] = { [sym__section_declaration] = STATE(176), @@ -294687,7 +294687,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [833] = { [sym__subsection_declaration] = STATE(187), @@ -294985,7 +294985,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [834] = { [sym__subparagraph_declaration] = STATE(220), @@ -295283,7 +295283,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5917), [anon_sym_BSLASHtext] = ACTIONS(5917), [anon_sym_BSLASHintertext] = ACTIONS(5917), - [anon_sym_shortintertext] = ACTIONS(5917), + [anon_sym_BSLASHshortintertext] = ACTIONS(5917), }, [835] = { [sym__subsubsection_declaration] = STATE(193), @@ -295581,7 +295581,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5813), [anon_sym_BSLASHtext] = ACTIONS(5813), [anon_sym_BSLASHintertext] = ACTIONS(5813), - [anon_sym_shortintertext] = ACTIONS(5813), + [anon_sym_BSLASHshortintertext] = ACTIONS(5813), }, [836] = { [sym__subsection_declaration] = STATE(188), @@ -295879,7 +295879,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [837] = { [sym__section_declaration] = STATE(176), @@ -296177,7 +296177,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5837), [anon_sym_BSLASHtext] = ACTIONS(5837), [anon_sym_BSLASHintertext] = ACTIONS(5837), - [anon_sym_shortintertext] = ACTIONS(5837), + [anon_sym_BSLASHshortintertext] = ACTIONS(5837), }, [838] = { [sym__subsection_declaration] = STATE(187), @@ -296475,7 +296475,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5837), [anon_sym_BSLASHtext] = ACTIONS(5837), [anon_sym_BSLASHintertext] = ACTIONS(5837), - [anon_sym_shortintertext] = ACTIONS(5837), + [anon_sym_BSLASHshortintertext] = ACTIONS(5837), }, [839] = { [sym__paragraph_declaration] = STATE(208), @@ -296773,7 +296773,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5917), [anon_sym_BSLASHtext] = ACTIONS(5917), [anon_sym_BSLASHintertext] = ACTIONS(5917), - [anon_sym_shortintertext] = ACTIONS(5917), + [anon_sym_BSLASHshortintertext] = ACTIONS(5917), }, [840] = { [sym__subsubsection_declaration] = STATE(198), @@ -297071,7 +297071,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [841] = { [sym__subsubsection_declaration] = STATE(193), @@ -297369,7 +297369,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5837), [anon_sym_BSLASHtext] = ACTIONS(5837), [anon_sym_BSLASHintertext] = ACTIONS(5837), - [anon_sym_shortintertext] = ACTIONS(5837), + [anon_sym_BSLASHshortintertext] = ACTIONS(5837), }, [842] = { [sym__subsection_declaration] = STATE(187), @@ -297667,7 +297667,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5841), [anon_sym_BSLASHtext] = ACTIONS(5841), [anon_sym_BSLASHintertext] = ACTIONS(5841), - [anon_sym_shortintertext] = ACTIONS(5841), + [anon_sym_BSLASHshortintertext] = ACTIONS(5841), }, [843] = { [sym_curly_group] = STATE(902), @@ -297965,7 +297965,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5921), [anon_sym_BSLASHtext] = ACTIONS(5921), [anon_sym_BSLASHintertext] = ACTIONS(5921), - [anon_sym_shortintertext] = ACTIONS(5921), + [anon_sym_BSLASHshortintertext] = ACTIONS(5921), }, [844] = { [sym__subsection_declaration] = STATE(186), @@ -298263,7 +298263,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [845] = { [sym__section_declaration] = STATE(174), @@ -298561,7 +298561,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [846] = { [sym__chapter_declaration] = STATE(164), @@ -298859,7 +298859,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [847] = { [sym__part_declaration] = STATE(155), @@ -299157,7 +299157,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5777), [anon_sym_BSLASHtext] = ACTIONS(5777), [anon_sym_BSLASHintertext] = ACTIONS(5777), - [anon_sym_shortintertext] = ACTIONS(5777), + [anon_sym_BSLASHshortintertext] = ACTIONS(5777), }, [848] = { [sym__subsubsection_declaration] = STATE(193), @@ -299455,7 +299455,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5841), [anon_sym_BSLASHtext] = ACTIONS(5841), [anon_sym_BSLASHintertext] = ACTIONS(5841), - [anon_sym_shortintertext] = ACTIONS(5841), + [anon_sym_BSLASHshortintertext] = ACTIONS(5841), }, [849] = { [sym__subsubsection_declaration] = STATE(193), @@ -299753,7 +299753,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5845), [anon_sym_BSLASHtext] = ACTIONS(5845), [anon_sym_BSLASHintertext] = ACTIONS(5845), - [anon_sym_shortintertext] = ACTIONS(5845), + [anon_sym_BSLASHshortintertext] = ACTIONS(5845), }, [850] = { [sym__section_declaration] = STATE(175), @@ -300051,7 +300051,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [851] = { [sym_curly_group] = STATE(863), @@ -300349,7 +300349,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5928), [anon_sym_BSLASHtext] = ACTIONS(5928), [anon_sym_BSLASHintertext] = ACTIONS(5928), - [anon_sym_shortintertext] = ACTIONS(5928), + [anon_sym_BSLASHshortintertext] = ACTIONS(5928), }, [852] = { [sym__subsubsection_declaration] = STATE(199), @@ -300647,7 +300647,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5801), [anon_sym_BSLASHtext] = ACTIONS(5801), [anon_sym_BSLASHintertext] = ACTIONS(5801), - [anon_sym_shortintertext] = ACTIONS(5801), + [anon_sym_BSLASHshortintertext] = ACTIONS(5801), }, [853] = { [sym__section_part] = STATE(1399), @@ -300945,7 +300945,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5873), [anon_sym_BSLASHtext] = ACTIONS(5873), [anon_sym_BSLASHintertext] = ACTIONS(5873), - [anon_sym_shortintertext] = ACTIONS(5873), + [anon_sym_BSLASHshortintertext] = ACTIONS(5873), }, [854] = { [sym__chapter_declaration] = STATE(167), @@ -301243,7 +301243,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5495), [anon_sym_BSLASHtext] = ACTIONS(5495), [anon_sym_BSLASHintertext] = ACTIONS(5495), - [anon_sym_shortintertext] = ACTIONS(5495), + [anon_sym_BSLASHshortintertext] = ACTIONS(5495), }, [855] = { [sym__subparagraph_declaration] = STATE(216), @@ -301541,7 +301541,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5805), [anon_sym_BSLASHtext] = ACTIONS(5805), [anon_sym_BSLASHintertext] = ACTIONS(5805), - [anon_sym_shortintertext] = ACTIONS(5805), + [anon_sym_BSLASHshortintertext] = ACTIONS(5805), }, [856] = { [sym__enum_itemdeclaration] = STATE(229), @@ -301839,7 +301839,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5805), [anon_sym_BSLASHtext] = ACTIONS(5805), [anon_sym_BSLASHintertext] = ACTIONS(5805), - [anon_sym_shortintertext] = ACTIONS(5805), + [anon_sym_BSLASHshortintertext] = ACTIONS(5805), }, [857] = { [sym__enum_itemdeclaration] = STATE(229), @@ -302137,7 +302137,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5809), [anon_sym_BSLASHtext] = ACTIONS(5809), [anon_sym_BSLASHintertext] = ACTIONS(5809), - [anon_sym_shortintertext] = ACTIONS(5809), + [anon_sym_BSLASHshortintertext] = ACTIONS(5809), }, [858] = { [sym_curly_group] = STATE(1349), @@ -302434,7 +302434,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5942), [anon_sym_BSLASHtext] = ACTIONS(5942), [anon_sym_BSLASHintertext] = ACTIONS(5942), - [anon_sym_shortintertext] = ACTIONS(5942), + [anon_sym_BSLASHshortintertext] = ACTIONS(5942), }, [859] = { [sym_curly_group] = STATE(887), @@ -302731,7 +302731,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5928), [anon_sym_BSLASHtext] = ACTIONS(5928), [anon_sym_BSLASHintertext] = ACTIONS(5928), - [anon_sym_shortintertext] = ACTIONS(5928), + [anon_sym_BSLASHshortintertext] = ACTIONS(5928), }, [860] = { [sym_command_name] = ACTIONS(5946), @@ -303027,7 +303027,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5946), [anon_sym_BSLASHtext] = ACTIONS(5946), [anon_sym_BSLASHintertext] = ACTIONS(5946), - [anon_sym_shortintertext] = ACTIONS(5946), + [anon_sym_BSLASHshortintertext] = ACTIONS(5946), [sym__trivia_raw_fi] = ACTIONS(6679), }, [861] = { @@ -303325,7 +303325,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5921), [anon_sym_BSLASHtext] = ACTIONS(5921), [anon_sym_BSLASHintertext] = ACTIONS(5921), - [anon_sym_shortintertext] = ACTIONS(5921), + [anon_sym_BSLASHshortintertext] = ACTIONS(5921), }, [862] = { [sym_curly_group] = STATE(1379), @@ -303622,7 +303622,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5934), [anon_sym_BSLASHtext] = ACTIONS(5934), [anon_sym_BSLASHintertext] = ACTIONS(5934), - [anon_sym_shortintertext] = ACTIONS(5934), + [anon_sym_BSLASHshortintertext] = ACTIONS(5934), }, [863] = { [sym_brack_group_text] = STATE(967), @@ -303919,7 +303919,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5970), [anon_sym_BSLASHtext] = ACTIONS(5970), [anon_sym_BSLASHintertext] = ACTIONS(5970), - [anon_sym_shortintertext] = ACTIONS(5970), + [anon_sym_BSLASHshortintertext] = ACTIONS(5970), }, [864] = { [sym_command_name] = ACTIONS(5946), @@ -304215,7 +304215,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5946), [anon_sym_BSLASHtext] = ACTIONS(5946), [anon_sym_BSLASHintertext] = ACTIONS(5946), - [anon_sym_shortintertext] = ACTIONS(5946), + [anon_sym_BSLASHshortintertext] = ACTIONS(5946), [sym__trivia_raw_fi] = ACTIONS(6686), }, [865] = { @@ -304513,7 +304513,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5928), [anon_sym_BSLASHtext] = ACTIONS(5928), [anon_sym_BSLASHintertext] = ACTIONS(5928), - [anon_sym_shortintertext] = ACTIONS(5928), + [anon_sym_BSLASHshortintertext] = ACTIONS(5928), }, [866] = { [sym_curly_group] = STATE(1349), @@ -304810,7 +304810,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5934), [anon_sym_BSLASHtext] = ACTIONS(5934), [anon_sym_BSLASHintertext] = ACTIONS(5934), - [anon_sym_shortintertext] = ACTIONS(5934), + [anon_sym_BSLASHshortintertext] = ACTIONS(5934), }, [867] = { [sym_brack_group_text] = STATE(978), @@ -305107,7 +305107,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5974), [anon_sym_BSLASHtext] = ACTIONS(5974), [anon_sym_BSLASHintertext] = ACTIONS(5974), - [anon_sym_shortintertext] = ACTIONS(5974), + [anon_sym_BSLASHshortintertext] = ACTIONS(5974), }, [868] = { [sym_curly_group] = STATE(1379), @@ -305404,7 +305404,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5942), [anon_sym_BSLASHtext] = ACTIONS(5942), [anon_sym_BSLASHintertext] = ACTIONS(5942), - [anon_sym_shortintertext] = ACTIONS(5942), + [anon_sym_BSLASHshortintertext] = ACTIONS(5942), }, [869] = { [sym_curly_group] = STATE(918), @@ -305701,7 +305701,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5938), [anon_sym_BSLASHtext] = ACTIONS(5938), [anon_sym_BSLASHintertext] = ACTIONS(5938), - [anon_sym_shortintertext] = ACTIONS(5938), + [anon_sym_BSLASHshortintertext] = ACTIONS(5938), }, [870] = { [sym_curly_group] = STATE(962), @@ -305998,7 +305998,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5928), [anon_sym_BSLASHtext] = ACTIONS(5928), [anon_sym_BSLASHintertext] = ACTIONS(5928), - [anon_sym_shortintertext] = ACTIONS(5928), + [anon_sym_BSLASHshortintertext] = ACTIONS(5928), }, [871] = { [sym_command_name] = ACTIONS(5946), @@ -306294,7 +306294,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5946), [anon_sym_BSLASHtext] = ACTIONS(5946), [anon_sym_BSLASHintertext] = ACTIONS(5946), - [anon_sym_shortintertext] = ACTIONS(5946), + [anon_sym_BSLASHshortintertext] = ACTIONS(5946), [sym__trivia_raw_fi] = ACTIONS(6690), }, [872] = { @@ -306592,7 +306592,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5921), [anon_sym_BSLASHtext] = ACTIONS(5921), [anon_sym_BSLASHintertext] = ACTIONS(5921), - [anon_sym_shortintertext] = ACTIONS(5921), + [anon_sym_BSLASHshortintertext] = ACTIONS(5921), }, [873] = { [sym_curly_group] = STATE(1054), @@ -306889,7 +306889,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5921), [anon_sym_BSLASHtext] = ACTIONS(5921), [anon_sym_BSLASHintertext] = ACTIONS(5921), - [anon_sym_shortintertext] = ACTIONS(5921), + [anon_sym_BSLASHshortintertext] = ACTIONS(5921), }, [874] = { [sym_curly_group] = STATE(926), @@ -307186,7 +307186,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5938), [anon_sym_BSLASHtext] = ACTIONS(5938), [anon_sym_BSLASHintertext] = ACTIONS(5938), - [anon_sym_shortintertext] = ACTIONS(5938), + [anon_sym_BSLASHshortintertext] = ACTIONS(5938), }, [875] = { [sym_curly_group] = STATE(1054), @@ -307483,7 +307483,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5942), [anon_sym_BSLASHtext] = ACTIONS(5942), [anon_sym_BSLASHintertext] = ACTIONS(5942), - [anon_sym_shortintertext] = ACTIONS(5942), + [anon_sym_BSLASHshortintertext] = ACTIONS(5942), }, [876] = { [sym_curly_group] = STATE(905), @@ -307780,7 +307780,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5954), [anon_sym_BSLASHtext] = ACTIONS(5954), [anon_sym_BSLASHintertext] = ACTIONS(5954), - [anon_sym_shortintertext] = ACTIONS(5954), + [anon_sym_BSLASHshortintertext] = ACTIONS(5954), }, [877] = { [sym_brack_group_text] = STATE(995), @@ -308077,7 +308077,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5958), [anon_sym_BSLASHtext] = ACTIONS(5958), [anon_sym_BSLASHintertext] = ACTIONS(5958), - [anon_sym_shortintertext] = ACTIONS(5958), + [anon_sym_BSLASHshortintertext] = ACTIONS(5958), }, [878] = { [sym_curly_group] = STATE(1005), @@ -308374,7 +308374,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5938), [anon_sym_BSLASHtext] = ACTIONS(5938), [anon_sym_BSLASHintertext] = ACTIONS(5938), - [anon_sym_shortintertext] = ACTIONS(5938), + [anon_sym_BSLASHshortintertext] = ACTIONS(5938), }, [879] = { [sym_curly_group] = STATE(1054), @@ -308671,7 +308671,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5934), [anon_sym_BSLASHtext] = ACTIONS(5934), [anon_sym_BSLASHintertext] = ACTIONS(5934), - [anon_sym_shortintertext] = ACTIONS(5934), + [anon_sym_BSLASHshortintertext] = ACTIONS(5934), }, [880] = { [sym_curly_group] = STATE(993), @@ -308968,7 +308968,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5978), [anon_sym_BSLASHtext] = ACTIONS(5978), [anon_sym_BSLASHintertext] = ACTIONS(5978), - [anon_sym_shortintertext] = ACTIONS(5978), + [anon_sym_BSLASHshortintertext] = ACTIONS(5978), }, [881] = { [ts_builtin_sym_end] = ACTIONS(5968), @@ -309265,7 +309265,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5964), [anon_sym_BSLASHtext] = ACTIONS(5964), [anon_sym_BSLASHintertext] = ACTIONS(5964), - [anon_sym_shortintertext] = ACTIONS(5964), + [anon_sym_BSLASHshortintertext] = ACTIONS(5964), }, [882] = { [ts_builtin_sym_end] = ACTIONS(6468), @@ -309561,7 +309561,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6466), [anon_sym_BSLASHtext] = ACTIONS(6466), [anon_sym_BSLASHintertext] = ACTIONS(6466), - [anon_sym_shortintertext] = ACTIONS(6466), + [anon_sym_BSLASHshortintertext] = ACTIONS(6466), }, [883] = { [ts_builtin_sym_end] = ACTIONS(6512), @@ -309857,7 +309857,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6510), [anon_sym_BSLASHtext] = ACTIONS(6510), [anon_sym_BSLASHintertext] = ACTIONS(6510), - [anon_sym_shortintertext] = ACTIONS(6510), + [anon_sym_BSLASHshortintertext] = ACTIONS(6510), }, [884] = { [ts_builtin_sym_end] = ACTIONS(6288), @@ -310153,7 +310153,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6286), [anon_sym_BSLASHtext] = ACTIONS(6286), [anon_sym_BSLASHintertext] = ACTIONS(6286), - [anon_sym_shortintertext] = ACTIONS(6286), + [anon_sym_BSLASHshortintertext] = ACTIONS(6286), }, [885] = { [sym_brack_group_text] = STATE(1389), @@ -310449,7 +310449,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5958), [anon_sym_BSLASHtext] = ACTIONS(5958), [anon_sym_BSLASHintertext] = ACTIONS(5958), - [anon_sym_shortintertext] = ACTIONS(5958), + [anon_sym_BSLASHshortintertext] = ACTIONS(5958), }, [886] = { [ts_builtin_sym_end] = ACTIONS(6284), @@ -310745,7 +310745,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6282), [anon_sym_BSLASHtext] = ACTIONS(6282), [anon_sym_BSLASHintertext] = ACTIONS(6282), - [anon_sym_shortintertext] = ACTIONS(6282), + [anon_sym_BSLASHshortintertext] = ACTIONS(6282), }, [887] = { [sym_brack_group_text] = STATE(1128), @@ -311041,7 +311041,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5970), [anon_sym_BSLASHtext] = ACTIONS(5970), [anon_sym_BSLASHintertext] = ACTIONS(5970), - [anon_sym_shortintertext] = ACTIONS(5970), + [anon_sym_BSLASHshortintertext] = ACTIONS(5970), }, [888] = { [ts_builtin_sym_end] = ACTIONS(6280), @@ -311337,7 +311337,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6278), [anon_sym_BSLASHtext] = ACTIONS(6278), [anon_sym_BSLASHintertext] = ACTIONS(6278), - [anon_sym_shortintertext] = ACTIONS(6278), + [anon_sym_BSLASHshortintertext] = ACTIONS(6278), }, [889] = { [ts_builtin_sym_end] = ACTIONS(6276), @@ -311633,7 +311633,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6274), [anon_sym_BSLASHtext] = ACTIONS(6274), [anon_sym_BSLASHintertext] = ACTIONS(6274), - [anon_sym_shortintertext] = ACTIONS(6274), + [anon_sym_BSLASHshortintertext] = ACTIONS(6274), }, [890] = { [ts_builtin_sym_end] = ACTIONS(6272), @@ -311929,7 +311929,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6270), [anon_sym_BSLASHtext] = ACTIONS(6270), [anon_sym_BSLASHintertext] = ACTIONS(6270), - [anon_sym_shortintertext] = ACTIONS(6270), + [anon_sym_BSLASHshortintertext] = ACTIONS(6270), }, [891] = { [ts_builtin_sym_end] = ACTIONS(6268), @@ -312225,7 +312225,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6266), [anon_sym_BSLASHtext] = ACTIONS(6266), [anon_sym_BSLASHintertext] = ACTIONS(6266), - [anon_sym_shortintertext] = ACTIONS(6266), + [anon_sym_BSLASHshortintertext] = ACTIONS(6266), }, [892] = { [ts_builtin_sym_end] = ACTIONS(6264), @@ -312521,7 +312521,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6262), [anon_sym_BSLASHtext] = ACTIONS(6262), [anon_sym_BSLASHintertext] = ACTIONS(6262), - [anon_sym_shortintertext] = ACTIONS(6262), + [anon_sym_BSLASHshortintertext] = ACTIONS(6262), }, [893] = { [ts_builtin_sym_end] = ACTIONS(147), @@ -312817,7 +312817,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [894] = { [ts_builtin_sym_end] = ACTIONS(6260), @@ -313113,7 +313113,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6258), [anon_sym_BSLASHtext] = ACTIONS(6258), [anon_sym_BSLASHintertext] = ACTIONS(6258), - [anon_sym_shortintertext] = ACTIONS(6258), + [anon_sym_BSLASHshortintertext] = ACTIONS(6258), }, [895] = { [ts_builtin_sym_end] = ACTIONS(163), @@ -313409,7 +313409,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [896] = { [ts_builtin_sym_end] = ACTIONS(6416), @@ -313705,7 +313705,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6414), [anon_sym_BSLASHtext] = ACTIONS(6414), [anon_sym_BSLASHintertext] = ACTIONS(6414), - [anon_sym_shortintertext] = ACTIONS(6414), + [anon_sym_BSLASHshortintertext] = ACTIONS(6414), }, [897] = { [ts_builtin_sym_end] = ACTIONS(6256), @@ -314001,7 +314001,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6254), [anon_sym_BSLASHtext] = ACTIONS(6254), [anon_sym_BSLASHintertext] = ACTIONS(6254), - [anon_sym_shortintertext] = ACTIONS(6254), + [anon_sym_BSLASHshortintertext] = ACTIONS(6254), }, [898] = { [ts_builtin_sym_end] = ACTIONS(6312), @@ -314297,7 +314297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6310), [anon_sym_BSLASHtext] = ACTIONS(6310), [anon_sym_BSLASHintertext] = ACTIONS(6310), - [anon_sym_shortintertext] = ACTIONS(6310), + [anon_sym_BSLASHshortintertext] = ACTIONS(6310), }, [899] = { [ts_builtin_sym_end] = ACTIONS(6220), @@ -314593,7 +314593,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6218), [anon_sym_BSLASHtext] = ACTIONS(6218), [anon_sym_BSLASHintertext] = ACTIONS(6218), - [anon_sym_shortintertext] = ACTIONS(6218), + [anon_sym_BSLASHshortintertext] = ACTIONS(6218), }, [900] = { [ts_builtin_sym_end] = ACTIONS(6500), @@ -314889,7 +314889,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6498), [anon_sym_BSLASHtext] = ACTIONS(6498), [anon_sym_BSLASHintertext] = ACTIONS(6498), - [anon_sym_shortintertext] = ACTIONS(6498), + [anon_sym_BSLASHshortintertext] = ACTIONS(6498), }, [901] = { [ts_builtin_sym_end] = ACTIONS(6102), @@ -315185,7 +315185,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6100), [anon_sym_BSLASHtext] = ACTIONS(6100), [anon_sym_BSLASHintertext] = ACTIONS(6100), - [anon_sym_shortintertext] = ACTIONS(6100), + [anon_sym_BSLASHshortintertext] = ACTIONS(6100), }, [902] = { [ts_builtin_sym_end] = ACTIONS(6320), @@ -315481,7 +315481,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6318), [anon_sym_BSLASHtext] = ACTIONS(6318), [anon_sym_BSLASHintertext] = ACTIONS(6318), - [anon_sym_shortintertext] = ACTIONS(6318), + [anon_sym_BSLASHshortintertext] = ACTIONS(6318), }, [903] = { [ts_builtin_sym_end] = ACTIONS(6012), @@ -315777,7 +315777,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6010), [anon_sym_BSLASHtext] = ACTIONS(6010), [anon_sym_BSLASHintertext] = ACTIONS(6010), - [anon_sym_shortintertext] = ACTIONS(6010), + [anon_sym_BSLASHshortintertext] = ACTIONS(6010), }, [904] = { [ts_builtin_sym_end] = ACTIONS(6062), @@ -316073,7 +316073,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6060), [anon_sym_BSLASHtext] = ACTIONS(6060), [anon_sym_BSLASHintertext] = ACTIONS(6060), - [anon_sym_shortintertext] = ACTIONS(6060), + [anon_sym_BSLASHshortintertext] = ACTIONS(6060), }, [905] = { [ts_builtin_sym_end] = ACTIONS(6066), @@ -316369,7 +316369,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6064), [anon_sym_BSLASHtext] = ACTIONS(6064), [anon_sym_BSLASHintertext] = ACTIONS(6064), - [anon_sym_shortintertext] = ACTIONS(6064), + [anon_sym_BSLASHshortintertext] = ACTIONS(6064), }, [906] = { [ts_builtin_sym_end] = ACTIONS(6110), @@ -316665,7 +316665,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6108), [anon_sym_BSLASHtext] = ACTIONS(6108), [anon_sym_BSLASHintertext] = ACTIONS(6108), - [anon_sym_shortintertext] = ACTIONS(6108), + [anon_sym_BSLASHshortintertext] = ACTIONS(6108), }, [907] = { [sym_curly_group] = STATE(1202), @@ -316961,7 +316961,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5954), [anon_sym_BSLASHtext] = ACTIONS(5954), [anon_sym_BSLASHintertext] = ACTIONS(5954), - [anon_sym_shortintertext] = ACTIONS(5954), + [anon_sym_BSLASHshortintertext] = ACTIONS(5954), }, [908] = { [ts_builtin_sym_end] = ACTIONS(6516), @@ -317257,7 +317257,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6514), [anon_sym_BSLASHtext] = ACTIONS(6514), [anon_sym_BSLASHintertext] = ACTIONS(6514), - [anon_sym_shortintertext] = ACTIONS(6514), + [anon_sym_BSLASHshortintertext] = ACTIONS(6514), }, [909] = { [ts_builtin_sym_end] = ACTIONS(6520), @@ -317553,7 +317553,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6518), [anon_sym_BSLASHtext] = ACTIONS(6518), [anon_sym_BSLASHintertext] = ACTIONS(6518), - [anon_sym_shortintertext] = ACTIONS(6518), + [anon_sym_BSLASHshortintertext] = ACTIONS(6518), }, [910] = { [ts_builtin_sym_end] = ACTIONS(6496), @@ -317849,7 +317849,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6494), [anon_sym_BSLASHtext] = ACTIONS(6494), [anon_sym_BSLASHintertext] = ACTIONS(6494), - [anon_sym_shortintertext] = ACTIONS(6494), + [anon_sym_BSLASHshortintertext] = ACTIONS(6494), }, [911] = { [ts_builtin_sym_end] = ACTIONS(6216), @@ -318145,7 +318145,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6214), [anon_sym_BSLASHtext] = ACTIONS(6214), [anon_sym_BSLASHintertext] = ACTIONS(6214), - [anon_sym_shortintertext] = ACTIONS(6214), + [anon_sym_BSLASHshortintertext] = ACTIONS(6214), }, [912] = { [ts_builtin_sym_end] = ACTIONS(6212), @@ -318441,7 +318441,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6210), [anon_sym_BSLASHtext] = ACTIONS(6210), [anon_sym_BSLASHintertext] = ACTIONS(6210), - [anon_sym_shortintertext] = ACTIONS(6210), + [anon_sym_BSLASHshortintertext] = ACTIONS(6210), }, [913] = { [ts_builtin_sym_end] = ACTIONS(6208), @@ -318737,7 +318737,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6206), [anon_sym_BSLASHtext] = ACTIONS(6206), [anon_sym_BSLASHintertext] = ACTIONS(6206), - [anon_sym_shortintertext] = ACTIONS(6206), + [anon_sym_BSLASHshortintertext] = ACTIONS(6206), }, [914] = { [ts_builtin_sym_end] = ACTIONS(6204), @@ -319033,7 +319033,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6202), [anon_sym_BSLASHtext] = ACTIONS(6202), [anon_sym_BSLASHintertext] = ACTIONS(6202), - [anon_sym_shortintertext] = ACTIONS(6202), + [anon_sym_BSLASHshortintertext] = ACTIONS(6202), }, [915] = { [ts_builtin_sym_end] = ACTIONS(6200), @@ -319329,7 +319329,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6198), [anon_sym_BSLASHtext] = ACTIONS(6198), [anon_sym_BSLASHintertext] = ACTIONS(6198), - [anon_sym_shortintertext] = ACTIONS(6198), + [anon_sym_BSLASHshortintertext] = ACTIONS(6198), }, [916] = { [ts_builtin_sym_end] = ACTIONS(6292), @@ -319625,7 +319625,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6290), [anon_sym_BSLASHtext] = ACTIONS(6290), [anon_sym_BSLASHintertext] = ACTIONS(6290), - [anon_sym_shortintertext] = ACTIONS(6290), + [anon_sym_BSLASHshortintertext] = ACTIONS(6290), }, [917] = { [ts_builtin_sym_end] = ACTIONS(6196), @@ -319921,7 +319921,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6194), [anon_sym_BSLASHtext] = ACTIONS(6194), [anon_sym_BSLASHintertext] = ACTIONS(6194), - [anon_sym_shortintertext] = ACTIONS(6194), + [anon_sym_BSLASHshortintertext] = ACTIONS(6194), }, [918] = { [sym_brack_group_text] = STATE(1198), @@ -320217,7 +320217,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5974), [anon_sym_BSLASHtext] = ACTIONS(5974), [anon_sym_BSLASHintertext] = ACTIONS(5974), - [anon_sym_shortintertext] = ACTIONS(5974), + [anon_sym_BSLASHshortintertext] = ACTIONS(5974), }, [919] = { [sym_curly_group] = STATE(1193), @@ -320513,7 +320513,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5978), [anon_sym_BSLASHtext] = ACTIONS(5978), [anon_sym_BSLASHintertext] = ACTIONS(5978), - [anon_sym_shortintertext] = ACTIONS(5978), + [anon_sym_BSLASHshortintertext] = ACTIONS(5978), }, [920] = { [sym_curly_group] = STATE(1111), @@ -320809,7 +320809,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5978), [anon_sym_BSLASHtext] = ACTIONS(5978), [anon_sym_BSLASHintertext] = ACTIONS(5978), - [anon_sym_shortintertext] = ACTIONS(5978), + [anon_sym_BSLASHshortintertext] = ACTIONS(5978), }, [921] = { [ts_builtin_sym_end] = ACTIONS(6192), @@ -321105,7 +321105,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6190), [anon_sym_BSLASHtext] = ACTIONS(6190), [anon_sym_BSLASHintertext] = ACTIONS(6190), - [anon_sym_shortintertext] = ACTIONS(6190), + [anon_sym_BSLASHshortintertext] = ACTIONS(6190), }, [922] = { [ts_builtin_sym_end] = ACTIONS(6188), @@ -321401,7 +321401,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6186), [anon_sym_BSLASHtext] = ACTIONS(6186), [anon_sym_BSLASHintertext] = ACTIONS(6186), - [anon_sym_shortintertext] = ACTIONS(6186), + [anon_sym_BSLASHshortintertext] = ACTIONS(6186), }, [923] = { [ts_builtin_sym_end] = ACTIONS(6184), @@ -321697,7 +321697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6182), [anon_sym_BSLASHtext] = ACTIONS(6182), [anon_sym_BSLASHintertext] = ACTIONS(6182), - [anon_sym_shortintertext] = ACTIONS(6182), + [anon_sym_BSLASHshortintertext] = ACTIONS(6182), }, [924] = { [ts_builtin_sym_end] = ACTIONS(6180), @@ -321993,7 +321993,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6178), [anon_sym_BSLASHtext] = ACTIONS(6178), [anon_sym_BSLASHintertext] = ACTIONS(6178), - [anon_sym_shortintertext] = ACTIONS(6178), + [anon_sym_BSLASHshortintertext] = ACTIONS(6178), }, [925] = { [ts_builtin_sym_end] = ACTIONS(6176), @@ -322289,7 +322289,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6174), [anon_sym_BSLASHtext] = ACTIONS(6174), [anon_sym_BSLASHintertext] = ACTIONS(6174), - [anon_sym_shortintertext] = ACTIONS(6174), + [anon_sym_BSLASHshortintertext] = ACTIONS(6174), }, [926] = { [sym_brack_group_text] = STATE(1107), @@ -322585,7 +322585,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5974), [anon_sym_BSLASHtext] = ACTIONS(5974), [anon_sym_BSLASHintertext] = ACTIONS(5974), - [anon_sym_shortintertext] = ACTIONS(5974), + [anon_sym_BSLASHshortintertext] = ACTIONS(5974), }, [927] = { [ts_builtin_sym_end] = ACTIONS(6172), @@ -322881,7 +322881,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6170), [anon_sym_BSLASHtext] = ACTIONS(6170), [anon_sym_BSLASHintertext] = ACTIONS(6170), - [anon_sym_shortintertext] = ACTIONS(6170), + [anon_sym_BSLASHshortintertext] = ACTIONS(6170), }, [928] = { [ts_builtin_sym_end] = ACTIONS(6106), @@ -323177,7 +323177,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6104), [anon_sym_BSLASHtext] = ACTIONS(6104), [anon_sym_BSLASHintertext] = ACTIONS(6104), - [anon_sym_shortintertext] = ACTIONS(6104), + [anon_sym_BSLASHshortintertext] = ACTIONS(6104), }, [929] = { [ts_builtin_sym_end] = ACTIONS(6296), @@ -323473,7 +323473,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6294), [anon_sym_BSLASHtext] = ACTIONS(6294), [anon_sym_BSLASHintertext] = ACTIONS(6294), - [anon_sym_shortintertext] = ACTIONS(6294), + [anon_sym_BSLASHshortintertext] = ACTIONS(6294), }, [930] = { [ts_builtin_sym_end] = ACTIONS(6098), @@ -323769,7 +323769,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6096), [anon_sym_BSLASHtext] = ACTIONS(6096), [anon_sym_BSLASHintertext] = ACTIONS(6096), - [anon_sym_shortintertext] = ACTIONS(6096), + [anon_sym_BSLASHshortintertext] = ACTIONS(6096), }, [931] = { [ts_builtin_sym_end] = ACTIONS(6094), @@ -324065,7 +324065,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6092), [anon_sym_BSLASHtext] = ACTIONS(6092), [anon_sym_BSLASHintertext] = ACTIONS(6092), - [anon_sym_shortintertext] = ACTIONS(6092), + [anon_sym_BSLASHshortintertext] = ACTIONS(6092), }, [932] = { [ts_builtin_sym_end] = ACTIONS(6130), @@ -324361,7 +324361,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6128), [anon_sym_BSLASHtext] = ACTIONS(6128), [anon_sym_BSLASHintertext] = ACTIONS(6128), - [anon_sym_shortintertext] = ACTIONS(6128), + [anon_sym_BSLASHshortintertext] = ACTIONS(6128), }, [933] = { [ts_builtin_sym_end] = ACTIONS(6028), @@ -324657,7 +324657,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6026), [anon_sym_BSLASHtext] = ACTIONS(6026), [anon_sym_BSLASHintertext] = ACTIONS(6026), - [anon_sym_shortintertext] = ACTIONS(6026), + [anon_sym_BSLASHshortintertext] = ACTIONS(6026), }, [934] = { [ts_builtin_sym_end] = ACTIONS(6300), @@ -324953,7 +324953,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6298), [anon_sym_BSLASHtext] = ACTIONS(6298), [anon_sym_BSLASHintertext] = ACTIONS(6298), - [anon_sym_shortintertext] = ACTIONS(6298), + [anon_sym_BSLASHshortintertext] = ACTIONS(6298), }, [935] = { [ts_builtin_sym_end] = ACTIONS(6008), @@ -325249,7 +325249,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6006), [anon_sym_BSLASHtext] = ACTIONS(6006), [anon_sym_BSLASHintertext] = ACTIONS(6006), - [anon_sym_shortintertext] = ACTIONS(6006), + [anon_sym_BSLASHshortintertext] = ACTIONS(6006), }, [936] = { [ts_builtin_sym_end] = ACTIONS(6224), @@ -325545,7 +325545,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6222), [anon_sym_BSLASHtext] = ACTIONS(6222), [anon_sym_BSLASHintertext] = ACTIONS(6222), - [anon_sym_shortintertext] = ACTIONS(6222), + [anon_sym_BSLASHshortintertext] = ACTIONS(6222), }, [937] = { [ts_builtin_sym_end] = ACTIONS(6304), @@ -325841,7 +325841,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6302), [anon_sym_BSLASHtext] = ACTIONS(6302), [anon_sym_BSLASHintertext] = ACTIONS(6302), - [anon_sym_shortintertext] = ACTIONS(6302), + [anon_sym_BSLASHshortintertext] = ACTIONS(6302), }, [938] = { [sym_command_name] = ACTIONS(5964), @@ -326137,7 +326137,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5964), [anon_sym_BSLASHtext] = ACTIONS(5964), [anon_sym_BSLASHintertext] = ACTIONS(5964), - [anon_sym_shortintertext] = ACTIONS(5964), + [anon_sym_BSLASHshortintertext] = ACTIONS(5964), }, [939] = { [ts_builtin_sym_end] = ACTIONS(6004), @@ -326433,7 +326433,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6002), [anon_sym_BSLASHtext] = ACTIONS(6002), [anon_sym_BSLASHintertext] = ACTIONS(6002), - [anon_sym_shortintertext] = ACTIONS(6002), + [anon_sym_BSLASHshortintertext] = ACTIONS(6002), }, [940] = { [ts_builtin_sym_end] = ACTIONS(6070), @@ -326729,7 +326729,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6068), [anon_sym_BSLASHtext] = ACTIONS(6068), [anon_sym_BSLASHintertext] = ACTIONS(6068), - [anon_sym_shortintertext] = ACTIONS(6068), + [anon_sym_BSLASHshortintertext] = ACTIONS(6068), }, [941] = { [ts_builtin_sym_end] = ACTIONS(6000), @@ -327025,7 +327025,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5998), [anon_sym_BSLASHtext] = ACTIONS(5998), [anon_sym_BSLASHintertext] = ACTIONS(5998), - [anon_sym_shortintertext] = ACTIONS(5998), + [anon_sym_BSLASHshortintertext] = ACTIONS(5998), }, [942] = { [ts_builtin_sym_end] = ACTIONS(5996), @@ -327321,7 +327321,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5994), [anon_sym_BSLASHtext] = ACTIONS(5994), [anon_sym_BSLASHintertext] = ACTIONS(5994), - [anon_sym_shortintertext] = ACTIONS(5994), + [anon_sym_BSLASHshortintertext] = ACTIONS(5994), }, [943] = { [ts_builtin_sym_end] = ACTIONS(6316), @@ -327617,7 +327617,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6314), [anon_sym_BSLASHtext] = ACTIONS(6314), [anon_sym_BSLASHintertext] = ACTIONS(6314), - [anon_sym_shortintertext] = ACTIONS(6314), + [anon_sym_BSLASHshortintertext] = ACTIONS(6314), }, [944] = { [ts_builtin_sym_end] = ACTIONS(6372), @@ -327913,7 +327913,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6370), [anon_sym_BSLASHtext] = ACTIONS(6370), [anon_sym_BSLASHintertext] = ACTIONS(6370), - [anon_sym_shortintertext] = ACTIONS(6370), + [anon_sym_BSLASHshortintertext] = ACTIONS(6370), }, [945] = { [ts_builtin_sym_end] = ACTIONS(6118), @@ -328209,7 +328209,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6116), [anon_sym_BSLASHtext] = ACTIONS(6116), [anon_sym_BSLASHintertext] = ACTIONS(6116), - [anon_sym_shortintertext] = ACTIONS(6116), + [anon_sym_BSLASHshortintertext] = ACTIONS(6116), }, [946] = { [ts_builtin_sym_end] = ACTIONS(6252), @@ -328505,7 +328505,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6250), [anon_sym_BSLASHtext] = ACTIONS(6250), [anon_sym_BSLASHintertext] = ACTIONS(6250), - [anon_sym_shortintertext] = ACTIONS(6250), + [anon_sym_BSLASHshortintertext] = ACTIONS(6250), }, [947] = { [ts_builtin_sym_end] = ACTIONS(6126), @@ -328801,7 +328801,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6124), [anon_sym_BSLASHtext] = ACTIONS(6124), [anon_sym_BSLASHintertext] = ACTIONS(6124), - [anon_sym_shortintertext] = ACTIONS(6124), + [anon_sym_BSLASHshortintertext] = ACTIONS(6124), }, [948] = { [ts_builtin_sym_end] = ACTIONS(6324), @@ -329097,7 +329097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6322), [anon_sym_BSLASHtext] = ACTIONS(6322), [anon_sym_BSLASHintertext] = ACTIONS(6322), - [anon_sym_shortintertext] = ACTIONS(6322), + [anon_sym_BSLASHshortintertext] = ACTIONS(6322), }, [949] = { [ts_builtin_sym_end] = ACTIONS(6352), @@ -329393,7 +329393,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6350), [anon_sym_BSLASHtext] = ACTIONS(6350), [anon_sym_BSLASHintertext] = ACTIONS(6350), - [anon_sym_shortintertext] = ACTIONS(6350), + [anon_sym_BSLASHshortintertext] = ACTIONS(6350), }, [950] = { [ts_builtin_sym_end] = ACTIONS(6440), @@ -329689,7 +329689,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6438), [anon_sym_BSLASHtext] = ACTIONS(6438), [anon_sym_BSLASHintertext] = ACTIONS(6438), - [anon_sym_shortintertext] = ACTIONS(6438), + [anon_sym_BSLASHshortintertext] = ACTIONS(6438), }, [951] = { [ts_builtin_sym_end] = ACTIONS(6444), @@ -329985,7 +329985,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6442), [anon_sym_BSLASHtext] = ACTIONS(6442), [anon_sym_BSLASHintertext] = ACTIONS(6442), - [anon_sym_shortintertext] = ACTIONS(6442), + [anon_sym_BSLASHshortintertext] = ACTIONS(6442), }, [952] = { [sym_curly_group] = STATE(1103), @@ -330281,7 +330281,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5954), [anon_sym_BSLASHtext] = ACTIONS(5954), [anon_sym_BSLASHintertext] = ACTIONS(5954), - [anon_sym_shortintertext] = ACTIONS(5954), + [anon_sym_BSLASHshortintertext] = ACTIONS(5954), }, [953] = { [ts_builtin_sym_end] = ACTIONS(6448), @@ -330577,7 +330577,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6446), [anon_sym_BSLASHtext] = ACTIONS(6446), [anon_sym_BSLASHintertext] = ACTIONS(6446), - [anon_sym_shortintertext] = ACTIONS(6446), + [anon_sym_BSLASHshortintertext] = ACTIONS(6446), }, [954] = { [ts_builtin_sym_end] = ACTIONS(6452), @@ -330873,7 +330873,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6450), [anon_sym_BSLASHtext] = ACTIONS(6450), [anon_sym_BSLASHintertext] = ACTIONS(6450), - [anon_sym_shortintertext] = ACTIONS(6450), + [anon_sym_BSLASHshortintertext] = ACTIONS(6450), }, [955] = { [ts_builtin_sym_end] = ACTIONS(6456), @@ -331169,7 +331169,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6454), [anon_sym_BSLASHtext] = ACTIONS(6454), [anon_sym_BSLASHintertext] = ACTIONS(6454), - [anon_sym_shortintertext] = ACTIONS(6454), + [anon_sym_BSLASHshortintertext] = ACTIONS(6454), }, [956] = { [ts_builtin_sym_end] = ACTIONS(6074), @@ -331465,7 +331465,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6072), [anon_sym_BSLASHtext] = ACTIONS(6072), [anon_sym_BSLASHintertext] = ACTIONS(6072), - [anon_sym_shortintertext] = ACTIONS(6072), + [anon_sym_BSLASHshortintertext] = ACTIONS(6072), }, [957] = { [sym_command_name] = ACTIONS(5964), @@ -331761,7 +331761,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5964), [anon_sym_BSLASHtext] = ACTIONS(5964), [anon_sym_BSLASHintertext] = ACTIONS(5964), - [anon_sym_shortintertext] = ACTIONS(5964), + [anon_sym_BSLASHshortintertext] = ACTIONS(5964), }, [958] = { [ts_builtin_sym_end] = ACTIONS(6460), @@ -332057,7 +332057,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6458), [anon_sym_BSLASHtext] = ACTIONS(6458), [anon_sym_BSLASHintertext] = ACTIONS(6458), - [anon_sym_shortintertext] = ACTIONS(6458), + [anon_sym_BSLASHshortintertext] = ACTIONS(6458), }, [959] = { [ts_builtin_sym_end] = ACTIONS(6464), @@ -332353,7 +332353,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6462), [anon_sym_BSLASHtext] = ACTIONS(6462), [anon_sym_BSLASHintertext] = ACTIONS(6462), - [anon_sym_shortintertext] = ACTIONS(6462), + [anon_sym_BSLASHshortintertext] = ACTIONS(6462), }, [960] = { [ts_builtin_sym_end] = ACTIONS(6472), @@ -332649,7 +332649,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6470), [anon_sym_BSLASHtext] = ACTIONS(6470), [anon_sym_BSLASHintertext] = ACTIONS(6470), - [anon_sym_shortintertext] = ACTIONS(6470), + [anon_sym_BSLASHshortintertext] = ACTIONS(6470), }, [961] = { [ts_builtin_sym_end] = ACTIONS(6328), @@ -332945,7 +332945,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6326), [anon_sym_BSLASHtext] = ACTIONS(6326), [anon_sym_BSLASHintertext] = ACTIONS(6326), - [anon_sym_shortintertext] = ACTIONS(6326), + [anon_sym_BSLASHshortintertext] = ACTIONS(6326), }, [962] = { [sym_brack_group_text] = STATE(1166), @@ -333241,7 +333241,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5970), [anon_sym_BSLASHtext] = ACTIONS(5970), [anon_sym_BSLASHintertext] = ACTIONS(5970), - [anon_sym_shortintertext] = ACTIONS(5970), + [anon_sym_BSLASHshortintertext] = ACTIONS(5970), }, [963] = { [ts_builtin_sym_end] = ACTIONS(6476), @@ -333537,7 +333537,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6474), [anon_sym_BSLASHtext] = ACTIONS(6474), [anon_sym_BSLASHintertext] = ACTIONS(6474), - [anon_sym_shortintertext] = ACTIONS(6474), + [anon_sym_BSLASHshortintertext] = ACTIONS(6474), }, [964] = { [ts_builtin_sym_end] = ACTIONS(6480), @@ -333833,7 +333833,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6478), [anon_sym_BSLASHtext] = ACTIONS(6478), [anon_sym_BSLASHintertext] = ACTIONS(6478), - [anon_sym_shortintertext] = ACTIONS(6478), + [anon_sym_BSLASHshortintertext] = ACTIONS(6478), }, [965] = { [ts_builtin_sym_end] = ACTIONS(6484), @@ -334129,7 +334129,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6482), [anon_sym_BSLASHtext] = ACTIONS(6482), [anon_sym_BSLASHintertext] = ACTIONS(6482), - [anon_sym_shortintertext] = ACTIONS(6482), + [anon_sym_BSLASHshortintertext] = ACTIONS(6482), }, [966] = { [ts_builtin_sym_end] = ACTIONS(6376), @@ -334425,7 +334425,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6374), [anon_sym_BSLASHtext] = ACTIONS(6374), [anon_sym_BSLASHintertext] = ACTIONS(6374), - [anon_sym_shortintertext] = ACTIONS(6374), + [anon_sym_BSLASHshortintertext] = ACTIONS(6374), }, [967] = { [ts_builtin_sym_end] = ACTIONS(6332), @@ -334721,7 +334721,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6330), [anon_sym_BSLASHtext] = ACTIONS(6330), [anon_sym_BSLASHintertext] = ACTIONS(6330), - [anon_sym_shortintertext] = ACTIONS(6330), + [anon_sym_BSLASHshortintertext] = ACTIONS(6330), }, [968] = { [sym_brack_group_text] = STATE(1356), @@ -335017,7 +335017,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5958), [anon_sym_BSLASHtext] = ACTIONS(5958), [anon_sym_BSLASHintertext] = ACTIONS(5958), - [anon_sym_shortintertext] = ACTIONS(5958), + [anon_sym_BSLASHshortintertext] = ACTIONS(5958), }, [969] = { [ts_builtin_sym_end] = ACTIONS(6488), @@ -335313,7 +335313,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6486), [anon_sym_BSLASHtext] = ACTIONS(6486), [anon_sym_BSLASHintertext] = ACTIONS(6486), - [anon_sym_shortintertext] = ACTIONS(6486), + [anon_sym_BSLASHshortintertext] = ACTIONS(6486), }, [970] = { [sym_brack_group] = STATE(1410), @@ -335609,7 +335609,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6710), [anon_sym_BSLASHtext] = ACTIONS(6710), [anon_sym_BSLASHintertext] = ACTIONS(6710), - [anon_sym_shortintertext] = ACTIONS(6710), + [anon_sym_BSLASHshortintertext] = ACTIONS(6710), }, [971] = { [sym_brack_group_text] = STATE(1063), @@ -335905,7 +335905,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5958), [anon_sym_BSLASHtext] = ACTIONS(5958), [anon_sym_BSLASHintertext] = ACTIONS(5958), - [anon_sym_shortintertext] = ACTIONS(5958), + [anon_sym_BSLASHshortintertext] = ACTIONS(5958), }, [972] = { [ts_builtin_sym_end] = ACTIONS(6336), @@ -336201,7 +336201,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6334), [anon_sym_BSLASHtext] = ACTIONS(6334), [anon_sym_BSLASHintertext] = ACTIONS(6334), - [anon_sym_shortintertext] = ACTIONS(6334), + [anon_sym_BSLASHshortintertext] = ACTIONS(6334), }, [973] = { [ts_builtin_sym_end] = ACTIONS(6134), @@ -336497,7 +336497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6132), [anon_sym_BSLASHtext] = ACTIONS(6132), [anon_sym_BSLASHintertext] = ACTIONS(6132), - [anon_sym_shortintertext] = ACTIONS(6132), + [anon_sym_BSLASHshortintertext] = ACTIONS(6132), }, [974] = { [ts_builtin_sym_end] = ACTIONS(5992), @@ -336793,7 +336793,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5990), [anon_sym_BSLASHtext] = ACTIONS(5990), [anon_sym_BSLASHintertext] = ACTIONS(5990), - [anon_sym_shortintertext] = ACTIONS(5990), + [anon_sym_BSLASHshortintertext] = ACTIONS(5990), }, [975] = { [ts_builtin_sym_end] = ACTIONS(6240), @@ -337089,7 +337089,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6238), [anon_sym_BSLASHtext] = ACTIONS(6238), [anon_sym_BSLASHintertext] = ACTIONS(6238), - [anon_sym_shortintertext] = ACTIONS(6238), + [anon_sym_BSLASHshortintertext] = ACTIONS(6238), }, [976] = { [ts_builtin_sym_end] = ACTIONS(6436), @@ -337385,7 +337385,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6434), [anon_sym_BSLASHtext] = ACTIONS(6434), [anon_sym_BSLASHintertext] = ACTIONS(6434), - [anon_sym_shortintertext] = ACTIONS(6434), + [anon_sym_BSLASHshortintertext] = ACTIONS(6434), }, [977] = { [ts_builtin_sym_end] = ACTIONS(6082), @@ -337681,7 +337681,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6080), [anon_sym_BSLASHtext] = ACTIONS(6080), [anon_sym_BSLASHintertext] = ACTIONS(6080), - [anon_sym_shortintertext] = ACTIONS(6080), + [anon_sym_BSLASHshortintertext] = ACTIONS(6080), }, [978] = { [ts_builtin_sym_end] = ACTIONS(6086), @@ -337977,7 +337977,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6084), [anon_sym_BSLASHtext] = ACTIONS(6084), [anon_sym_BSLASHintertext] = ACTIONS(6084), - [anon_sym_shortintertext] = ACTIONS(6084), + [anon_sym_BSLASHshortintertext] = ACTIONS(6084), }, [979] = { [ts_builtin_sym_end] = ACTIONS(6090), @@ -338273,7 +338273,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6088), [anon_sym_BSLASHtext] = ACTIONS(6088), [anon_sym_BSLASHintertext] = ACTIONS(6088), - [anon_sym_shortintertext] = ACTIONS(6088), + [anon_sym_BSLASHshortintertext] = ACTIONS(6088), }, [980] = { [ts_builtin_sym_end] = ACTIONS(2166), @@ -338569,7 +338569,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2164), [anon_sym_BSLASHtext] = ACTIONS(2164), [anon_sym_BSLASHintertext] = ACTIONS(2164), - [anon_sym_shortintertext] = ACTIONS(2164), + [anon_sym_BSLASHshortintertext] = ACTIONS(2164), }, [981] = { [ts_builtin_sym_end] = ACTIONS(6146), @@ -338865,7 +338865,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6144), [anon_sym_BSLASHtext] = ACTIONS(6144), [anon_sym_BSLASHintertext] = ACTIONS(6144), - [anon_sym_shortintertext] = ACTIONS(6144), + [anon_sym_BSLASHshortintertext] = ACTIONS(6144), }, [982] = { [ts_builtin_sym_end] = ACTIONS(6150), @@ -339161,7 +339161,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6148), [anon_sym_BSLASHtext] = ACTIONS(6148), [anon_sym_BSLASHintertext] = ACTIONS(6148), - [anon_sym_shortintertext] = ACTIONS(6148), + [anon_sym_BSLASHshortintertext] = ACTIONS(6148), }, [983] = { [ts_builtin_sym_end] = ACTIONS(159), @@ -339457,7 +339457,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [984] = { [ts_builtin_sym_end] = ACTIONS(153), @@ -339753,7 +339753,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [985] = { [ts_builtin_sym_end] = ACTIONS(5988), @@ -340049,7 +340049,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5986), [anon_sym_BSLASHtext] = ACTIONS(5986), [anon_sym_BSLASHintertext] = ACTIONS(5986), - [anon_sym_shortintertext] = ACTIONS(5986), + [anon_sym_BSLASHshortintertext] = ACTIONS(5986), }, [986] = { [sym_curly_group] = STATE(1370), @@ -340345,7 +340345,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5954), [anon_sym_BSLASHtext] = ACTIONS(5954), [anon_sym_BSLASHintertext] = ACTIONS(5954), - [anon_sym_shortintertext] = ACTIONS(5954), + [anon_sym_BSLASHshortintertext] = ACTIONS(5954), }, [987] = { [ts_builtin_sym_end] = ACTIONS(6340), @@ -340641,7 +340641,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6338), [anon_sym_BSLASHtext] = ACTIONS(6338), [anon_sym_BSLASHintertext] = ACTIONS(6338), - [anon_sym_shortintertext] = ACTIONS(6338), + [anon_sym_BSLASHshortintertext] = ACTIONS(6338), }, [988] = { [ts_builtin_sym_end] = ACTIONS(6420), @@ -340937,7 +340937,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6418), [anon_sym_BSLASHtext] = ACTIONS(6418), [anon_sym_BSLASHintertext] = ACTIONS(6418), - [anon_sym_shortintertext] = ACTIONS(6418), + [anon_sym_BSLASHshortintertext] = ACTIONS(6418), }, [989] = { [ts_builtin_sym_end] = ACTIONS(6078), @@ -341233,7 +341233,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6076), [anon_sym_BSLASHtext] = ACTIONS(6076), [anon_sym_BSLASHintertext] = ACTIONS(6076), - [anon_sym_shortintertext] = ACTIONS(6076), + [anon_sym_BSLASHshortintertext] = ACTIONS(6076), }, [990] = { [ts_builtin_sym_end] = ACTIONS(6344), @@ -341529,7 +341529,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6342), [anon_sym_BSLASHtext] = ACTIONS(6342), [anon_sym_BSLASHintertext] = ACTIONS(6342), - [anon_sym_shortintertext] = ACTIONS(6342), + [anon_sym_BSLASHshortintertext] = ACTIONS(6342), }, [991] = { [ts_builtin_sym_end] = ACTIONS(6524), @@ -341825,7 +341825,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6522), [anon_sym_BSLASHtext] = ACTIONS(6522), [anon_sym_BSLASHintertext] = ACTIONS(6522), - [anon_sym_shortintertext] = ACTIONS(6522), + [anon_sym_BSLASHshortintertext] = ACTIONS(6522), }, [992] = { [sym_command_name] = ACTIONS(5964), @@ -342121,7 +342121,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5964), [anon_sym_BSLASHtext] = ACTIONS(5964), [anon_sym_BSLASHintertext] = ACTIONS(5964), - [anon_sym_shortintertext] = ACTIONS(5964), + [anon_sym_BSLASHshortintertext] = ACTIONS(5964), }, [993] = { [ts_builtin_sym_end] = ACTIONS(6154), @@ -342417,7 +342417,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6152), [anon_sym_BSLASHtext] = ACTIONS(6152), [anon_sym_BSLASHintertext] = ACTIONS(6152), - [anon_sym_shortintertext] = ACTIONS(6152), + [anon_sym_BSLASHshortintertext] = ACTIONS(6152), }, [994] = { [ts_builtin_sym_end] = ACTIONS(6122), @@ -342713,7 +342713,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6120), [anon_sym_BSLASHtext] = ACTIONS(6120), [anon_sym_BSLASHintertext] = ACTIONS(6120), - [anon_sym_shortintertext] = ACTIONS(6120), + [anon_sym_BSLASHshortintertext] = ACTIONS(6120), }, [995] = { [ts_builtin_sym_end] = ACTIONS(6142), @@ -343009,7 +343009,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6140), [anon_sym_BSLASHtext] = ACTIONS(6140), [anon_sym_BSLASHintertext] = ACTIONS(6140), - [anon_sym_shortintertext] = ACTIONS(6140), + [anon_sym_BSLASHshortintertext] = ACTIONS(6140), }, [996] = { [ts_builtin_sym_end] = ACTIONS(6360), @@ -343305,7 +343305,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6358), [anon_sym_BSLASHtext] = ACTIONS(6358), [anon_sym_BSLASHintertext] = ACTIONS(6358), - [anon_sym_shortintertext] = ACTIONS(6358), + [anon_sym_BSLASHshortintertext] = ACTIONS(6358), }, [997] = { [ts_builtin_sym_end] = ACTIONS(6228), @@ -343601,7 +343601,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6226), [anon_sym_BSLASHtext] = ACTIONS(6226), [anon_sym_BSLASHintertext] = ACTIONS(6226), - [anon_sym_shortintertext] = ACTIONS(6226), + [anon_sym_BSLASHshortintertext] = ACTIONS(6226), }, [998] = { [ts_builtin_sym_end] = ACTIONS(6356), @@ -343897,7 +343897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6354), [anon_sym_BSLASHtext] = ACTIONS(6354), [anon_sym_BSLASHintertext] = ACTIONS(6354), - [anon_sym_shortintertext] = ACTIONS(6354), + [anon_sym_BSLASHshortintertext] = ACTIONS(6354), }, [999] = { [ts_builtin_sym_end] = ACTIONS(6138), @@ -344193,7 +344193,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6136), [anon_sym_BSLASHtext] = ACTIONS(6136), [anon_sym_BSLASHintertext] = ACTIONS(6136), - [anon_sym_shortintertext] = ACTIONS(6136), + [anon_sym_BSLASHshortintertext] = ACTIONS(6136), }, [1000] = { [ts_builtin_sym_end] = ACTIONS(6368), @@ -344489,7 +344489,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6366), [anon_sym_BSLASHtext] = ACTIONS(6366), [anon_sym_BSLASHintertext] = ACTIONS(6366), - [anon_sym_shortintertext] = ACTIONS(6366), + [anon_sym_BSLASHshortintertext] = ACTIONS(6366), }, [1001] = { [sym_brack_group_text] = STATE(1217), @@ -344785,7 +344785,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5970), [anon_sym_BSLASHtext] = ACTIONS(5970), [anon_sym_BSLASHintertext] = ACTIONS(5970), - [anon_sym_shortintertext] = ACTIONS(5970), + [anon_sym_BSLASHshortintertext] = ACTIONS(5970), }, [1002] = { [ts_builtin_sym_end] = ACTIONS(6508), @@ -345081,7 +345081,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6506), [anon_sym_BSLASHtext] = ACTIONS(6506), [anon_sym_BSLASHintertext] = ACTIONS(6506), - [anon_sym_shortintertext] = ACTIONS(6506), + [anon_sym_BSLASHshortintertext] = ACTIONS(6506), }, [1003] = { [ts_builtin_sym_end] = ACTIONS(6380), @@ -345377,7 +345377,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6378), [anon_sym_BSLASHtext] = ACTIONS(6378), [anon_sym_BSLASHintertext] = ACTIONS(6378), - [anon_sym_shortintertext] = ACTIONS(6378), + [anon_sym_BSLASHshortintertext] = ACTIONS(6378), }, [1004] = { [ts_builtin_sym_end] = ACTIONS(6158), @@ -345673,7 +345673,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6156), [anon_sym_BSLASHtext] = ACTIONS(6156), [anon_sym_BSLASHintertext] = ACTIONS(6156), - [anon_sym_shortintertext] = ACTIONS(6156), + [anon_sym_BSLASHshortintertext] = ACTIONS(6156), }, [1005] = { [sym_brack_group_text] = STATE(1412), @@ -345969,7 +345969,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5974), [anon_sym_BSLASHtext] = ACTIONS(5974), [anon_sym_BSLASHintertext] = ACTIONS(5974), - [anon_sym_shortintertext] = ACTIONS(5974), + [anon_sym_BSLASHshortintertext] = ACTIONS(5974), }, [1006] = { [ts_builtin_sym_end] = ACTIONS(6162), @@ -346265,7 +346265,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6160), [anon_sym_BSLASHtext] = ACTIONS(6160), [anon_sym_BSLASHintertext] = ACTIONS(6160), - [anon_sym_shortintertext] = ACTIONS(6160), + [anon_sym_BSLASHshortintertext] = ACTIONS(6160), }, [1007] = { [ts_builtin_sym_end] = ACTIONS(6248), @@ -346561,7 +346561,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6246), [anon_sym_BSLASHtext] = ACTIONS(6246), [anon_sym_BSLASHintertext] = ACTIONS(6246), - [anon_sym_shortintertext] = ACTIONS(6246), + [anon_sym_BSLASHshortintertext] = ACTIONS(6246), }, [1008] = { [ts_builtin_sym_end] = ACTIONS(6504), @@ -346857,7 +346857,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6502), [anon_sym_BSLASHtext] = ACTIONS(6502), [anon_sym_BSLASHintertext] = ACTIONS(6502), - [anon_sym_shortintertext] = ACTIONS(6502), + [anon_sym_BSLASHshortintertext] = ACTIONS(6502), }, [1009] = { [sym_curly_group] = STATE(1416), @@ -347153,7 +347153,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5978), [anon_sym_BSLASHtext] = ACTIONS(5978), [anon_sym_BSLASHintertext] = ACTIONS(5978), - [anon_sym_shortintertext] = ACTIONS(5978), + [anon_sym_BSLASHshortintertext] = ACTIONS(5978), }, [1010] = { [ts_builtin_sym_end] = ACTIONS(6308), @@ -347449,7 +347449,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6306), [anon_sym_BSLASHtext] = ACTIONS(6306), [anon_sym_BSLASHintertext] = ACTIONS(6306), - [anon_sym_shortintertext] = ACTIONS(6306), + [anon_sym_BSLASHshortintertext] = ACTIONS(6306), }, [1011] = { [ts_builtin_sym_end] = ACTIONS(6424), @@ -347745,7 +347745,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6422), [anon_sym_BSLASHtext] = ACTIONS(6422), [anon_sym_BSLASHintertext] = ACTIONS(6422), - [anon_sym_shortintertext] = ACTIONS(6422), + [anon_sym_BSLASHshortintertext] = ACTIONS(6422), }, [1012] = { [ts_builtin_sym_end] = ACTIONS(6114), @@ -348041,7 +348041,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6112), [anon_sym_BSLASHtext] = ACTIONS(6112), [anon_sym_BSLASHintertext] = ACTIONS(6112), - [anon_sym_shortintertext] = ACTIONS(6112), + [anon_sym_BSLASHshortintertext] = ACTIONS(6112), }, [1013] = { [ts_builtin_sym_end] = ACTIONS(6364), @@ -348337,7 +348337,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6362), [anon_sym_BSLASHtext] = ACTIONS(6362), [anon_sym_BSLASHintertext] = ACTIONS(6362), - [anon_sym_shortintertext] = ACTIONS(6362), + [anon_sym_BSLASHshortintertext] = ACTIONS(6362), }, [1014] = { [ts_builtin_sym_end] = ACTIONS(5984), @@ -348633,7 +348633,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5982), [anon_sym_BSLASHtext] = ACTIONS(5982), [anon_sym_BSLASHintertext] = ACTIONS(5982), - [anon_sym_shortintertext] = ACTIONS(5982), + [anon_sym_BSLASHshortintertext] = ACTIONS(5982), }, [1015] = { [ts_builtin_sym_end] = ACTIONS(6492), @@ -348929,7 +348929,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6490), [anon_sym_BSLASHtext] = ACTIONS(6490), [anon_sym_BSLASHintertext] = ACTIONS(6490), - [anon_sym_shortintertext] = ACTIONS(6490), + [anon_sym_BSLASHshortintertext] = ACTIONS(6490), }, [1016] = { [ts_builtin_sym_end] = ACTIONS(6388), @@ -349225,7 +349225,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6386), [anon_sym_BSLASHtext] = ACTIONS(6386), [anon_sym_BSLASHintertext] = ACTIONS(6386), - [anon_sym_shortintertext] = ACTIONS(6386), + [anon_sym_BSLASHshortintertext] = ACTIONS(6386), }, [1017] = { [ts_builtin_sym_end] = ACTIONS(6428), @@ -349521,7 +349521,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6426), [anon_sym_BSLASHtext] = ACTIONS(6426), [anon_sym_BSLASHintertext] = ACTIONS(6426), - [anon_sym_shortintertext] = ACTIONS(6426), + [anon_sym_BSLASHshortintertext] = ACTIONS(6426), }, [1018] = { [ts_builtin_sym_end] = ACTIONS(6392), @@ -349817,7 +349817,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6390), [anon_sym_BSLASHtext] = ACTIONS(6390), [anon_sym_BSLASHintertext] = ACTIONS(6390), - [anon_sym_shortintertext] = ACTIONS(6390), + [anon_sym_BSLASHshortintertext] = ACTIONS(6390), }, [1019] = { [ts_builtin_sym_end] = ACTIONS(6396), @@ -350113,7 +350113,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6394), [anon_sym_BSLASHtext] = ACTIONS(6394), [anon_sym_BSLASHintertext] = ACTIONS(6394), - [anon_sym_shortintertext] = ACTIONS(6394), + [anon_sym_BSLASHshortintertext] = ACTIONS(6394), }, [1020] = { [ts_builtin_sym_end] = ACTIONS(6400), @@ -350409,7 +350409,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6398), [anon_sym_BSLASHtext] = ACTIONS(6398), [anon_sym_BSLASHintertext] = ACTIONS(6398), - [anon_sym_shortintertext] = ACTIONS(6398), + [anon_sym_BSLASHshortintertext] = ACTIONS(6398), }, [1021] = { [ts_builtin_sym_end] = ACTIONS(6404), @@ -350705,7 +350705,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6402), [anon_sym_BSLASHtext] = ACTIONS(6402), [anon_sym_BSLASHintertext] = ACTIONS(6402), - [anon_sym_shortintertext] = ACTIONS(6402), + [anon_sym_BSLASHshortintertext] = ACTIONS(6402), }, [1022] = { [ts_builtin_sym_end] = ACTIONS(6232), @@ -351001,7 +351001,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6230), [anon_sym_BSLASHtext] = ACTIONS(6230), [anon_sym_BSLASHintertext] = ACTIONS(6230), - [anon_sym_shortintertext] = ACTIONS(6230), + [anon_sym_BSLASHshortintertext] = ACTIONS(6230), }, [1023] = { [ts_builtin_sym_end] = ACTIONS(6236), @@ -351297,7 +351297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6234), [anon_sym_BSLASHtext] = ACTIONS(6234), [anon_sym_BSLASHintertext] = ACTIONS(6234), - [anon_sym_shortintertext] = ACTIONS(6234), + [anon_sym_BSLASHshortintertext] = ACTIONS(6234), }, [1024] = { [ts_builtin_sym_end] = ACTIONS(6408), @@ -351593,7 +351593,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6406), [anon_sym_BSLASHtext] = ACTIONS(6406), [anon_sym_BSLASHintertext] = ACTIONS(6406), - [anon_sym_shortintertext] = ACTIONS(6406), + [anon_sym_BSLASHshortintertext] = ACTIONS(6406), }, [1025] = { [ts_builtin_sym_end] = ACTIONS(6432), @@ -351889,7 +351889,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6430), [anon_sym_BSLASHtext] = ACTIONS(6430), [anon_sym_BSLASHintertext] = ACTIONS(6430), - [anon_sym_shortintertext] = ACTIONS(6430), + [anon_sym_BSLASHshortintertext] = ACTIONS(6430), }, [1026] = { [ts_builtin_sym_end] = ACTIONS(6412), @@ -352185,7 +352185,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6410), [anon_sym_BSLASHtext] = ACTIONS(6410), [anon_sym_BSLASHintertext] = ACTIONS(6410), - [anon_sym_shortintertext] = ACTIONS(6410), + [anon_sym_BSLASHshortintertext] = ACTIONS(6410), }, [1027] = { [ts_builtin_sym_end] = ACTIONS(6348), @@ -352481,7 +352481,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6346), [anon_sym_BSLASHtext] = ACTIONS(6346), [anon_sym_BSLASHintertext] = ACTIONS(6346), - [anon_sym_shortintertext] = ACTIONS(6346), + [anon_sym_BSLASHshortintertext] = ACTIONS(6346), }, [1028] = { [ts_builtin_sym_end] = ACTIONS(6244), @@ -352777,7 +352777,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6242), [anon_sym_BSLASHtext] = ACTIONS(6242), [anon_sym_BSLASHintertext] = ACTIONS(6242), - [anon_sym_shortintertext] = ACTIONS(6242), + [anon_sym_BSLASHshortintertext] = ACTIONS(6242), }, [1029] = { [ts_builtin_sym_end] = ACTIONS(6384), @@ -353073,7 +353073,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6382), [anon_sym_BSLASHtext] = ACTIONS(6382), [anon_sym_BSLASHintertext] = ACTIONS(6382), - [anon_sym_shortintertext] = ACTIONS(6382), + [anon_sym_BSLASHshortintertext] = ACTIONS(6382), }, [1030] = { [sym_command_name] = ACTIONS(5998), @@ -353368,7 +353368,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5998), [anon_sym_BSLASHtext] = ACTIONS(5998), [anon_sym_BSLASHintertext] = ACTIONS(5998), - [anon_sym_shortintertext] = ACTIONS(5998), + [anon_sym_BSLASHshortintertext] = ACTIONS(5998), }, [1031] = { [sym_command_name] = ACTIONS(6458), @@ -353663,7 +353663,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6458), [anon_sym_BSLASHtext] = ACTIONS(6458), [anon_sym_BSLASHintertext] = ACTIONS(6458), - [anon_sym_shortintertext] = ACTIONS(6458), + [anon_sym_BSLASHshortintertext] = ACTIONS(6458), }, [1032] = { [sym_command_name] = ACTIONS(6294), @@ -353958,7 +353958,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6294), [anon_sym_BSLASHtext] = ACTIONS(6294), [anon_sym_BSLASHintertext] = ACTIONS(6294), - [anon_sym_shortintertext] = ACTIONS(6294), + [anon_sym_BSLASHshortintertext] = ACTIONS(6294), }, [1033] = { [sym_command_name] = ACTIONS(6290), @@ -354253,7 +354253,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6290), [anon_sym_BSLASHtext] = ACTIONS(6290), [anon_sym_BSLASHintertext] = ACTIONS(6290), - [anon_sym_shortintertext] = ACTIONS(6290), + [anon_sym_BSLASHshortintertext] = ACTIONS(6290), }, [1034] = { [sym_command_name] = ACTIONS(6286), @@ -354548,7 +354548,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6286), [anon_sym_BSLASHtext] = ACTIONS(6286), [anon_sym_BSLASHintertext] = ACTIONS(6286), - [anon_sym_shortintertext] = ACTIONS(6286), + [anon_sym_BSLASHshortintertext] = ACTIONS(6286), }, [1035] = { [sym_command_name] = ACTIONS(6282), @@ -354843,7 +354843,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6282), [anon_sym_BSLASHtext] = ACTIONS(6282), [anon_sym_BSLASHintertext] = ACTIONS(6282), - [anon_sym_shortintertext] = ACTIONS(6282), + [anon_sym_BSLASHshortintertext] = ACTIONS(6282), }, [1036] = { [sym_command_name] = ACTIONS(6278), @@ -355138,7 +355138,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6278), [anon_sym_BSLASHtext] = ACTIONS(6278), [anon_sym_BSLASHintertext] = ACTIONS(6278), - [anon_sym_shortintertext] = ACTIONS(6278), + [anon_sym_BSLASHshortintertext] = ACTIONS(6278), }, [1037] = { [sym_command_name] = ACTIONS(6274), @@ -355433,7 +355433,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6274), [anon_sym_BSLASHtext] = ACTIONS(6274), [anon_sym_BSLASHintertext] = ACTIONS(6274), - [anon_sym_shortintertext] = ACTIONS(6274), + [anon_sym_BSLASHshortintertext] = ACTIONS(6274), }, [1038] = { [sym_command_name] = ACTIONS(6270), @@ -355728,7 +355728,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6270), [anon_sym_BSLASHtext] = ACTIONS(6270), [anon_sym_BSLASHintertext] = ACTIONS(6270), - [anon_sym_shortintertext] = ACTIONS(6270), + [anon_sym_BSLASHshortintertext] = ACTIONS(6270), }, [1039] = { [sym_command_name] = ACTIONS(6266), @@ -356023,7 +356023,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6266), [anon_sym_BSLASHtext] = ACTIONS(6266), [anon_sym_BSLASHintertext] = ACTIONS(6266), - [anon_sym_shortintertext] = ACTIONS(6266), + [anon_sym_BSLASHshortintertext] = ACTIONS(6266), }, [1040] = { [sym_command_name] = ACTIONS(6262), @@ -356318,7 +356318,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6262), [anon_sym_BSLASHtext] = ACTIONS(6262), [anon_sym_BSLASHintertext] = ACTIONS(6262), - [anon_sym_shortintertext] = ACTIONS(6262), + [anon_sym_BSLASHshortintertext] = ACTIONS(6262), }, [1041] = { [sym_command_name] = ACTIONS(6258), @@ -356613,7 +356613,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6258), [anon_sym_BSLASHtext] = ACTIONS(6258), [anon_sym_BSLASHintertext] = ACTIONS(6258), - [anon_sym_shortintertext] = ACTIONS(6258), + [anon_sym_BSLASHshortintertext] = ACTIONS(6258), }, [1042] = { [sym_command_name] = ACTIONS(6254), @@ -356908,7 +356908,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6254), [anon_sym_BSLASHtext] = ACTIONS(6254), [anon_sym_BSLASHintertext] = ACTIONS(6254), - [anon_sym_shortintertext] = ACTIONS(6254), + [anon_sym_BSLASHshortintertext] = ACTIONS(6254), }, [1043] = { [sym_command_name] = ACTIONS(6250), @@ -357203,7 +357203,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6250), [anon_sym_BSLASHtext] = ACTIONS(6250), [anon_sym_BSLASHintertext] = ACTIONS(6250), - [anon_sym_shortintertext] = ACTIONS(6250), + [anon_sym_BSLASHshortintertext] = ACTIONS(6250), }, [1044] = { [sym_command_name] = ACTIONS(6246), @@ -357498,7 +357498,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6246), [anon_sym_BSLASHtext] = ACTIONS(6246), [anon_sym_BSLASHintertext] = ACTIONS(6246), - [anon_sym_shortintertext] = ACTIONS(6246), + [anon_sym_BSLASHshortintertext] = ACTIONS(6246), }, [1045] = { [sym_command_name] = ACTIONS(6242), @@ -357793,7 +357793,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6242), [anon_sym_BSLASHtext] = ACTIONS(6242), [anon_sym_BSLASHintertext] = ACTIONS(6242), - [anon_sym_shortintertext] = ACTIONS(6242), + [anon_sym_BSLASHshortintertext] = ACTIONS(6242), }, [1046] = { [sym_command_name] = ACTIONS(6238), @@ -358088,7 +358088,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6238), [anon_sym_BSLASHtext] = ACTIONS(6238), [anon_sym_BSLASHintertext] = ACTIONS(6238), - [anon_sym_shortintertext] = ACTIONS(6238), + [anon_sym_BSLASHshortintertext] = ACTIONS(6238), }, [1047] = { [sym_command_name] = ACTIONS(6234), @@ -358383,7 +358383,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6234), [anon_sym_BSLASHtext] = ACTIONS(6234), [anon_sym_BSLASHintertext] = ACTIONS(6234), - [anon_sym_shortintertext] = ACTIONS(6234), + [anon_sym_BSLASHshortintertext] = ACTIONS(6234), }, [1048] = { [sym_command_name] = ACTIONS(6230), @@ -358678,7 +358678,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6230), [anon_sym_BSLASHtext] = ACTIONS(6230), [anon_sym_BSLASHintertext] = ACTIONS(6230), - [anon_sym_shortintertext] = ACTIONS(6230), + [anon_sym_BSLASHshortintertext] = ACTIONS(6230), }, [1049] = { [sym_command_name] = ACTIONS(6426), @@ -358973,7 +358973,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6426), [anon_sym_BSLASHtext] = ACTIONS(6426), [anon_sym_BSLASHintertext] = ACTIONS(6426), - [anon_sym_shortintertext] = ACTIONS(6426), + [anon_sym_BSLASHshortintertext] = ACTIONS(6426), }, [1050] = { [sym_command_name] = ACTIONS(6494), @@ -359268,7 +359268,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6494), [anon_sym_BSLASHtext] = ACTIONS(6494), [anon_sym_BSLASHintertext] = ACTIONS(6494), - [anon_sym_shortintertext] = ACTIONS(6494), + [anon_sym_BSLASHshortintertext] = ACTIONS(6494), }, [1051] = { [sym_command_name] = ACTIONS(6302), @@ -359563,7 +359563,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6302), [anon_sym_BSLASHtext] = ACTIONS(6302), [anon_sym_BSLASHintertext] = ACTIONS(6302), - [anon_sym_shortintertext] = ACTIONS(6302), + [anon_sym_BSLASHshortintertext] = ACTIONS(6302), }, [1052] = { [sym_command_name] = ACTIONS(2164), @@ -359858,7 +359858,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2164), [anon_sym_BSLASHtext] = ACTIONS(2164), [anon_sym_BSLASHintertext] = ACTIONS(2164), - [anon_sym_shortintertext] = ACTIONS(2164), + [anon_sym_BSLASHshortintertext] = ACTIONS(2164), }, [1053] = { [sym_command_name] = ACTIONS(6314), @@ -360153,7 +360153,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6314), [anon_sym_BSLASHtext] = ACTIONS(6314), [anon_sym_BSLASHintertext] = ACTIONS(6314), - [anon_sym_shortintertext] = ACTIONS(6314), + [anon_sym_BSLASHshortintertext] = ACTIONS(6314), }, [1054] = { [sym_command_name] = ACTIONS(6318), @@ -360448,7 +360448,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6318), [anon_sym_BSLASHtext] = ACTIONS(6318), [anon_sym_BSLASHintertext] = ACTIONS(6318), - [anon_sym_shortintertext] = ACTIONS(6318), + [anon_sym_BSLASHshortintertext] = ACTIONS(6318), }, [1055] = { [sym_command_name] = ACTIONS(161), @@ -360743,7 +360743,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [1056] = { [sym_command_name] = ACTIONS(157), @@ -361038,7 +361038,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [1057] = { [sym_command_name] = ACTIONS(151), @@ -361333,7 +361333,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [1058] = { [sym_command_name] = ACTIONS(6338), @@ -361628,7 +361628,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6338), [anon_sym_BSLASHtext] = ACTIONS(6338), [anon_sym_BSLASHintertext] = ACTIONS(6338), - [anon_sym_shortintertext] = ACTIONS(6338), + [anon_sym_BSLASHshortintertext] = ACTIONS(6338), }, [1059] = { [sym_command_name] = ACTIONS(6342), @@ -361923,7 +361923,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6342), [anon_sym_BSLASHtext] = ACTIONS(6342), [anon_sym_BSLASHintertext] = ACTIONS(6342), - [anon_sym_shortintertext] = ACTIONS(6342), + [anon_sym_BSLASHshortintertext] = ACTIONS(6342), }, [1060] = { [sym_command_name] = ACTIONS(6434), @@ -362218,7 +362218,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6434), [anon_sym_BSLASHtext] = ACTIONS(6434), [anon_sym_BSLASHintertext] = ACTIONS(6434), - [anon_sym_shortintertext] = ACTIONS(6434), + [anon_sym_BSLASHshortintertext] = ACTIONS(6434), }, [1061] = { [sym_command_name] = ACTIONS(6438), @@ -362513,7 +362513,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6438), [anon_sym_BSLASHtext] = ACTIONS(6438), [anon_sym_BSLASHintertext] = ACTIONS(6438), - [anon_sym_shortintertext] = ACTIONS(6438), + [anon_sym_BSLASHshortintertext] = ACTIONS(6438), }, [1062] = { [sym_command_name] = ACTIONS(6522), @@ -362808,7 +362808,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6522), [anon_sym_BSLASHtext] = ACTIONS(6522), [anon_sym_BSLASHintertext] = ACTIONS(6522), - [anon_sym_shortintertext] = ACTIONS(6522), + [anon_sym_BSLASHshortintertext] = ACTIONS(6522), }, [1063] = { [sym_command_name] = ACTIONS(6140), @@ -363103,7 +363103,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6140), [anon_sym_BSLASHtext] = ACTIONS(6140), [anon_sym_BSLASHintertext] = ACTIONS(6140), - [anon_sym_shortintertext] = ACTIONS(6140), + [anon_sym_BSLASHshortintertext] = ACTIONS(6140), }, [1064] = { [sym_command_name] = ACTIONS(6136), @@ -363398,7 +363398,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6136), [anon_sym_BSLASHtext] = ACTIONS(6136), [anon_sym_BSLASHintertext] = ACTIONS(6136), - [anon_sym_shortintertext] = ACTIONS(6136), + [anon_sym_BSLASHshortintertext] = ACTIONS(6136), }, [1065] = { [sym_command_name] = ACTIONS(6132), @@ -363693,7 +363693,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6132), [anon_sym_BSLASHtext] = ACTIONS(6132), [anon_sym_BSLASHintertext] = ACTIONS(6132), - [anon_sym_shortintertext] = ACTIONS(6132), + [anon_sym_BSLASHshortintertext] = ACTIONS(6132), }, [1066] = { [sym_command_name] = ACTIONS(6128), @@ -363988,7 +363988,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6128), [anon_sym_BSLASHtext] = ACTIONS(6128), [anon_sym_BSLASHintertext] = ACTIONS(6128), - [anon_sym_shortintertext] = ACTIONS(6128), + [anon_sym_BSLASHshortintertext] = ACTIONS(6128), }, [1067] = { [sym_command_name] = ACTIONS(6124), @@ -364283,7 +364283,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6124), [anon_sym_BSLASHtext] = ACTIONS(6124), [anon_sym_BSLASHintertext] = ACTIONS(6124), - [anon_sym_shortintertext] = ACTIONS(6124), + [anon_sym_BSLASHshortintertext] = ACTIONS(6124), }, [1068] = { [sym_command_name] = ACTIONS(6116), @@ -364578,7 +364578,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6116), [anon_sym_BSLASHtext] = ACTIONS(6116), [anon_sym_BSLASHintertext] = ACTIONS(6116), - [anon_sym_shortintertext] = ACTIONS(6116), + [anon_sym_BSLASHshortintertext] = ACTIONS(6116), }, [1069] = { [sym_command_name] = ACTIONS(6112), @@ -364873,7 +364873,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6112), [anon_sym_BSLASHtext] = ACTIONS(6112), [anon_sym_BSLASHintertext] = ACTIONS(6112), - [anon_sym_shortintertext] = ACTIONS(6112), + [anon_sym_BSLASHshortintertext] = ACTIONS(6112), }, [1070] = { [sym_command_name] = ACTIONS(6108), @@ -365168,7 +365168,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6108), [anon_sym_BSLASHtext] = ACTIONS(6108), [anon_sym_BSLASHintertext] = ACTIONS(6108), - [anon_sym_shortintertext] = ACTIONS(6108), + [anon_sym_BSLASHshortintertext] = ACTIONS(6108), }, [1071] = { [sym_command_name] = ACTIONS(6100), @@ -365463,7 +365463,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6100), [anon_sym_BSLASHtext] = ACTIONS(6100), [anon_sym_BSLASHintertext] = ACTIONS(6100), - [anon_sym_shortintertext] = ACTIONS(6100), + [anon_sym_BSLASHshortintertext] = ACTIONS(6100), }, [1072] = { [sym_command_name] = ACTIONS(6218), @@ -365758,7 +365758,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6218), [anon_sym_BSLASHtext] = ACTIONS(6218), [anon_sym_BSLASHintertext] = ACTIONS(6218), - [anon_sym_shortintertext] = ACTIONS(6218), + [anon_sym_BSLASHshortintertext] = ACTIONS(6218), }, [1073] = { [sym_command_name] = ACTIONS(6310), @@ -366053,7 +366053,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6310), [anon_sym_BSLASHtext] = ACTIONS(6310), [anon_sym_BSLASHintertext] = ACTIONS(6310), - [anon_sym_shortintertext] = ACTIONS(6310), + [anon_sym_BSLASHshortintertext] = ACTIONS(6310), }, [1074] = { [sym_command_name] = ACTIONS(6414), @@ -366348,7 +366348,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6414), [anon_sym_BSLASHtext] = ACTIONS(6414), [anon_sym_BSLASHintertext] = ACTIONS(6414), - [anon_sym_shortintertext] = ACTIONS(6414), + [anon_sym_BSLASHshortintertext] = ACTIONS(6414), }, [1075] = { [sym_command_name] = ACTIONS(6410), @@ -366643,7 +366643,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6410), [anon_sym_BSLASHtext] = ACTIONS(6410), [anon_sym_BSLASHintertext] = ACTIONS(6410), - [anon_sym_shortintertext] = ACTIONS(6410), + [anon_sym_BSLASHshortintertext] = ACTIONS(6410), }, [1076] = { [sym_command_name] = ACTIONS(6346), @@ -366938,7 +366938,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6346), [anon_sym_BSLASHtext] = ACTIONS(6346), [anon_sym_BSLASHintertext] = ACTIONS(6346), - [anon_sym_shortintertext] = ACTIONS(6346), + [anon_sym_BSLASHshortintertext] = ACTIONS(6346), }, [1077] = { [sym_command_name] = ACTIONS(6382), @@ -367233,7 +367233,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6382), [anon_sym_BSLASHtext] = ACTIONS(6382), [anon_sym_BSLASHintertext] = ACTIONS(6382), - [anon_sym_shortintertext] = ACTIONS(6382), + [anon_sym_BSLASHshortintertext] = ACTIONS(6382), }, [1078] = { [sym_command_name] = ACTIONS(145), @@ -367528,7 +367528,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [1079] = { [sym_command_name] = ACTIONS(6366), @@ -367823,7 +367823,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6366), [anon_sym_BSLASHtext] = ACTIONS(6366), [anon_sym_BSLASHintertext] = ACTIONS(6366), - [anon_sym_shortintertext] = ACTIONS(6366), + [anon_sym_BSLASHshortintertext] = ACTIONS(6366), }, [1080] = { [sym_command_name] = ACTIONS(6214), @@ -368118,7 +368118,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6214), [anon_sym_BSLASHtext] = ACTIONS(6214), [anon_sym_BSLASHintertext] = ACTIONS(6214), - [anon_sym_shortintertext] = ACTIONS(6214), + [anon_sym_BSLASHshortintertext] = ACTIONS(6214), }, [1081] = { [sym_command_name] = ACTIONS(6210), @@ -368413,7 +368413,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6210), [anon_sym_BSLASHtext] = ACTIONS(6210), [anon_sym_BSLASHintertext] = ACTIONS(6210), - [anon_sym_shortintertext] = ACTIONS(6210), + [anon_sym_BSLASHshortintertext] = ACTIONS(6210), }, [1082] = { [sym_command_name] = ACTIONS(6206), @@ -368708,7 +368708,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6206), [anon_sym_BSLASHtext] = ACTIONS(6206), [anon_sym_BSLASHintertext] = ACTIONS(6206), - [anon_sym_shortintertext] = ACTIONS(6206), + [anon_sym_BSLASHshortintertext] = ACTIONS(6206), }, [1083] = { [sym_command_name] = ACTIONS(6202), @@ -369003,7 +369003,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6202), [anon_sym_BSLASHtext] = ACTIONS(6202), [anon_sym_BSLASHintertext] = ACTIONS(6202), - [anon_sym_shortintertext] = ACTIONS(6202), + [anon_sym_BSLASHshortintertext] = ACTIONS(6202), }, [1084] = { [sym_command_name] = ACTIONS(6198), @@ -369298,7 +369298,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6198), [anon_sym_BSLASHtext] = ACTIONS(6198), [anon_sym_BSLASHintertext] = ACTIONS(6198), - [anon_sym_shortintertext] = ACTIONS(6198), + [anon_sym_BSLASHshortintertext] = ACTIONS(6198), }, [1085] = { [sym_command_name] = ACTIONS(6194), @@ -369593,7 +369593,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6194), [anon_sym_BSLASHtext] = ACTIONS(6194), [anon_sym_BSLASHintertext] = ACTIONS(6194), - [anon_sym_shortintertext] = ACTIONS(6194), + [anon_sym_BSLASHshortintertext] = ACTIONS(6194), }, [1086] = { [sym_command_name] = ACTIONS(6190), @@ -369888,7 +369888,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6190), [anon_sym_BSLASHtext] = ACTIONS(6190), [anon_sym_BSLASHintertext] = ACTIONS(6190), - [anon_sym_shortintertext] = ACTIONS(6190), + [anon_sym_BSLASHshortintertext] = ACTIONS(6190), }, [1087] = { [sym_command_name] = ACTIONS(6186), @@ -370183,7 +370183,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6186), [anon_sym_BSLASHtext] = ACTIONS(6186), [anon_sym_BSLASHintertext] = ACTIONS(6186), - [anon_sym_shortintertext] = ACTIONS(6186), + [anon_sym_BSLASHshortintertext] = ACTIONS(6186), }, [1088] = { [sym_command_name] = ACTIONS(6182), @@ -370478,7 +370478,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6182), [anon_sym_BSLASHtext] = ACTIONS(6182), [anon_sym_BSLASHintertext] = ACTIONS(6182), - [anon_sym_shortintertext] = ACTIONS(6182), + [anon_sym_BSLASHshortintertext] = ACTIONS(6182), }, [1089] = { [sym_command_name] = ACTIONS(6178), @@ -370773,7 +370773,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6178), [anon_sym_BSLASHtext] = ACTIONS(6178), [anon_sym_BSLASHintertext] = ACTIONS(6178), - [anon_sym_shortintertext] = ACTIONS(6178), + [anon_sym_BSLASHshortintertext] = ACTIONS(6178), }, [1090] = { [sym_command_name] = ACTIONS(6174), @@ -371068,7 +371068,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6174), [anon_sym_BSLASHtext] = ACTIONS(6174), [anon_sym_BSLASHintertext] = ACTIONS(6174), - [anon_sym_shortintertext] = ACTIONS(6174), + [anon_sym_BSLASHshortintertext] = ACTIONS(6174), }, [1091] = { [sym_command_name] = ACTIONS(6170), @@ -371363,7 +371363,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6170), [anon_sym_BSLASHtext] = ACTIONS(6170), [anon_sym_BSLASHintertext] = ACTIONS(6170), - [anon_sym_shortintertext] = ACTIONS(6170), + [anon_sym_BSLASHshortintertext] = ACTIONS(6170), }, [1092] = { [sym_command_name] = ACTIONS(6104), @@ -371658,7 +371658,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6104), [anon_sym_BSLASHtext] = ACTIONS(6104), [anon_sym_BSLASHintertext] = ACTIONS(6104), - [anon_sym_shortintertext] = ACTIONS(6104), + [anon_sym_BSLASHshortintertext] = ACTIONS(6104), }, [1093] = { [sym_command_name] = ACTIONS(6096), @@ -371953,7 +371953,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6096), [anon_sym_BSLASHtext] = ACTIONS(6096), [anon_sym_BSLASHintertext] = ACTIONS(6096), - [anon_sym_shortintertext] = ACTIONS(6096), + [anon_sym_BSLASHshortintertext] = ACTIONS(6096), }, [1094] = { [sym_command_name] = ACTIONS(6092), @@ -372248,7 +372248,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6092), [anon_sym_BSLASHtext] = ACTIONS(6092), [anon_sym_BSLASHintertext] = ACTIONS(6092), - [anon_sym_shortintertext] = ACTIONS(6092), + [anon_sym_BSLASHshortintertext] = ACTIONS(6092), }, [1095] = { [sym_command_name] = ACTIONS(6026), @@ -372543,7 +372543,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6026), [anon_sym_BSLASHtext] = ACTIONS(6026), [anon_sym_BSLASHintertext] = ACTIONS(6026), - [anon_sym_shortintertext] = ACTIONS(6026), + [anon_sym_BSLASHshortintertext] = ACTIONS(6026), }, [1096] = { [sym_command_name] = ACTIONS(6006), @@ -372838,7 +372838,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6006), [anon_sym_BSLASHtext] = ACTIONS(6006), [anon_sym_BSLASHintertext] = ACTIONS(6006), - [anon_sym_shortintertext] = ACTIONS(6006), + [anon_sym_BSLASHshortintertext] = ACTIONS(6006), }, [1097] = { [sym_command_name] = ACTIONS(6002), @@ -373133,7 +373133,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6002), [anon_sym_BSLASHtext] = ACTIONS(6002), [anon_sym_BSLASHintertext] = ACTIONS(6002), - [anon_sym_shortintertext] = ACTIONS(6002), + [anon_sym_BSLASHshortintertext] = ACTIONS(6002), }, [1098] = { [sym_command_name] = ACTIONS(5998), @@ -373428,7 +373428,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5998), [anon_sym_BSLASHtext] = ACTIONS(5998), [anon_sym_BSLASHintertext] = ACTIONS(5998), - [anon_sym_shortintertext] = ACTIONS(5998), + [anon_sym_BSLASHshortintertext] = ACTIONS(5998), }, [1099] = { [sym_command_name] = ACTIONS(5994), @@ -373723,7 +373723,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5994), [anon_sym_BSLASHtext] = ACTIONS(5994), [anon_sym_BSLASHintertext] = ACTIONS(5994), - [anon_sym_shortintertext] = ACTIONS(5994), + [anon_sym_BSLASHshortintertext] = ACTIONS(5994), }, [1100] = { [sym_command_name] = ACTIONS(6370), @@ -374018,7 +374018,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6370), [anon_sym_BSLASHtext] = ACTIONS(6370), [anon_sym_BSLASHintertext] = ACTIONS(6370), - [anon_sym_shortintertext] = ACTIONS(6370), + [anon_sym_BSLASHshortintertext] = ACTIONS(6370), }, [1101] = { [sym_command_name] = ACTIONS(6010), @@ -374313,7 +374313,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6010), [anon_sym_BSLASHtext] = ACTIONS(6010), [anon_sym_BSLASHintertext] = ACTIONS(6010), - [anon_sym_shortintertext] = ACTIONS(6010), + [anon_sym_BSLASHshortintertext] = ACTIONS(6010), }, [1102] = { [sym_command_name] = ACTIONS(6060), @@ -374608,7 +374608,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6060), [anon_sym_BSLASHtext] = ACTIONS(6060), [anon_sym_BSLASHintertext] = ACTIONS(6060), - [anon_sym_shortintertext] = ACTIONS(6060), + [anon_sym_BSLASHshortintertext] = ACTIONS(6060), }, [1103] = { [sym_command_name] = ACTIONS(6064), @@ -374903,7 +374903,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6064), [anon_sym_BSLASHtext] = ACTIONS(6064), [anon_sym_BSLASHintertext] = ACTIONS(6064), - [anon_sym_shortintertext] = ACTIONS(6064), + [anon_sym_BSLASHshortintertext] = ACTIONS(6064), }, [1104] = { [sym_command_name] = ACTIONS(6068), @@ -375198,7 +375198,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6068), [anon_sym_BSLASHtext] = ACTIONS(6068), [anon_sym_BSLASHintertext] = ACTIONS(6068), - [anon_sym_shortintertext] = ACTIONS(6068), + [anon_sym_BSLASHshortintertext] = ACTIONS(6068), }, [1105] = { [sym_command_name] = ACTIONS(6072), @@ -375493,7 +375493,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6072), [anon_sym_BSLASHtext] = ACTIONS(6072), [anon_sym_BSLASHintertext] = ACTIONS(6072), - [anon_sym_shortintertext] = ACTIONS(6072), + [anon_sym_BSLASHshortintertext] = ACTIONS(6072), }, [1106] = { [sym_command_name] = ACTIONS(6080), @@ -375788,7 +375788,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6080), [anon_sym_BSLASHtext] = ACTIONS(6080), [anon_sym_BSLASHintertext] = ACTIONS(6080), - [anon_sym_shortintertext] = ACTIONS(6080), + [anon_sym_BSLASHshortintertext] = ACTIONS(6080), }, [1107] = { [sym_command_name] = ACTIONS(6084), @@ -376083,7 +376083,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6084), [anon_sym_BSLASHtext] = ACTIONS(6084), [anon_sym_BSLASHintertext] = ACTIONS(6084), - [anon_sym_shortintertext] = ACTIONS(6084), + [anon_sym_BSLASHshortintertext] = ACTIONS(6084), }, [1108] = { [sym_command_name] = ACTIONS(6088), @@ -376378,7 +376378,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6088), [anon_sym_BSLASHtext] = ACTIONS(6088), [anon_sym_BSLASHintertext] = ACTIONS(6088), - [anon_sym_shortintertext] = ACTIONS(6088), + [anon_sym_BSLASHshortintertext] = ACTIONS(6088), }, [1109] = { [sym_command_name] = ACTIONS(6144), @@ -376673,7 +376673,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6144), [anon_sym_BSLASHtext] = ACTIONS(6144), [anon_sym_BSLASHintertext] = ACTIONS(6144), - [anon_sym_shortintertext] = ACTIONS(6144), + [anon_sym_BSLASHshortintertext] = ACTIONS(6144), }, [1110] = { [sym_command_name] = ACTIONS(6148), @@ -376968,7 +376968,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6148), [anon_sym_BSLASHtext] = ACTIONS(6148), [anon_sym_BSLASHintertext] = ACTIONS(6148), - [anon_sym_shortintertext] = ACTIONS(6148), + [anon_sym_BSLASHshortintertext] = ACTIONS(6148), }, [1111] = { [sym_command_name] = ACTIONS(6152), @@ -377263,7 +377263,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6152), [anon_sym_BSLASHtext] = ACTIONS(6152), [anon_sym_BSLASHintertext] = ACTIONS(6152), - [anon_sym_shortintertext] = ACTIONS(6152), + [anon_sym_BSLASHshortintertext] = ACTIONS(6152), }, [1112] = { [sym_command_name] = ACTIONS(6418), @@ -377558,7 +377558,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6418), [anon_sym_BSLASHtext] = ACTIONS(6418), [anon_sym_BSLASHintertext] = ACTIONS(6418), - [anon_sym_shortintertext] = ACTIONS(6418), + [anon_sym_BSLASHshortintertext] = ACTIONS(6418), }, [1113] = { [sym_command_name] = ACTIONS(6378), @@ -377853,7 +377853,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6378), [anon_sym_BSLASHtext] = ACTIONS(6378), [anon_sym_BSLASHintertext] = ACTIONS(6378), - [anon_sym_shortintertext] = ACTIONS(6378), + [anon_sym_BSLASHshortintertext] = ACTIONS(6378), }, [1114] = { [sym_command_name] = ACTIONS(6156), @@ -378148,7 +378148,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6156), [anon_sym_BSLASHtext] = ACTIONS(6156), [anon_sym_BSLASHintertext] = ACTIONS(6156), - [anon_sym_shortintertext] = ACTIONS(6156), + [anon_sym_BSLASHshortintertext] = ACTIONS(6156), }, [1115] = { [sym_command_name] = ACTIONS(6160), @@ -378443,7 +378443,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6160), [anon_sym_BSLASHtext] = ACTIONS(6160), [anon_sym_BSLASHintertext] = ACTIONS(6160), - [anon_sym_shortintertext] = ACTIONS(6160), + [anon_sym_BSLASHshortintertext] = ACTIONS(6160), }, [1116] = { [sym_command_name] = ACTIONS(6306), @@ -378738,7 +378738,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6306), [anon_sym_BSLASHtext] = ACTIONS(6306), [anon_sym_BSLASHintertext] = ACTIONS(6306), - [anon_sym_shortintertext] = ACTIONS(6306), + [anon_sym_BSLASHshortintertext] = ACTIONS(6306), }, [1117] = { [sym_command_name] = ACTIONS(6222), @@ -379033,7 +379033,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6222), [anon_sym_BSLASHtext] = ACTIONS(6222), [anon_sym_BSLASHintertext] = ACTIONS(6222), - [anon_sym_shortintertext] = ACTIONS(6222), + [anon_sym_BSLASHshortintertext] = ACTIONS(6222), }, [1118] = { [sym_command_name] = ACTIONS(6518), @@ -379328,7 +379328,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6518), [anon_sym_BSLASHtext] = ACTIONS(6518), [anon_sym_BSLASHintertext] = ACTIONS(6518), - [anon_sym_shortintertext] = ACTIONS(6518), + [anon_sym_BSLASHshortintertext] = ACTIONS(6518), }, [1119] = { [sym_command_name] = ACTIONS(6514), @@ -379623,7 +379623,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6514), [anon_sym_BSLASHtext] = ACTIONS(6514), [anon_sym_BSLASHintertext] = ACTIONS(6514), - [anon_sym_shortintertext] = ACTIONS(6514), + [anon_sym_BSLASHshortintertext] = ACTIONS(6514), }, [1120] = { [sym_command_name] = ACTIONS(6510), @@ -379918,7 +379918,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6510), [anon_sym_BSLASHtext] = ACTIONS(6510), [anon_sym_BSLASHintertext] = ACTIONS(6510), - [anon_sym_shortintertext] = ACTIONS(6510), + [anon_sym_BSLASHshortintertext] = ACTIONS(6510), }, [1121] = { [sym_command_name] = ACTIONS(6506), @@ -380213,7 +380213,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6506), [anon_sym_BSLASHtext] = ACTIONS(6506), [anon_sym_BSLASHintertext] = ACTIONS(6506), - [anon_sym_shortintertext] = ACTIONS(6506), + [anon_sym_BSLASHshortintertext] = ACTIONS(6506), }, [1122] = { [sym_command_name] = ACTIONS(6502), @@ -380508,7 +380508,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6502), [anon_sym_BSLASHtext] = ACTIONS(6502), [anon_sym_BSLASHintertext] = ACTIONS(6502), - [anon_sym_shortintertext] = ACTIONS(6502), + [anon_sym_BSLASHshortintertext] = ACTIONS(6502), }, [1123] = { [sym_command_name] = ACTIONS(6498), @@ -380803,7 +380803,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6498), [anon_sym_BSLASHtext] = ACTIONS(6498), [anon_sym_BSLASHintertext] = ACTIONS(6498), - [anon_sym_shortintertext] = ACTIONS(6498), + [anon_sym_BSLASHshortintertext] = ACTIONS(6498), }, [1124] = { [sym_command_name] = ACTIONS(5990), @@ -381098,7 +381098,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5990), [anon_sym_BSLASHtext] = ACTIONS(5990), [anon_sym_BSLASHintertext] = ACTIONS(5990), - [anon_sym_shortintertext] = ACTIONS(5990), + [anon_sym_BSLASHshortintertext] = ACTIONS(5990), }, [1125] = { [sym_command_name] = ACTIONS(6322), @@ -381393,7 +381393,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6322), [anon_sym_BSLASHtext] = ACTIONS(6322), [anon_sym_BSLASHintertext] = ACTIONS(6322), - [anon_sym_shortintertext] = ACTIONS(6322), + [anon_sym_BSLASHshortintertext] = ACTIONS(6322), }, [1126] = { [sym_command_name] = ACTIONS(6326), @@ -381688,7 +381688,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6326), [anon_sym_BSLASHtext] = ACTIONS(6326), [anon_sym_BSLASHintertext] = ACTIONS(6326), - [anon_sym_shortintertext] = ACTIONS(6326), + [anon_sym_BSLASHshortintertext] = ACTIONS(6326), }, [1127] = { [sym_command_name] = ACTIONS(6350), @@ -381983,7 +381983,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6350), [anon_sym_BSLASHtext] = ACTIONS(6350), [anon_sym_BSLASHintertext] = ACTIONS(6350), - [anon_sym_shortintertext] = ACTIONS(6350), + [anon_sym_BSLASHshortintertext] = ACTIONS(6350), }, [1128] = { [sym_command_name] = ACTIONS(6330), @@ -382278,7 +382278,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6330), [anon_sym_BSLASHtext] = ACTIONS(6330), [anon_sym_BSLASHintertext] = ACTIONS(6330), - [anon_sym_shortintertext] = ACTIONS(6330), + [anon_sym_BSLASHshortintertext] = ACTIONS(6330), }, [1129] = { [sym_command_name] = ACTIONS(6334), @@ -382573,7 +382573,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6334), [anon_sym_BSLASHtext] = ACTIONS(6334), [anon_sym_BSLASHintertext] = ACTIONS(6334), - [anon_sym_shortintertext] = ACTIONS(6334), + [anon_sym_BSLASHshortintertext] = ACTIONS(6334), }, [1130] = { [sym_command_name] = ACTIONS(6354), @@ -382868,7 +382868,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6354), [anon_sym_BSLASHtext] = ACTIONS(6354), [anon_sym_BSLASHintertext] = ACTIONS(6354), - [anon_sym_shortintertext] = ACTIONS(6354), + [anon_sym_BSLASHshortintertext] = ACTIONS(6354), }, [1131] = { [sym_command_name] = ACTIONS(6442), @@ -383163,7 +383163,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6442), [anon_sym_BSLASHtext] = ACTIONS(6442), [anon_sym_BSLASHintertext] = ACTIONS(6442), - [anon_sym_shortintertext] = ACTIONS(6442), + [anon_sym_BSLASHshortintertext] = ACTIONS(6442), }, [1132] = { [sym_command_name] = ACTIONS(6446), @@ -383458,7 +383458,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6446), [anon_sym_BSLASHtext] = ACTIONS(6446), [anon_sym_BSLASHintertext] = ACTIONS(6446), - [anon_sym_shortintertext] = ACTIONS(6446), + [anon_sym_BSLASHshortintertext] = ACTIONS(6446), }, [1133] = { [sym_command_name] = ACTIONS(6450), @@ -383753,7 +383753,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6450), [anon_sym_BSLASHtext] = ACTIONS(6450), [anon_sym_BSLASHintertext] = ACTIONS(6450), - [anon_sym_shortintertext] = ACTIONS(6450), + [anon_sym_BSLASHshortintertext] = ACTIONS(6450), }, [1134] = { [sym_command_name] = ACTIONS(6454), @@ -384048,7 +384048,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6454), [anon_sym_BSLASHtext] = ACTIONS(6454), [anon_sym_BSLASHintertext] = ACTIONS(6454), - [anon_sym_shortintertext] = ACTIONS(6454), + [anon_sym_BSLASHshortintertext] = ACTIONS(6454), }, [1135] = { [sym_command_name] = ACTIONS(6458), @@ -384343,7 +384343,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6458), [anon_sym_BSLASHtext] = ACTIONS(6458), [anon_sym_BSLASHintertext] = ACTIONS(6458), - [anon_sym_shortintertext] = ACTIONS(6458), + [anon_sym_BSLASHshortintertext] = ACTIONS(6458), }, [1136] = { [sym_command_name] = ACTIONS(6462), @@ -384638,7 +384638,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6462), [anon_sym_BSLASHtext] = ACTIONS(6462), [anon_sym_BSLASHintertext] = ACTIONS(6462), - [anon_sym_shortintertext] = ACTIONS(6462), + [anon_sym_BSLASHshortintertext] = ACTIONS(6462), }, [1137] = { [sym_command_name] = ACTIONS(6466), @@ -384933,7 +384933,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6466), [anon_sym_BSLASHtext] = ACTIONS(6466), [anon_sym_BSLASHintertext] = ACTIONS(6466), - [anon_sym_shortintertext] = ACTIONS(6466), + [anon_sym_BSLASHshortintertext] = ACTIONS(6466), }, [1138] = { [sym_command_name] = ACTIONS(6470), @@ -385228,7 +385228,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6470), [anon_sym_BSLASHtext] = ACTIONS(6470), [anon_sym_BSLASHintertext] = ACTIONS(6470), - [anon_sym_shortintertext] = ACTIONS(6470), + [anon_sym_BSLASHshortintertext] = ACTIONS(6470), }, [1139] = { [sym_command_name] = ACTIONS(6474), @@ -385523,7 +385523,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6474), [anon_sym_BSLASHtext] = ACTIONS(6474), [anon_sym_BSLASHintertext] = ACTIONS(6474), - [anon_sym_shortintertext] = ACTIONS(6474), + [anon_sym_BSLASHshortintertext] = ACTIONS(6474), }, [1140] = { [sym_command_name] = ACTIONS(6478), @@ -385818,7 +385818,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6478), [anon_sym_BSLASHtext] = ACTIONS(6478), [anon_sym_BSLASHintertext] = ACTIONS(6478), - [anon_sym_shortintertext] = ACTIONS(6478), + [anon_sym_BSLASHshortintertext] = ACTIONS(6478), }, [1141] = { [sym_command_name] = ACTIONS(6482), @@ -386113,7 +386113,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6482), [anon_sym_BSLASHtext] = ACTIONS(6482), [anon_sym_BSLASHintertext] = ACTIONS(6482), - [anon_sym_shortintertext] = ACTIONS(6482), + [anon_sym_BSLASHshortintertext] = ACTIONS(6482), }, [1142] = { [sym_command_name] = ACTIONS(6374), @@ -386408,7 +386408,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6374), [anon_sym_BSLASHtext] = ACTIONS(6374), [anon_sym_BSLASHintertext] = ACTIONS(6374), - [anon_sym_shortintertext] = ACTIONS(6374), + [anon_sym_BSLASHshortintertext] = ACTIONS(6374), }, [1143] = { [sym_command_name] = ACTIONS(6430), @@ -386703,7 +386703,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6430), [anon_sym_BSLASHtext] = ACTIONS(6430), [anon_sym_BSLASHintertext] = ACTIONS(6430), - [anon_sym_shortintertext] = ACTIONS(6430), + [anon_sym_BSLASHshortintertext] = ACTIONS(6430), }, [1144] = { [sym_command_name] = ACTIONS(6406), @@ -386998,7 +386998,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6406), [anon_sym_BSLASHtext] = ACTIONS(6406), [anon_sym_BSLASHintertext] = ACTIONS(6406), - [anon_sym_shortintertext] = ACTIONS(6406), + [anon_sym_BSLASHshortintertext] = ACTIONS(6406), }, [1145] = { [sym_command_name] = ACTIONS(6402), @@ -387293,7 +387293,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6402), [anon_sym_BSLASHtext] = ACTIONS(6402), [anon_sym_BSLASHintertext] = ACTIONS(6402), - [anon_sym_shortintertext] = ACTIONS(6402), + [anon_sym_BSLASHshortintertext] = ACTIONS(6402), }, [1146] = { [sym_command_name] = ACTIONS(6398), @@ -387588,7 +387588,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6398), [anon_sym_BSLASHtext] = ACTIONS(6398), [anon_sym_BSLASHintertext] = ACTIONS(6398), - [anon_sym_shortintertext] = ACTIONS(6398), + [anon_sym_BSLASHshortintertext] = ACTIONS(6398), }, [1147] = { [sym_command_name] = ACTIONS(6486), @@ -387883,7 +387883,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6486), [anon_sym_BSLASHtext] = ACTIONS(6486), [anon_sym_BSLASHintertext] = ACTIONS(6486), - [anon_sym_shortintertext] = ACTIONS(6486), + [anon_sym_BSLASHshortintertext] = ACTIONS(6486), }, [1148] = { [sym_command_name] = ACTIONS(6394), @@ -388178,7 +388178,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6394), [anon_sym_BSLASHtext] = ACTIONS(6394), [anon_sym_BSLASHintertext] = ACTIONS(6394), - [anon_sym_shortintertext] = ACTIONS(6394), + [anon_sym_BSLASHshortintertext] = ACTIONS(6394), }, [1149] = { [sym_command_name] = ACTIONS(6390), @@ -388473,7 +388473,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6390), [anon_sym_BSLASHtext] = ACTIONS(6390), [anon_sym_BSLASHintertext] = ACTIONS(6390), - [anon_sym_shortintertext] = ACTIONS(6390), + [anon_sym_BSLASHshortintertext] = ACTIONS(6390), }, [1150] = { [sym_command_name] = ACTIONS(6386), @@ -388768,7 +388768,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6386), [anon_sym_BSLASHtext] = ACTIONS(6386), [anon_sym_BSLASHintertext] = ACTIONS(6386), - [anon_sym_shortintertext] = ACTIONS(6386), + [anon_sym_BSLASHshortintertext] = ACTIONS(6386), }, [1151] = { [sym_command_name] = ACTIONS(6490), @@ -389063,7 +389063,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6490), [anon_sym_BSLASHtext] = ACTIONS(6490), [anon_sym_BSLASHintertext] = ACTIONS(6490), - [anon_sym_shortintertext] = ACTIONS(6490), + [anon_sym_BSLASHshortintertext] = ACTIONS(6490), }, [1152] = { [sym_command_name] = ACTIONS(5990), @@ -389358,7 +389358,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5990), [anon_sym_BSLASHtext] = ACTIONS(5990), [anon_sym_BSLASHintertext] = ACTIONS(5990), - [anon_sym_shortintertext] = ACTIONS(5990), + [anon_sym_BSLASHshortintertext] = ACTIONS(5990), }, [1153] = { [sym_command_name] = ACTIONS(5986), @@ -389653,7 +389653,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5986), [anon_sym_BSLASHtext] = ACTIONS(5986), [anon_sym_BSLASHintertext] = ACTIONS(5986), - [anon_sym_shortintertext] = ACTIONS(5986), + [anon_sym_BSLASHshortintertext] = ACTIONS(5986), }, [1154] = { [sym_command_name] = ACTIONS(6076), @@ -389948,7 +389948,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6076), [anon_sym_BSLASHtext] = ACTIONS(6076), [anon_sym_BSLASHintertext] = ACTIONS(6076), - [anon_sym_shortintertext] = ACTIONS(6076), + [anon_sym_BSLASHshortintertext] = ACTIONS(6076), }, [1155] = { [sym_command_name] = ACTIONS(6120), @@ -390243,7 +390243,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6120), [anon_sym_BSLASHtext] = ACTIONS(6120), [anon_sym_BSLASHintertext] = ACTIONS(6120), - [anon_sym_shortintertext] = ACTIONS(6120), + [anon_sym_BSLASHshortintertext] = ACTIONS(6120), }, [1156] = { [sym_command_name] = ACTIONS(6358), @@ -390538,7 +390538,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6358), [anon_sym_BSLASHtext] = ACTIONS(6358), [anon_sym_BSLASHintertext] = ACTIONS(6358), - [anon_sym_shortintertext] = ACTIONS(6358), + [anon_sym_BSLASHshortintertext] = ACTIONS(6358), }, [1157] = { [sym_command_name] = ACTIONS(6226), @@ -390833,7 +390833,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6226), [anon_sym_BSLASHtext] = ACTIONS(6226), [anon_sym_BSLASHintertext] = ACTIONS(6226), - [anon_sym_shortintertext] = ACTIONS(6226), + [anon_sym_BSLASHshortintertext] = ACTIONS(6226), }, [1158] = { [sym_command_name] = ACTIONS(6410), @@ -391128,7 +391128,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6410), [anon_sym_BSLASHtext] = ACTIONS(6410), [anon_sym_BSLASHintertext] = ACTIONS(6410), - [anon_sym_shortintertext] = ACTIONS(6410), + [anon_sym_BSLASHshortintertext] = ACTIONS(6410), }, [1159] = { [sym_command_name] = ACTIONS(6382), @@ -391423,7 +391423,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6382), [anon_sym_BSLASHtext] = ACTIONS(6382), [anon_sym_BSLASHintertext] = ACTIONS(6382), - [anon_sym_shortintertext] = ACTIONS(6382), + [anon_sym_BSLASHshortintertext] = ACTIONS(6382), }, [1160] = { [sym_command_name] = ACTIONS(5982), @@ -391718,7 +391718,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5982), [anon_sym_BSLASHtext] = ACTIONS(5982), [anon_sym_BSLASHintertext] = ACTIONS(5982), - [anon_sym_shortintertext] = ACTIONS(5982), + [anon_sym_BSLASHshortintertext] = ACTIONS(5982), }, [1161] = { [sym_command_name] = ACTIONS(6422), @@ -392013,7 +392013,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6422), [anon_sym_BSLASHtext] = ACTIONS(6422), [anon_sym_BSLASHintertext] = ACTIONS(6422), - [anon_sym_shortintertext] = ACTIONS(6422), + [anon_sym_BSLASHshortintertext] = ACTIONS(6422), }, [1162] = { [sym_command_name] = ACTIONS(6362), @@ -392308,7 +392308,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6362), [anon_sym_BSLASHtext] = ACTIONS(6362), [anon_sym_BSLASHintertext] = ACTIONS(6362), - [anon_sym_shortintertext] = ACTIONS(6362), + [anon_sym_BSLASHshortintertext] = ACTIONS(6362), }, [1163] = { [sym_command_name] = ACTIONS(6362), @@ -392603,7 +392603,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6362), [anon_sym_BSLASHtext] = ACTIONS(6362), [anon_sym_BSLASHintertext] = ACTIONS(6362), - [anon_sym_shortintertext] = ACTIONS(6362), + [anon_sym_BSLASHshortintertext] = ACTIONS(6362), }, [1164] = { [sym_command_name] = ACTIONS(6354), @@ -392898,7 +392898,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6354), [anon_sym_BSLASHtext] = ACTIONS(6354), [anon_sym_BSLASHintertext] = ACTIONS(6354), - [anon_sym_shortintertext] = ACTIONS(6354), + [anon_sym_BSLASHshortintertext] = ACTIONS(6354), }, [1165] = { [sym_command_name] = ACTIONS(6334), @@ -393193,7 +393193,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6334), [anon_sym_BSLASHtext] = ACTIONS(6334), [anon_sym_BSLASHintertext] = ACTIONS(6334), - [anon_sym_shortintertext] = ACTIONS(6334), + [anon_sym_BSLASHshortintertext] = ACTIONS(6334), }, [1166] = { [sym_command_name] = ACTIONS(6330), @@ -393488,7 +393488,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6330), [anon_sym_BSLASHtext] = ACTIONS(6330), [anon_sym_BSLASHintertext] = ACTIONS(6330), - [anon_sym_shortintertext] = ACTIONS(6330), + [anon_sym_BSLASHshortintertext] = ACTIONS(6330), }, [1167] = { [sym_command_name] = ACTIONS(6326), @@ -393783,7 +393783,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6326), [anon_sym_BSLASHtext] = ACTIONS(6326), [anon_sym_BSLASHintertext] = ACTIONS(6326), - [anon_sym_shortintertext] = ACTIONS(6326), + [anon_sym_BSLASHshortintertext] = ACTIONS(6326), }, [1168] = { [sym_command_name] = ACTIONS(6422), @@ -394078,7 +394078,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6422), [anon_sym_BSLASHtext] = ACTIONS(6422), [anon_sym_BSLASHintertext] = ACTIONS(6422), - [anon_sym_shortintertext] = ACTIONS(6422), + [anon_sym_BSLASHshortintertext] = ACTIONS(6422), }, [1169] = { [sym_command_name] = ACTIONS(6322), @@ -394373,7 +394373,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6322), [anon_sym_BSLASHtext] = ACTIONS(6322), [anon_sym_BSLASHintertext] = ACTIONS(6322), - [anon_sym_shortintertext] = ACTIONS(6322), + [anon_sym_BSLASHshortintertext] = ACTIONS(6322), }, [1170] = { [sym_command_name] = ACTIONS(5982), @@ -394668,7 +394668,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5982), [anon_sym_BSLASHtext] = ACTIONS(5982), [anon_sym_BSLASHintertext] = ACTIONS(5982), - [anon_sym_shortintertext] = ACTIONS(5982), + [anon_sym_BSLASHshortintertext] = ACTIONS(5982), }, [1171] = { [sym_command_name] = ACTIONS(6382), @@ -394963,7 +394963,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6382), [anon_sym_BSLASHtext] = ACTIONS(6382), [anon_sym_BSLASHintertext] = ACTIONS(6382), - [anon_sym_shortintertext] = ACTIONS(6382), + [anon_sym_BSLASHshortintertext] = ACTIONS(6382), }, [1172] = { [sym_command_name] = ACTIONS(6410), @@ -395258,7 +395258,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6410), [anon_sym_BSLASHtext] = ACTIONS(6410), [anon_sym_BSLASHintertext] = ACTIONS(6410), - [anon_sym_shortintertext] = ACTIONS(6410), + [anon_sym_BSLASHshortintertext] = ACTIONS(6410), }, [1173] = { [sym_command_name] = ACTIONS(6226), @@ -395553,7 +395553,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6226), [anon_sym_BSLASHtext] = ACTIONS(6226), [anon_sym_BSLASHintertext] = ACTIONS(6226), - [anon_sym_shortintertext] = ACTIONS(6226), + [anon_sym_BSLASHshortintertext] = ACTIONS(6226), }, [1174] = { [sym_command_name] = ACTIONS(6358), @@ -395848,7 +395848,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6358), [anon_sym_BSLASHtext] = ACTIONS(6358), [anon_sym_BSLASHintertext] = ACTIONS(6358), - [anon_sym_shortintertext] = ACTIONS(6358), + [anon_sym_BSLASHshortintertext] = ACTIONS(6358), }, [1175] = { [sym_command_name] = ACTIONS(6120), @@ -396143,7 +396143,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6120), [anon_sym_BSLASHtext] = ACTIONS(6120), [anon_sym_BSLASHintertext] = ACTIONS(6120), - [anon_sym_shortintertext] = ACTIONS(6120), + [anon_sym_BSLASHshortintertext] = ACTIONS(6120), }, [1176] = { [sym_command_name] = ACTIONS(6076), @@ -396438,7 +396438,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6076), [anon_sym_BSLASHtext] = ACTIONS(6076), [anon_sym_BSLASHintertext] = ACTIONS(6076), - [anon_sym_shortintertext] = ACTIONS(6076), + [anon_sym_BSLASHshortintertext] = ACTIONS(6076), }, [1177] = { [sym_command_name] = ACTIONS(5986), @@ -396733,7 +396733,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5986), [anon_sym_BSLASHtext] = ACTIONS(5986), [anon_sym_BSLASHintertext] = ACTIONS(5986), - [anon_sym_shortintertext] = ACTIONS(5986), + [anon_sym_BSLASHshortintertext] = ACTIONS(5986), }, [1178] = { [sym_command_name] = ACTIONS(6434), @@ -397028,7 +397028,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6434), [anon_sym_BSLASHtext] = ACTIONS(6434), [anon_sym_BSLASHintertext] = ACTIONS(6434), - [anon_sym_shortintertext] = ACTIONS(6434), + [anon_sym_BSLASHshortintertext] = ACTIONS(6434), }, [1179] = { [sym_command_name] = ACTIONS(6490), @@ -397323,7 +397323,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6490), [anon_sym_BSLASHtext] = ACTIONS(6490), [anon_sym_BSLASHintertext] = ACTIONS(6490), - [anon_sym_shortintertext] = ACTIONS(6490), + [anon_sym_BSLASHshortintertext] = ACTIONS(6490), }, [1180] = { [sym_command_name] = ACTIONS(6494), @@ -397618,7 +397618,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6494), [anon_sym_BSLASHtext] = ACTIONS(6494), [anon_sym_BSLASHintertext] = ACTIONS(6494), - [anon_sym_shortintertext] = ACTIONS(6494), + [anon_sym_BSLASHshortintertext] = ACTIONS(6494), }, [1181] = { [sym_command_name] = ACTIONS(6498), @@ -397913,7 +397913,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6498), [anon_sym_BSLASHtext] = ACTIONS(6498), [anon_sym_BSLASHintertext] = ACTIONS(6498), - [anon_sym_shortintertext] = ACTIONS(6498), + [anon_sym_BSLASHshortintertext] = ACTIONS(6498), }, [1182] = { [sym_command_name] = ACTIONS(6502), @@ -398208,7 +398208,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6502), [anon_sym_BSLASHtext] = ACTIONS(6502), [anon_sym_BSLASHintertext] = ACTIONS(6502), - [anon_sym_shortintertext] = ACTIONS(6502), + [anon_sym_BSLASHshortintertext] = ACTIONS(6502), }, [1183] = { [sym_command_name] = ACTIONS(6506), @@ -398503,7 +398503,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6506), [anon_sym_BSLASHtext] = ACTIONS(6506), [anon_sym_BSLASHintertext] = ACTIONS(6506), - [anon_sym_shortintertext] = ACTIONS(6506), + [anon_sym_BSLASHshortintertext] = ACTIONS(6506), }, [1184] = { [sym_command_name] = ACTIONS(6510), @@ -398798,7 +398798,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6510), [anon_sym_BSLASHtext] = ACTIONS(6510), [anon_sym_BSLASHintertext] = ACTIONS(6510), - [anon_sym_shortintertext] = ACTIONS(6510), + [anon_sym_BSLASHshortintertext] = ACTIONS(6510), }, [1185] = { [sym_command_name] = ACTIONS(6514), @@ -399093,7 +399093,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6514), [anon_sym_BSLASHtext] = ACTIONS(6514), [anon_sym_BSLASHintertext] = ACTIONS(6514), - [anon_sym_shortintertext] = ACTIONS(6514), + [anon_sym_BSLASHshortintertext] = ACTIONS(6514), }, [1186] = { [sym_command_name] = ACTIONS(6518), @@ -399388,7 +399388,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6518), [anon_sym_BSLASHtext] = ACTIONS(6518), [anon_sym_BSLASHintertext] = ACTIONS(6518), - [anon_sym_shortintertext] = ACTIONS(6518), + [anon_sym_BSLASHshortintertext] = ACTIONS(6518), }, [1187] = { [sym_command_name] = ACTIONS(6222), @@ -399683,7 +399683,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6222), [anon_sym_BSLASHtext] = ACTIONS(6222), [anon_sym_BSLASHintertext] = ACTIONS(6222), - [anon_sym_shortintertext] = ACTIONS(6222), + [anon_sym_BSLASHshortintertext] = ACTIONS(6222), }, [1188] = { [sym_command_name] = ACTIONS(6306), @@ -399978,7 +399978,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6306), [anon_sym_BSLASHtext] = ACTIONS(6306), [anon_sym_BSLASHintertext] = ACTIONS(6306), - [anon_sym_shortintertext] = ACTIONS(6306), + [anon_sym_BSLASHshortintertext] = ACTIONS(6306), }, [1189] = { [sym_command_name] = ACTIONS(6160), @@ -400273,7 +400273,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6160), [anon_sym_BSLASHtext] = ACTIONS(6160), [anon_sym_BSLASHintertext] = ACTIONS(6160), - [anon_sym_shortintertext] = ACTIONS(6160), + [anon_sym_BSLASHshortintertext] = ACTIONS(6160), }, [1190] = { [sym_command_name] = ACTIONS(6156), @@ -400568,7 +400568,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6156), [anon_sym_BSLASHtext] = ACTIONS(6156), [anon_sym_BSLASHintertext] = ACTIONS(6156), - [anon_sym_shortintertext] = ACTIONS(6156), + [anon_sym_BSLASHshortintertext] = ACTIONS(6156), }, [1191] = { [sym_command_name] = ACTIONS(6378), @@ -400863,7 +400863,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6378), [anon_sym_BSLASHtext] = ACTIONS(6378), [anon_sym_BSLASHintertext] = ACTIONS(6378), - [anon_sym_shortintertext] = ACTIONS(6378), + [anon_sym_BSLASHshortintertext] = ACTIONS(6378), }, [1192] = { [sym_command_name] = ACTIONS(6418), @@ -401158,7 +401158,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6418), [anon_sym_BSLASHtext] = ACTIONS(6418), [anon_sym_BSLASHintertext] = ACTIONS(6418), - [anon_sym_shortintertext] = ACTIONS(6418), + [anon_sym_BSLASHshortintertext] = ACTIONS(6418), }, [1193] = { [sym_command_name] = ACTIONS(6152), @@ -401453,7 +401453,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6152), [anon_sym_BSLASHtext] = ACTIONS(6152), [anon_sym_BSLASHintertext] = ACTIONS(6152), - [anon_sym_shortintertext] = ACTIONS(6152), + [anon_sym_BSLASHshortintertext] = ACTIONS(6152), }, [1194] = { [sym_command_name] = ACTIONS(6386), @@ -401748,7 +401748,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6386), [anon_sym_BSLASHtext] = ACTIONS(6386), [anon_sym_BSLASHintertext] = ACTIONS(6386), - [anon_sym_shortintertext] = ACTIONS(6386), + [anon_sym_BSLASHshortintertext] = ACTIONS(6386), }, [1195] = { [sym_command_name] = ACTIONS(6148), @@ -402043,7 +402043,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6148), [anon_sym_BSLASHtext] = ACTIONS(6148), [anon_sym_BSLASHintertext] = ACTIONS(6148), - [anon_sym_shortintertext] = ACTIONS(6148), + [anon_sym_BSLASHshortintertext] = ACTIONS(6148), }, [1196] = { [sym_command_name] = ACTIONS(6144), @@ -402338,7 +402338,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6144), [anon_sym_BSLASHtext] = ACTIONS(6144), [anon_sym_BSLASHintertext] = ACTIONS(6144), - [anon_sym_shortintertext] = ACTIONS(6144), + [anon_sym_BSLASHshortintertext] = ACTIONS(6144), }, [1197] = { [sym_command_name] = ACTIONS(6088), @@ -402633,7 +402633,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6088), [anon_sym_BSLASHtext] = ACTIONS(6088), [anon_sym_BSLASHintertext] = ACTIONS(6088), - [anon_sym_shortintertext] = ACTIONS(6088), + [anon_sym_BSLASHshortintertext] = ACTIONS(6088), }, [1198] = { [sym_command_name] = ACTIONS(6084), @@ -402928,7 +402928,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6084), [anon_sym_BSLASHtext] = ACTIONS(6084), [anon_sym_BSLASHintertext] = ACTIONS(6084), - [anon_sym_shortintertext] = ACTIONS(6084), + [anon_sym_BSLASHshortintertext] = ACTIONS(6084), }, [1199] = { [sym_command_name] = ACTIONS(6080), @@ -403223,7 +403223,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6080), [anon_sym_BSLASHtext] = ACTIONS(6080), [anon_sym_BSLASHintertext] = ACTIONS(6080), - [anon_sym_shortintertext] = ACTIONS(6080), + [anon_sym_BSLASHshortintertext] = ACTIONS(6080), }, [1200] = { [sym_command_name] = ACTIONS(6072), @@ -403518,7 +403518,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6072), [anon_sym_BSLASHtext] = ACTIONS(6072), [anon_sym_BSLASHintertext] = ACTIONS(6072), - [anon_sym_shortintertext] = ACTIONS(6072), + [anon_sym_BSLASHshortintertext] = ACTIONS(6072), }, [1201] = { [sym_command_name] = ACTIONS(6068), @@ -403813,7 +403813,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6068), [anon_sym_BSLASHtext] = ACTIONS(6068), [anon_sym_BSLASHintertext] = ACTIONS(6068), - [anon_sym_shortintertext] = ACTIONS(6068), + [anon_sym_BSLASHshortintertext] = ACTIONS(6068), }, [1202] = { [sym_command_name] = ACTIONS(6064), @@ -404108,7 +404108,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6064), [anon_sym_BSLASHtext] = ACTIONS(6064), [anon_sym_BSLASHintertext] = ACTIONS(6064), - [anon_sym_shortintertext] = ACTIONS(6064), + [anon_sym_BSLASHshortintertext] = ACTIONS(6064), }, [1203] = { [sym_command_name] = ACTIONS(6060), @@ -404403,7 +404403,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6060), [anon_sym_BSLASHtext] = ACTIONS(6060), [anon_sym_BSLASHintertext] = ACTIONS(6060), - [anon_sym_shortintertext] = ACTIONS(6060), + [anon_sym_BSLASHshortintertext] = ACTIONS(6060), }, [1204] = { [sym_command_name] = ACTIONS(6010), @@ -404698,7 +404698,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6010), [anon_sym_BSLASHtext] = ACTIONS(6010), [anon_sym_BSLASHintertext] = ACTIONS(6010), - [anon_sym_shortintertext] = ACTIONS(6010), + [anon_sym_BSLASHshortintertext] = ACTIONS(6010), }, [1205] = { [sym_command_name] = ACTIONS(5982), @@ -404993,7 +404993,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5982), [anon_sym_BSLASHtext] = ACTIONS(5982), [anon_sym_BSLASHintertext] = ACTIONS(5982), - [anon_sym_shortintertext] = ACTIONS(5982), + [anon_sym_BSLASHshortintertext] = ACTIONS(5982), }, [1206] = { [sym_command_name] = ACTIONS(6390), @@ -405288,7 +405288,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6390), [anon_sym_BSLASHtext] = ACTIONS(6390), [anon_sym_BSLASHintertext] = ACTIONS(6390), - [anon_sym_shortintertext] = ACTIONS(6390), + [anon_sym_BSLASHshortintertext] = ACTIONS(6390), }, [1207] = { [sym_command_name] = ACTIONS(6394), @@ -405583,7 +405583,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6394), [anon_sym_BSLASHtext] = ACTIONS(6394), [anon_sym_BSLASHintertext] = ACTIONS(6394), - [anon_sym_shortintertext] = ACTIONS(6394), + [anon_sym_BSLASHshortintertext] = ACTIONS(6394), }, [1208] = { [sym_command_name] = ACTIONS(6486), @@ -405878,7 +405878,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6486), [anon_sym_BSLASHtext] = ACTIONS(6486), [anon_sym_BSLASHintertext] = ACTIONS(6486), - [anon_sym_shortintertext] = ACTIONS(6486), + [anon_sym_BSLASHshortintertext] = ACTIONS(6486), }, [1209] = { [sym_command_name] = ACTIONS(6398), @@ -406173,7 +406173,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6398), [anon_sym_BSLASHtext] = ACTIONS(6398), [anon_sym_BSLASHintertext] = ACTIONS(6398), - [anon_sym_shortintertext] = ACTIONS(6398), + [anon_sym_BSLASHshortintertext] = ACTIONS(6398), }, [1210] = { [sym_command_name] = ACTIONS(6402), @@ -406468,7 +406468,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6402), [anon_sym_BSLASHtext] = ACTIONS(6402), [anon_sym_BSLASHintertext] = ACTIONS(6402), - [anon_sym_shortintertext] = ACTIONS(6402), + [anon_sym_BSLASHshortintertext] = ACTIONS(6402), }, [1211] = { [sym_command_name] = ACTIONS(6406), @@ -406763,7 +406763,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6406), [anon_sym_BSLASHtext] = ACTIONS(6406), [anon_sym_BSLASHintertext] = ACTIONS(6406), - [anon_sym_shortintertext] = ACTIONS(6406), + [anon_sym_BSLASHshortintertext] = ACTIONS(6406), }, [1212] = { [sym_command_name] = ACTIONS(6430), @@ -407058,7 +407058,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6430), [anon_sym_BSLASHtext] = ACTIONS(6430), [anon_sym_BSLASHintertext] = ACTIONS(6430), - [anon_sym_shortintertext] = ACTIONS(6430), + [anon_sym_BSLASHshortintertext] = ACTIONS(6430), }, [1213] = { [sym_command_name] = ACTIONS(6374), @@ -407353,7 +407353,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6374), [anon_sym_BSLASHtext] = ACTIONS(6374), [anon_sym_BSLASHintertext] = ACTIONS(6374), - [anon_sym_shortintertext] = ACTIONS(6374), + [anon_sym_BSLASHshortintertext] = ACTIONS(6374), }, [1214] = { [sym_command_name] = ACTIONS(6362), @@ -407648,7 +407648,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6362), [anon_sym_BSLASHtext] = ACTIONS(6362), [anon_sym_BSLASHintertext] = ACTIONS(6362), - [anon_sym_shortintertext] = ACTIONS(6362), + [anon_sym_BSLASHshortintertext] = ACTIONS(6362), }, [1215] = { [sym_command_name] = ACTIONS(6354), @@ -407943,7 +407943,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6354), [anon_sym_BSLASHtext] = ACTIONS(6354), [anon_sym_BSLASHintertext] = ACTIONS(6354), - [anon_sym_shortintertext] = ACTIONS(6354), + [anon_sym_BSLASHshortintertext] = ACTIONS(6354), }, [1216] = { [sym_command_name] = ACTIONS(6334), @@ -408238,7 +408238,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6334), [anon_sym_BSLASHtext] = ACTIONS(6334), [anon_sym_BSLASHintertext] = ACTIONS(6334), - [anon_sym_shortintertext] = ACTIONS(6334), + [anon_sym_BSLASHshortintertext] = ACTIONS(6334), }, [1217] = { [sym_command_name] = ACTIONS(6330), @@ -408533,7 +408533,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6330), [anon_sym_BSLASHtext] = ACTIONS(6330), [anon_sym_BSLASHintertext] = ACTIONS(6330), - [anon_sym_shortintertext] = ACTIONS(6330), + [anon_sym_BSLASHshortintertext] = ACTIONS(6330), }, [1218] = { [sym_block_comment] = STATE(2002), @@ -409123,7 +409123,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6482), [anon_sym_BSLASHtext] = ACTIONS(6482), [anon_sym_BSLASHintertext] = ACTIONS(6482), - [anon_sym_shortintertext] = ACTIONS(6482), + [anon_sym_BSLASHshortintertext] = ACTIONS(6482), }, [1220] = { [sym_command_name] = ACTIONS(6478), @@ -409418,7 +409418,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6478), [anon_sym_BSLASHtext] = ACTIONS(6478), [anon_sym_BSLASHintertext] = ACTIONS(6478), - [anon_sym_shortintertext] = ACTIONS(6478), + [anon_sym_BSLASHshortintertext] = ACTIONS(6478), }, [1221] = { [sym_command_name] = ACTIONS(6474), @@ -409713,7 +409713,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6474), [anon_sym_BSLASHtext] = ACTIONS(6474), [anon_sym_BSLASHintertext] = ACTIONS(6474), - [anon_sym_shortintertext] = ACTIONS(6474), + [anon_sym_BSLASHshortintertext] = ACTIONS(6474), }, [1222] = { [sym_command_name] = ACTIONS(6470), @@ -410008,7 +410008,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6470), [anon_sym_BSLASHtext] = ACTIONS(6470), [anon_sym_BSLASHintertext] = ACTIONS(6470), - [anon_sym_shortintertext] = ACTIONS(6470), + [anon_sym_BSLASHshortintertext] = ACTIONS(6470), }, [1223] = { [sym_command_name] = ACTIONS(6466), @@ -410303,7 +410303,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6466), [anon_sym_BSLASHtext] = ACTIONS(6466), [anon_sym_BSLASHintertext] = ACTIONS(6466), - [anon_sym_shortintertext] = ACTIONS(6466), + [anon_sym_BSLASHshortintertext] = ACTIONS(6466), }, [1224] = { [sym_command_name] = ACTIONS(6462), @@ -410598,7 +410598,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6462), [anon_sym_BSLASHtext] = ACTIONS(6462), [anon_sym_BSLASHintertext] = ACTIONS(6462), - [anon_sym_shortintertext] = ACTIONS(6462), + [anon_sym_BSLASHshortintertext] = ACTIONS(6462), }, [1225] = { [sym_command_name] = ACTIONS(6418), @@ -410893,7 +410893,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6418), [anon_sym_BSLASHtext] = ACTIONS(6418), [anon_sym_BSLASHintertext] = ACTIONS(6418), - [anon_sym_shortintertext] = ACTIONS(6418), + [anon_sym_BSLASHshortintertext] = ACTIONS(6418), }, [1226] = { [sym_command_name] = ACTIONS(6454), @@ -411188,7 +411188,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6454), [anon_sym_BSLASHtext] = ACTIONS(6454), [anon_sym_BSLASHintertext] = ACTIONS(6454), - [anon_sym_shortintertext] = ACTIONS(6454), + [anon_sym_BSLASHshortintertext] = ACTIONS(6454), }, [1227] = { [sym_command_name] = ACTIONS(6450), @@ -411483,7 +411483,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6450), [anon_sym_BSLASHtext] = ACTIONS(6450), [anon_sym_BSLASHintertext] = ACTIONS(6450), - [anon_sym_shortintertext] = ACTIONS(6450), + [anon_sym_BSLASHshortintertext] = ACTIONS(6450), }, [1228] = { [sym_command_name] = ACTIONS(6446), @@ -411778,7 +411778,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6446), [anon_sym_BSLASHtext] = ACTIONS(6446), [anon_sym_BSLASHintertext] = ACTIONS(6446), - [anon_sym_shortintertext] = ACTIONS(6446), + [anon_sym_BSLASHshortintertext] = ACTIONS(6446), }, [1229] = { [sym_command_name] = ACTIONS(6442), @@ -412073,7 +412073,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6442), [anon_sym_BSLASHtext] = ACTIONS(6442), [anon_sym_BSLASHintertext] = ACTIONS(6442), - [anon_sym_shortintertext] = ACTIONS(6442), + [anon_sym_BSLASHshortintertext] = ACTIONS(6442), }, [1230] = { [sym_command_name] = ACTIONS(6350), @@ -412368,7 +412368,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6350), [anon_sym_BSLASHtext] = ACTIONS(6350), [anon_sym_BSLASHintertext] = ACTIONS(6350), - [anon_sym_shortintertext] = ACTIONS(6350), + [anon_sym_BSLASHshortintertext] = ACTIONS(6350), }, [1231] = { [sym_command_name] = ACTIONS(5994), @@ -412663,7 +412663,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5994), [anon_sym_BSLASHtext] = ACTIONS(5994), [anon_sym_BSLASHintertext] = ACTIONS(5994), - [anon_sym_shortintertext] = ACTIONS(5994), + [anon_sym_BSLASHshortintertext] = ACTIONS(5994), }, [1232] = { [sym_command_name] = ACTIONS(5998), @@ -412958,7 +412958,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5998), [anon_sym_BSLASHtext] = ACTIONS(5998), [anon_sym_BSLASHintertext] = ACTIONS(5998), - [anon_sym_shortintertext] = ACTIONS(5998), + [anon_sym_BSLASHshortintertext] = ACTIONS(5998), }, [1233] = { [sym_command_name] = ACTIONS(6002), @@ -413253,7 +413253,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6002), [anon_sym_BSLASHtext] = ACTIONS(6002), [anon_sym_BSLASHintertext] = ACTIONS(6002), - [anon_sym_shortintertext] = ACTIONS(6002), + [anon_sym_BSLASHshortintertext] = ACTIONS(6002), }, [1234] = { [sym_command_name] = ACTIONS(6374), @@ -413548,7 +413548,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6374), [anon_sym_BSLASHtext] = ACTIONS(6374), [anon_sym_BSLASHintertext] = ACTIONS(6374), - [anon_sym_shortintertext] = ACTIONS(6374), + [anon_sym_BSLASHshortintertext] = ACTIONS(6374), }, [1235] = { [sym_command_name] = ACTIONS(6322), @@ -413843,7 +413843,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6322), [anon_sym_BSLASHtext] = ACTIONS(6322), [anon_sym_BSLASHintertext] = ACTIONS(6322), - [anon_sym_shortintertext] = ACTIONS(6322), + [anon_sym_BSLASHshortintertext] = ACTIONS(6322), }, [1236] = { [sym_command_name] = ACTIONS(6006), @@ -414138,7 +414138,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6006), [anon_sym_BSLASHtext] = ACTIONS(6006), [anon_sym_BSLASHintertext] = ACTIONS(6006), - [anon_sym_shortintertext] = ACTIONS(6006), + [anon_sym_BSLASHshortintertext] = ACTIONS(6006), }, [1237] = { [sym_command_name] = ACTIONS(6026), @@ -414433,7 +414433,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6026), [anon_sym_BSLASHtext] = ACTIONS(6026), [anon_sym_BSLASHintertext] = ACTIONS(6026), - [anon_sym_shortintertext] = ACTIONS(6026), + [anon_sym_BSLASHshortintertext] = ACTIONS(6026), }, [1238] = { [sym_command_name] = ACTIONS(6092), @@ -414728,7 +414728,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6092), [anon_sym_BSLASHtext] = ACTIONS(6092), [anon_sym_BSLASHintertext] = ACTIONS(6092), - [anon_sym_shortintertext] = ACTIONS(6092), + [anon_sym_BSLASHshortintertext] = ACTIONS(6092), }, [1239] = { [sym_command_name] = ACTIONS(6096), @@ -415023,7 +415023,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6096), [anon_sym_BSLASHtext] = ACTIONS(6096), [anon_sym_BSLASHintertext] = ACTIONS(6096), - [anon_sym_shortintertext] = ACTIONS(6096), + [anon_sym_BSLASHshortintertext] = ACTIONS(6096), }, [1240] = { [sym_command_name] = ACTIONS(6104), @@ -415318,7 +415318,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6104), [anon_sym_BSLASHtext] = ACTIONS(6104), [anon_sym_BSLASHintertext] = ACTIONS(6104), - [anon_sym_shortintertext] = ACTIONS(6104), + [anon_sym_BSLASHshortintertext] = ACTIONS(6104), }, [1241] = { [sym_command_name] = ACTIONS(6170), @@ -415613,7 +415613,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6170), [anon_sym_BSLASHtext] = ACTIONS(6170), [anon_sym_BSLASHintertext] = ACTIONS(6170), - [anon_sym_shortintertext] = ACTIONS(6170), + [anon_sym_BSLASHshortintertext] = ACTIONS(6170), }, [1242] = { [sym_command_name] = ACTIONS(6174), @@ -415908,7 +415908,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6174), [anon_sym_BSLASHtext] = ACTIONS(6174), [anon_sym_BSLASHintertext] = ACTIONS(6174), - [anon_sym_shortintertext] = ACTIONS(6174), + [anon_sym_BSLASHshortintertext] = ACTIONS(6174), }, [1243] = { [sym_command_name] = ACTIONS(6178), @@ -416203,7 +416203,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6178), [anon_sym_BSLASHtext] = ACTIONS(6178), [anon_sym_BSLASHintertext] = ACTIONS(6178), - [anon_sym_shortintertext] = ACTIONS(6178), + [anon_sym_BSLASHshortintertext] = ACTIONS(6178), }, [1244] = { [sym_command_name] = ACTIONS(6182), @@ -416498,7 +416498,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6182), [anon_sym_BSLASHtext] = ACTIONS(6182), [anon_sym_BSLASHintertext] = ACTIONS(6182), - [anon_sym_shortintertext] = ACTIONS(6182), + [anon_sym_BSLASHshortintertext] = ACTIONS(6182), }, [1245] = { [sym_command_name] = ACTIONS(6494), @@ -416793,7 +416793,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6494), [anon_sym_BSLASHtext] = ACTIONS(6494), [anon_sym_BSLASHintertext] = ACTIONS(6494), - [anon_sym_shortintertext] = ACTIONS(6494), + [anon_sym_BSLASHshortintertext] = ACTIONS(6494), }, [1246] = { [sym_command_name] = ACTIONS(6498), @@ -417088,7 +417088,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6498), [anon_sym_BSLASHtext] = ACTIONS(6498), [anon_sym_BSLASHintertext] = ACTIONS(6498), - [anon_sym_shortintertext] = ACTIONS(6498), + [anon_sym_BSLASHshortintertext] = ACTIONS(6498), }, [1247] = { [sym_command_name] = ACTIONS(6358), @@ -417383,7 +417383,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6358), [anon_sym_BSLASHtext] = ACTIONS(6358), [anon_sym_BSLASHintertext] = ACTIONS(6358), - [anon_sym_shortintertext] = ACTIONS(6358), + [anon_sym_BSLASHshortintertext] = ACTIONS(6358), }, [1248] = { [sym_command_name] = ACTIONS(6120), @@ -417678,7 +417678,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6120), [anon_sym_BSLASHtext] = ACTIONS(6120), [anon_sym_BSLASHintertext] = ACTIONS(6120), - [anon_sym_shortintertext] = ACTIONS(6120), + [anon_sym_BSLASHshortintertext] = ACTIONS(6120), }, [1249] = { [sym_command_name] = ACTIONS(6076), @@ -417973,7 +417973,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6076), [anon_sym_BSLASHtext] = ACTIONS(6076), [anon_sym_BSLASHintertext] = ACTIONS(6076), - [anon_sym_shortintertext] = ACTIONS(6076), + [anon_sym_BSLASHshortintertext] = ACTIONS(6076), }, [1250] = { [sym_command_name] = ACTIONS(5986), @@ -418268,7 +418268,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5986), [anon_sym_BSLASHtext] = ACTIONS(5986), [anon_sym_BSLASHintertext] = ACTIONS(5986), - [anon_sym_shortintertext] = ACTIONS(5986), + [anon_sym_BSLASHshortintertext] = ACTIONS(5986), }, [1251] = { [sym_command_name] = ACTIONS(5990), @@ -418563,7 +418563,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5990), [anon_sym_BSLASHtext] = ACTIONS(5990), [anon_sym_BSLASHintertext] = ACTIONS(5990), - [anon_sym_shortintertext] = ACTIONS(5990), + [anon_sym_BSLASHshortintertext] = ACTIONS(5990), }, [1252] = { [sym_command_name] = ACTIONS(6502), @@ -418858,7 +418858,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6502), [anon_sym_BSLASHtext] = ACTIONS(6502), [anon_sym_BSLASHintertext] = ACTIONS(6502), - [anon_sym_shortintertext] = ACTIONS(6502), + [anon_sym_BSLASHshortintertext] = ACTIONS(6502), }, [1253] = { [sym_command_name] = ACTIONS(6486), @@ -419153,7 +419153,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6486), [anon_sym_BSLASHtext] = ACTIONS(6486), [anon_sym_BSLASHintertext] = ACTIONS(6486), - [anon_sym_shortintertext] = ACTIONS(6486), + [anon_sym_BSLASHshortintertext] = ACTIONS(6486), }, [1254] = { [sym_command_name] = ACTIONS(6194), @@ -419448,7 +419448,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6194), [anon_sym_BSLASHtext] = ACTIONS(6194), [anon_sym_BSLASHintertext] = ACTIONS(6194), - [anon_sym_shortintertext] = ACTIONS(6194), + [anon_sym_BSLASHshortintertext] = ACTIONS(6194), }, [1255] = { [sym_block_comment] = STATE(2002), @@ -420038,7 +420038,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6853), [anon_sym_BSLASHtext] = ACTIONS(6853), [anon_sym_BSLASHintertext] = ACTIONS(6853), - [anon_sym_shortintertext] = ACTIONS(6853), + [anon_sym_BSLASHshortintertext] = ACTIONS(6853), }, [1257] = { [sym_command_name] = ACTIONS(6326), @@ -420333,7 +420333,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6326), [anon_sym_BSLASHtext] = ACTIONS(6326), [anon_sym_BSLASHintertext] = ACTIONS(6326), - [anon_sym_shortintertext] = ACTIONS(6326), + [anon_sym_BSLASHshortintertext] = ACTIONS(6326), }, [1258] = { [sym_command_name] = ACTIONS(6482), @@ -420628,7 +420628,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6482), [anon_sym_BSLASHtext] = ACTIONS(6482), [anon_sym_BSLASHintertext] = ACTIONS(6482), - [anon_sym_shortintertext] = ACTIONS(6482), + [anon_sym_BSLASHshortintertext] = ACTIONS(6482), }, [1259] = { [sym_command_name] = ACTIONS(6478), @@ -420923,7 +420923,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6478), [anon_sym_BSLASHtext] = ACTIONS(6478), [anon_sym_BSLASHintertext] = ACTIONS(6478), - [anon_sym_shortintertext] = ACTIONS(6478), + [anon_sym_BSLASHshortintertext] = ACTIONS(6478), }, [1260] = { [sym_command_name] = ACTIONS(6474), @@ -421218,7 +421218,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6474), [anon_sym_BSLASHtext] = ACTIONS(6474), [anon_sym_BSLASHintertext] = ACTIONS(6474), - [anon_sym_shortintertext] = ACTIONS(6474), + [anon_sym_BSLASHshortintertext] = ACTIONS(6474), }, [1261] = { [sym_command_name] = ACTIONS(6470), @@ -421513,7 +421513,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6470), [anon_sym_BSLASHtext] = ACTIONS(6470), [anon_sym_BSLASHintertext] = ACTIONS(6470), - [anon_sym_shortintertext] = ACTIONS(6470), + [anon_sym_BSLASHshortintertext] = ACTIONS(6470), }, [1262] = { [sym_command_name] = ACTIONS(6466), @@ -421808,7 +421808,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6466), [anon_sym_BSLASHtext] = ACTIONS(6466), [anon_sym_BSLASHintertext] = ACTIONS(6466), - [anon_sym_shortintertext] = ACTIONS(6466), + [anon_sym_BSLASHshortintertext] = ACTIONS(6466), }, [1263] = { [sym_command_name] = ACTIONS(6462), @@ -422103,7 +422103,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6462), [anon_sym_BSLASHtext] = ACTIONS(6462), [anon_sym_BSLASHintertext] = ACTIONS(6462), - [anon_sym_shortintertext] = ACTIONS(6462), + [anon_sym_BSLASHshortintertext] = ACTIONS(6462), }, [1264] = { [sym_command_name] = ACTIONS(6458), @@ -422398,7 +422398,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6458), [anon_sym_BSLASHtext] = ACTIONS(6458), [anon_sym_BSLASHintertext] = ACTIONS(6458), - [anon_sym_shortintertext] = ACTIONS(6458), + [anon_sym_BSLASHshortintertext] = ACTIONS(6458), }, [1265] = { [sym_command_name] = ACTIONS(6454), @@ -422693,7 +422693,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6454), [anon_sym_BSLASHtext] = ACTIONS(6454), [anon_sym_BSLASHintertext] = ACTIONS(6454), - [anon_sym_shortintertext] = ACTIONS(6454), + [anon_sym_BSLASHshortintertext] = ACTIONS(6454), }, [1266] = { [sym_command_name] = ACTIONS(6450), @@ -422988,7 +422988,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6450), [anon_sym_BSLASHtext] = ACTIONS(6450), [anon_sym_BSLASHintertext] = ACTIONS(6450), - [anon_sym_shortintertext] = ACTIONS(6450), + [anon_sym_BSLASHshortintertext] = ACTIONS(6450), }, [1267] = { [sym_command_name] = ACTIONS(6446), @@ -423283,7 +423283,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6446), [anon_sym_BSLASHtext] = ACTIONS(6446), [anon_sym_BSLASHintertext] = ACTIONS(6446), - [anon_sym_shortintertext] = ACTIONS(6446), + [anon_sym_BSLASHshortintertext] = ACTIONS(6446), }, [1268] = { [sym_command_name] = ACTIONS(6442), @@ -423578,7 +423578,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6442), [anon_sym_BSLASHtext] = ACTIONS(6442), [anon_sym_BSLASHintertext] = ACTIONS(6442), - [anon_sym_shortintertext] = ACTIONS(6442), + [anon_sym_BSLASHshortintertext] = ACTIONS(6442), }, [1269] = { [sym_command_name] = ACTIONS(6350), @@ -423873,7 +423873,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6350), [anon_sym_BSLASHtext] = ACTIONS(6350), [anon_sym_BSLASHintertext] = ACTIONS(6350), - [anon_sym_shortintertext] = ACTIONS(6350), + [anon_sym_BSLASHshortintertext] = ACTIONS(6350), }, [1270] = { [sym_command_name] = ACTIONS(5994), @@ -424168,7 +424168,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5994), [anon_sym_BSLASHtext] = ACTIONS(5994), [anon_sym_BSLASHintertext] = ACTIONS(5994), - [anon_sym_shortintertext] = ACTIONS(5994), + [anon_sym_BSLASHshortintertext] = ACTIONS(5994), }, [1271] = { [sym_command_name] = ACTIONS(6002), @@ -424463,7 +424463,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6002), [anon_sym_BSLASHtext] = ACTIONS(6002), [anon_sym_BSLASHintertext] = ACTIONS(6002), - [anon_sym_shortintertext] = ACTIONS(6002), + [anon_sym_BSLASHshortintertext] = ACTIONS(6002), }, [1272] = { [sym_command_name] = ACTIONS(6006), @@ -424758,7 +424758,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6006), [anon_sym_BSLASHtext] = ACTIONS(6006), [anon_sym_BSLASHintertext] = ACTIONS(6006), - [anon_sym_shortintertext] = ACTIONS(6006), + [anon_sym_BSLASHshortintertext] = ACTIONS(6006), }, [1273] = { [sym_command_name] = ACTIONS(6026), @@ -425053,7 +425053,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6026), [anon_sym_BSLASHtext] = ACTIONS(6026), [anon_sym_BSLASHintertext] = ACTIONS(6026), - [anon_sym_shortintertext] = ACTIONS(6026), + [anon_sym_BSLASHshortintertext] = ACTIONS(6026), }, [1274] = { [sym_command_name] = ACTIONS(6092), @@ -425348,7 +425348,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6092), [anon_sym_BSLASHtext] = ACTIONS(6092), [anon_sym_BSLASHintertext] = ACTIONS(6092), - [anon_sym_shortintertext] = ACTIONS(6092), + [anon_sym_BSLASHshortintertext] = ACTIONS(6092), }, [1275] = { [sym_command_name] = ACTIONS(6096), @@ -425643,7 +425643,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6096), [anon_sym_BSLASHtext] = ACTIONS(6096), [anon_sym_BSLASHintertext] = ACTIONS(6096), - [anon_sym_shortintertext] = ACTIONS(6096), + [anon_sym_BSLASHshortintertext] = ACTIONS(6096), }, [1276] = { [sym_command_name] = ACTIONS(6186), @@ -425938,7 +425938,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6186), [anon_sym_BSLASHtext] = ACTIONS(6186), [anon_sym_BSLASHintertext] = ACTIONS(6186), - [anon_sym_shortintertext] = ACTIONS(6186), + [anon_sym_BSLASHshortintertext] = ACTIONS(6186), }, [1277] = { [sym_command_name] = ACTIONS(6190), @@ -426233,7 +426233,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6190), [anon_sym_BSLASHtext] = ACTIONS(6190), [anon_sym_BSLASHintertext] = ACTIONS(6190), - [anon_sym_shortintertext] = ACTIONS(6190), + [anon_sym_BSLASHshortintertext] = ACTIONS(6190), }, [1278] = { [sym_command_name] = ACTIONS(6194), @@ -426528,7 +426528,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6194), [anon_sym_BSLASHtext] = ACTIONS(6194), [anon_sym_BSLASHintertext] = ACTIONS(6194), - [anon_sym_shortintertext] = ACTIONS(6194), + [anon_sym_BSLASHshortintertext] = ACTIONS(6194), }, [1279] = { [sym_command_name] = ACTIONS(6198), @@ -426823,7 +426823,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6198), [anon_sym_BSLASHtext] = ACTIONS(6198), [anon_sym_BSLASHintertext] = ACTIONS(6198), - [anon_sym_shortintertext] = ACTIONS(6198), + [anon_sym_BSLASHshortintertext] = ACTIONS(6198), }, [1280] = { [sym_command_name] = ACTIONS(6202), @@ -427118,7 +427118,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6202), [anon_sym_BSLASHtext] = ACTIONS(6202), [anon_sym_BSLASHintertext] = ACTIONS(6202), - [anon_sym_shortintertext] = ACTIONS(6202), + [anon_sym_BSLASHshortintertext] = ACTIONS(6202), }, [1281] = { [sym_command_name] = ACTIONS(6104), @@ -427413,7 +427413,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6104), [anon_sym_BSLASHtext] = ACTIONS(6104), [anon_sym_BSLASHintertext] = ACTIONS(6104), - [anon_sym_shortintertext] = ACTIONS(6104), + [anon_sym_BSLASHshortintertext] = ACTIONS(6104), }, [1282] = { [sym_command_name] = ACTIONS(6206), @@ -427708,7 +427708,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6206), [anon_sym_BSLASHtext] = ACTIONS(6206), [anon_sym_BSLASHintertext] = ACTIONS(6206), - [anon_sym_shortintertext] = ACTIONS(6206), + [anon_sym_BSLASHshortintertext] = ACTIONS(6206), }, [1283] = { [sym_command_name] = ACTIONS(6210), @@ -428003,7 +428003,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6210), [anon_sym_BSLASHtext] = ACTIONS(6210), [anon_sym_BSLASHintertext] = ACTIONS(6210), - [anon_sym_shortintertext] = ACTIONS(6210), + [anon_sym_BSLASHshortintertext] = ACTIONS(6210), }, [1284] = { [sym_command_name] = ACTIONS(6214), @@ -428298,7 +428298,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6214), [anon_sym_BSLASHtext] = ACTIONS(6214), [anon_sym_BSLASHintertext] = ACTIONS(6214), - [anon_sym_shortintertext] = ACTIONS(6214), + [anon_sym_BSLASHshortintertext] = ACTIONS(6214), }, [1285] = { [sym_command_name] = ACTIONS(145), @@ -428593,7 +428593,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [1286] = { [sym_command_name] = ACTIONS(6170), @@ -428888,7 +428888,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6170), [anon_sym_BSLASHtext] = ACTIONS(6170), [anon_sym_BSLASHintertext] = ACTIONS(6170), - [anon_sym_shortintertext] = ACTIONS(6170), + [anon_sym_BSLASHshortintertext] = ACTIONS(6170), }, [1287] = { [sym_command_name] = ACTIONS(161), @@ -429183,7 +429183,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [1288] = { [sym_command_name] = ACTIONS(6414), @@ -429478,7 +429478,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6414), [anon_sym_BSLASHtext] = ACTIONS(6414), [anon_sym_BSLASHintertext] = ACTIONS(6414), - [anon_sym_shortintertext] = ACTIONS(6414), + [anon_sym_BSLASHshortintertext] = ACTIONS(6414), }, [1289] = { [sym_command_name] = ACTIONS(6310), @@ -429773,7 +429773,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6310), [anon_sym_BSLASHtext] = ACTIONS(6310), [anon_sym_BSLASHintertext] = ACTIONS(6310), - [anon_sym_shortintertext] = ACTIONS(6310), + [anon_sym_BSLASHshortintertext] = ACTIONS(6310), }, [1290] = { [sym_command_name] = ACTIONS(6174), @@ -430068,7 +430068,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6174), [anon_sym_BSLASHtext] = ACTIONS(6174), [anon_sym_BSLASHintertext] = ACTIONS(6174), - [anon_sym_shortintertext] = ACTIONS(6174), + [anon_sym_BSLASHshortintertext] = ACTIONS(6174), }, [1291] = { [sym_command_name] = ACTIONS(6178), @@ -430363,7 +430363,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6178), [anon_sym_BSLASHtext] = ACTIONS(6178), [anon_sym_BSLASHintertext] = ACTIONS(6178), - [anon_sym_shortintertext] = ACTIONS(6178), + [anon_sym_BSLASHshortintertext] = ACTIONS(6178), }, [1292] = { [sym_command_name] = ACTIONS(6218), @@ -430658,7 +430658,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6218), [anon_sym_BSLASHtext] = ACTIONS(6218), [anon_sym_BSLASHintertext] = ACTIONS(6218), - [anon_sym_shortintertext] = ACTIONS(6218), + [anon_sym_BSLASHshortintertext] = ACTIONS(6218), }, [1293] = { [sym_command_name] = ACTIONS(6438), @@ -430953,7 +430953,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6438), [anon_sym_BSLASHtext] = ACTIONS(6438), [anon_sym_BSLASHintertext] = ACTIONS(6438), - [anon_sym_shortintertext] = ACTIONS(6438), + [anon_sym_BSLASHshortintertext] = ACTIONS(6438), }, [1294] = { [sym_command_name] = ACTIONS(6254), @@ -431248,7 +431248,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6254), [anon_sym_BSLASHtext] = ACTIONS(6254), [anon_sym_BSLASHintertext] = ACTIONS(6254), - [anon_sym_shortintertext] = ACTIONS(6254), + [anon_sym_BSLASHshortintertext] = ACTIONS(6254), }, [1295] = { [sym_command_name] = ACTIONS(2164), @@ -431543,7 +431543,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2164), [anon_sym_BSLASHtext] = ACTIONS(2164), [anon_sym_BSLASHintertext] = ACTIONS(2164), - [anon_sym_shortintertext] = ACTIONS(2164), + [anon_sym_BSLASHshortintertext] = ACTIONS(2164), }, [1296] = { [sym_command_name] = ACTIONS(6426), @@ -431838,7 +431838,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6426), [anon_sym_BSLASHtext] = ACTIONS(6426), [anon_sym_BSLASHintertext] = ACTIONS(6426), - [anon_sym_shortintertext] = ACTIONS(6426), + [anon_sym_BSLASHshortintertext] = ACTIONS(6426), }, [1297] = { [sym_command_name] = ACTIONS(6230), @@ -432133,7 +432133,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6230), [anon_sym_BSLASHtext] = ACTIONS(6230), [anon_sym_BSLASHintertext] = ACTIONS(6230), - [anon_sym_shortintertext] = ACTIONS(6230), + [anon_sym_BSLASHshortintertext] = ACTIONS(6230), }, [1298] = { [sym_command_name] = ACTIONS(6234), @@ -432428,7 +432428,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6234), [anon_sym_BSLASHtext] = ACTIONS(6234), [anon_sym_BSLASHintertext] = ACTIONS(6234), - [anon_sym_shortintertext] = ACTIONS(6234), + [anon_sym_BSLASHshortintertext] = ACTIONS(6234), }, [1299] = { [sym_command_name] = ACTIONS(6238), @@ -432723,7 +432723,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6238), [anon_sym_BSLASHtext] = ACTIONS(6238), [anon_sym_BSLASHintertext] = ACTIONS(6238), - [anon_sym_shortintertext] = ACTIONS(6238), + [anon_sym_BSLASHshortintertext] = ACTIONS(6238), }, [1300] = { [sym_command_name] = ACTIONS(6242), @@ -433018,7 +433018,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6242), [anon_sym_BSLASHtext] = ACTIONS(6242), [anon_sym_BSLASHintertext] = ACTIONS(6242), - [anon_sym_shortintertext] = ACTIONS(6242), + [anon_sym_BSLASHshortintertext] = ACTIONS(6242), }, [1301] = { [sym_command_name] = ACTIONS(6246), @@ -433313,7 +433313,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6246), [anon_sym_BSLASHtext] = ACTIONS(6246), [anon_sym_BSLASHintertext] = ACTIONS(6246), - [anon_sym_shortintertext] = ACTIONS(6246), + [anon_sym_BSLASHshortintertext] = ACTIONS(6246), }, [1302] = { [sym_command_name] = ACTIONS(6182), @@ -433608,7 +433608,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6182), [anon_sym_BSLASHtext] = ACTIONS(6182), [anon_sym_BSLASHintertext] = ACTIONS(6182), - [anon_sym_shortintertext] = ACTIONS(6182), + [anon_sym_BSLASHshortintertext] = ACTIONS(6182), }, [1303] = { [sym_command_name] = ACTIONS(6186), @@ -433903,7 +433903,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6186), [anon_sym_BSLASHtext] = ACTIONS(6186), [anon_sym_BSLASHintertext] = ACTIONS(6186), - [anon_sym_shortintertext] = ACTIONS(6186), + [anon_sym_BSLASHshortintertext] = ACTIONS(6186), }, [1304] = { [sym_command_name] = ACTIONS(6190), @@ -434198,7 +434198,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6190), [anon_sym_BSLASHtext] = ACTIONS(6190), [anon_sym_BSLASHintertext] = ACTIONS(6190), - [anon_sym_shortintertext] = ACTIONS(6190), + [anon_sym_BSLASHshortintertext] = ACTIONS(6190), }, [1305] = { [sym_command_name] = ACTIONS(6250), @@ -434493,7 +434493,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6250), [anon_sym_BSLASHtext] = ACTIONS(6250), [anon_sym_BSLASHintertext] = ACTIONS(6250), - [anon_sym_shortintertext] = ACTIONS(6250), + [anon_sym_BSLASHshortintertext] = ACTIONS(6250), }, [1306] = { [sym_command_name] = ACTIONS(6518), @@ -434788,7 +434788,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6518), [anon_sym_BSLASHtext] = ACTIONS(6518), [anon_sym_BSLASHintertext] = ACTIONS(6518), - [anon_sym_shortintertext] = ACTIONS(6518), + [anon_sym_BSLASHshortintertext] = ACTIONS(6518), }, [1307] = { [sym_command_name] = ACTIONS(6258), @@ -435083,7 +435083,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6258), [anon_sym_BSLASHtext] = ACTIONS(6258), [anon_sym_BSLASHintertext] = ACTIONS(6258), - [anon_sym_shortintertext] = ACTIONS(6258), + [anon_sym_BSLASHshortintertext] = ACTIONS(6258), }, [1308] = { [sym_command_name] = ACTIONS(6262), @@ -435378,7 +435378,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6262), [anon_sym_BSLASHtext] = ACTIONS(6262), [anon_sym_BSLASHintertext] = ACTIONS(6262), - [anon_sym_shortintertext] = ACTIONS(6262), + [anon_sym_BSLASHshortintertext] = ACTIONS(6262), }, [1309] = { [sym_command_name] = ACTIONS(6266), @@ -435673,7 +435673,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6266), [anon_sym_BSLASHtext] = ACTIONS(6266), [anon_sym_BSLASHintertext] = ACTIONS(6266), - [anon_sym_shortintertext] = ACTIONS(6266), + [anon_sym_BSLASHshortintertext] = ACTIONS(6266), }, [1310] = { [sym_command_name] = ACTIONS(6270), @@ -435968,7 +435968,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6270), [anon_sym_BSLASHtext] = ACTIONS(6270), [anon_sym_BSLASHintertext] = ACTIONS(6270), - [anon_sym_shortintertext] = ACTIONS(6270), + [anon_sym_BSLASHshortintertext] = ACTIONS(6270), }, [1311] = { [sym_command_name] = ACTIONS(6274), @@ -436263,7 +436263,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6274), [anon_sym_BSLASHtext] = ACTIONS(6274), [anon_sym_BSLASHintertext] = ACTIONS(6274), - [anon_sym_shortintertext] = ACTIONS(6274), + [anon_sym_BSLASHshortintertext] = ACTIONS(6274), }, [1312] = { [sym_command_name] = ACTIONS(6278), @@ -436558,7 +436558,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6278), [anon_sym_BSLASHtext] = ACTIONS(6278), [anon_sym_BSLASHintertext] = ACTIONS(6278), - [anon_sym_shortintertext] = ACTIONS(6278), + [anon_sym_BSLASHshortintertext] = ACTIONS(6278), }, [1313] = { [sym_command_name] = ACTIONS(6282), @@ -436853,7 +436853,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6282), [anon_sym_BSLASHtext] = ACTIONS(6282), [anon_sym_BSLASHintertext] = ACTIONS(6282), - [anon_sym_shortintertext] = ACTIONS(6282), + [anon_sym_BSLASHshortintertext] = ACTIONS(6282), }, [1314] = { [sym_command_name] = ACTIONS(2164), @@ -437148,7 +437148,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(2164), [anon_sym_BSLASHtext] = ACTIONS(2164), [anon_sym_BSLASHintertext] = ACTIONS(2164), - [anon_sym_shortintertext] = ACTIONS(2164), + [anon_sym_BSLASHshortintertext] = ACTIONS(2164), }, [1315] = { [sym_command_name] = ACTIONS(6286), @@ -437443,7 +437443,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6286), [anon_sym_BSLASHtext] = ACTIONS(6286), [anon_sym_BSLASHintertext] = ACTIONS(6286), - [anon_sym_shortintertext] = ACTIONS(6286), + [anon_sym_BSLASHshortintertext] = ACTIONS(6286), }, [1316] = { [sym_command_name] = ACTIONS(6198), @@ -437738,7 +437738,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6198), [anon_sym_BSLASHtext] = ACTIONS(6198), [anon_sym_BSLASHintertext] = ACTIONS(6198), - [anon_sym_shortintertext] = ACTIONS(6198), + [anon_sym_BSLASHshortintertext] = ACTIONS(6198), }, [1317] = { [sym_command_name] = ACTIONS(6202), @@ -438033,7 +438033,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6202), [anon_sym_BSLASHtext] = ACTIONS(6202), [anon_sym_BSLASHintertext] = ACTIONS(6202), - [anon_sym_shortintertext] = ACTIONS(6202), + [anon_sym_BSLASHshortintertext] = ACTIONS(6202), }, [1318] = { [sym_command_name] = ACTIONS(6206), @@ -438328,7 +438328,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6206), [anon_sym_BSLASHtext] = ACTIONS(6206), [anon_sym_BSLASHintertext] = ACTIONS(6206), - [anon_sym_shortintertext] = ACTIONS(6206), + [anon_sym_BSLASHshortintertext] = ACTIONS(6206), }, [1319] = { [sym_command_name] = ACTIONS(6210), @@ -438623,7 +438623,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6210), [anon_sym_BSLASHtext] = ACTIONS(6210), [anon_sym_BSLASHintertext] = ACTIONS(6210), - [anon_sym_shortintertext] = ACTIONS(6210), + [anon_sym_BSLASHshortintertext] = ACTIONS(6210), }, [1320] = { [sym_command_name] = ACTIONS(6214), @@ -438918,7 +438918,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6214), [anon_sym_BSLASHtext] = ACTIONS(6214), [anon_sym_BSLASHintertext] = ACTIONS(6214), - [anon_sym_shortintertext] = ACTIONS(6214), + [anon_sym_BSLASHshortintertext] = ACTIONS(6214), }, [1321] = { [sym_command_name] = ACTIONS(145), @@ -439213,7 +439213,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [1322] = { [sym_command_name] = ACTIONS(161), @@ -439508,7 +439508,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [1323] = { [sym_command_name] = ACTIONS(6414), @@ -439803,7 +439803,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6414), [anon_sym_BSLASHtext] = ACTIONS(6414), [anon_sym_BSLASHintertext] = ACTIONS(6414), - [anon_sym_shortintertext] = ACTIONS(6414), + [anon_sym_BSLASHshortintertext] = ACTIONS(6414), }, [1324] = { [sym_command_name] = ACTIONS(6310), @@ -440098,7 +440098,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6310), [anon_sym_BSLASHtext] = ACTIONS(6310), [anon_sym_BSLASHintertext] = ACTIONS(6310), - [anon_sym_shortintertext] = ACTIONS(6310), + [anon_sym_BSLASHshortintertext] = ACTIONS(6310), }, [1325] = { [sym_command_name] = ACTIONS(6857), @@ -440393,7 +440393,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6857), [anon_sym_BSLASHtext] = ACTIONS(6857), [anon_sym_BSLASHintertext] = ACTIONS(6857), - [anon_sym_shortintertext] = ACTIONS(6857), + [anon_sym_BSLASHshortintertext] = ACTIONS(6857), }, [1326] = { [sym_command_name] = ACTIONS(6218), @@ -440688,7 +440688,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6218), [anon_sym_BSLASHtext] = ACTIONS(6218), [anon_sym_BSLASHintertext] = ACTIONS(6218), - [anon_sym_shortintertext] = ACTIONS(6218), + [anon_sym_BSLASHshortintertext] = ACTIONS(6218), }, [1327] = { [sym_command_name] = ACTIONS(6438), @@ -440983,7 +440983,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6438), [anon_sym_BSLASHtext] = ACTIONS(6438), [anon_sym_BSLASHintertext] = ACTIONS(6438), - [anon_sym_shortintertext] = ACTIONS(6438), + [anon_sym_BSLASHshortintertext] = ACTIONS(6438), }, [1328] = { [sym_command_name] = ACTIONS(6434), @@ -441278,7 +441278,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6434), [anon_sym_BSLASHtext] = ACTIONS(6434), [anon_sym_BSLASHintertext] = ACTIONS(6434), - [anon_sym_shortintertext] = ACTIONS(6434), + [anon_sym_BSLASHshortintertext] = ACTIONS(6434), }, [1329] = { [sym_command_name] = ACTIONS(6426), @@ -441573,7 +441573,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6426), [anon_sym_BSLASHtext] = ACTIONS(6426), [anon_sym_BSLASHintertext] = ACTIONS(6426), - [anon_sym_shortintertext] = ACTIONS(6426), + [anon_sym_BSLASHshortintertext] = ACTIONS(6426), }, [1330] = { [sym_command_name] = ACTIONS(6230), @@ -441868,7 +441868,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6230), [anon_sym_BSLASHtext] = ACTIONS(6230), [anon_sym_BSLASHintertext] = ACTIONS(6230), - [anon_sym_shortintertext] = ACTIONS(6230), + [anon_sym_BSLASHshortintertext] = ACTIONS(6230), }, [1331] = { [sym_command_name] = ACTIONS(6234), @@ -442163,7 +442163,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6234), [anon_sym_BSLASHtext] = ACTIONS(6234), [anon_sym_BSLASHintertext] = ACTIONS(6234), - [anon_sym_shortintertext] = ACTIONS(6234), + [anon_sym_BSLASHshortintertext] = ACTIONS(6234), }, [1332] = { [sym_command_name] = ACTIONS(6238), @@ -442458,7 +442458,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6238), [anon_sym_BSLASHtext] = ACTIONS(6238), [anon_sym_BSLASHintertext] = ACTIONS(6238), - [anon_sym_shortintertext] = ACTIONS(6238), + [anon_sym_BSLASHshortintertext] = ACTIONS(6238), }, [1333] = { [sym_command_name] = ACTIONS(6242), @@ -442753,7 +442753,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6242), [anon_sym_BSLASHtext] = ACTIONS(6242), [anon_sym_BSLASHintertext] = ACTIONS(6242), - [anon_sym_shortintertext] = ACTIONS(6242), + [anon_sym_BSLASHshortintertext] = ACTIONS(6242), }, [1334] = { [sym_command_name] = ACTIONS(6246), @@ -443048,7 +443048,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6246), [anon_sym_BSLASHtext] = ACTIONS(6246), [anon_sym_BSLASHintertext] = ACTIONS(6246), - [anon_sym_shortintertext] = ACTIONS(6246), + [anon_sym_BSLASHshortintertext] = ACTIONS(6246), }, [1335] = { [sym_command_name] = ACTIONS(6250), @@ -443343,7 +443343,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6250), [anon_sym_BSLASHtext] = ACTIONS(6250), [anon_sym_BSLASHintertext] = ACTIONS(6250), - [anon_sym_shortintertext] = ACTIONS(6250), + [anon_sym_BSLASHshortintertext] = ACTIONS(6250), }, [1336] = { [sym_command_name] = ACTIONS(6254), @@ -443638,7 +443638,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6254), [anon_sym_BSLASHtext] = ACTIONS(6254), [anon_sym_BSLASHintertext] = ACTIONS(6254), - [anon_sym_shortintertext] = ACTIONS(6254), + [anon_sym_BSLASHshortintertext] = ACTIONS(6254), }, [1337] = { [sym_command_name] = ACTIONS(6258), @@ -443933,7 +443933,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6258), [anon_sym_BSLASHtext] = ACTIONS(6258), [anon_sym_BSLASHintertext] = ACTIONS(6258), - [anon_sym_shortintertext] = ACTIONS(6258), + [anon_sym_BSLASHshortintertext] = ACTIONS(6258), }, [1338] = { [sym_command_name] = ACTIONS(6262), @@ -444228,7 +444228,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6262), [anon_sym_BSLASHtext] = ACTIONS(6262), [anon_sym_BSLASHintertext] = ACTIONS(6262), - [anon_sym_shortintertext] = ACTIONS(6262), + [anon_sym_BSLASHshortintertext] = ACTIONS(6262), }, [1339] = { [sym_command_name] = ACTIONS(6266), @@ -444523,7 +444523,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6266), [anon_sym_BSLASHtext] = ACTIONS(6266), [anon_sym_BSLASHintertext] = ACTIONS(6266), - [anon_sym_shortintertext] = ACTIONS(6266), + [anon_sym_BSLASHshortintertext] = ACTIONS(6266), }, [1340] = { [sym_command_name] = ACTIONS(6270), @@ -444818,7 +444818,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6270), [anon_sym_BSLASHtext] = ACTIONS(6270), [anon_sym_BSLASHintertext] = ACTIONS(6270), - [anon_sym_shortintertext] = ACTIONS(6270), + [anon_sym_BSLASHshortintertext] = ACTIONS(6270), }, [1341] = { [sym_command_name] = ACTIONS(6274), @@ -445113,7 +445113,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6274), [anon_sym_BSLASHtext] = ACTIONS(6274), [anon_sym_BSLASHintertext] = ACTIONS(6274), - [anon_sym_shortintertext] = ACTIONS(6274), + [anon_sym_BSLASHshortintertext] = ACTIONS(6274), }, [1342] = { [sym_command_name] = ACTIONS(6510), @@ -445408,7 +445408,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6510), [anon_sym_BSLASHtext] = ACTIONS(6510), [anon_sym_BSLASHintertext] = ACTIONS(6510), - [anon_sym_shortintertext] = ACTIONS(6510), + [anon_sym_BSLASHshortintertext] = ACTIONS(6510), }, [1343] = { [sym_command_name] = ACTIONS(6278), @@ -445703,7 +445703,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6278), [anon_sym_BSLASHtext] = ACTIONS(6278), [anon_sym_BSLASHintertext] = ACTIONS(6278), - [anon_sym_shortintertext] = ACTIONS(6278), + [anon_sym_BSLASHshortintertext] = ACTIONS(6278), }, [1344] = { [sym_command_name] = ACTIONS(6290), @@ -445998,7 +445998,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6290), [anon_sym_BSLASHtext] = ACTIONS(6290), [anon_sym_BSLASHintertext] = ACTIONS(6290), - [anon_sym_shortintertext] = ACTIONS(6290), + [anon_sym_BSLASHshortintertext] = ACTIONS(6290), }, [1345] = { [sym_command_name] = ACTIONS(6294), @@ -446293,7 +446293,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6294), [anon_sym_BSLASHtext] = ACTIONS(6294), [anon_sym_BSLASHintertext] = ACTIONS(6294), - [anon_sym_shortintertext] = ACTIONS(6294), + [anon_sym_BSLASHshortintertext] = ACTIONS(6294), }, [1346] = { [sym_command_name] = ACTIONS(6298), @@ -446588,7 +446588,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6298), [anon_sym_BSLASHtext] = ACTIONS(6298), [anon_sym_BSLASHintertext] = ACTIONS(6298), - [anon_sym_shortintertext] = ACTIONS(6298), + [anon_sym_BSLASHshortintertext] = ACTIONS(6298), }, [1347] = { [sym_command_name] = ACTIONS(6302), @@ -446883,7 +446883,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6302), [anon_sym_BSLASHtext] = ACTIONS(6302), [anon_sym_BSLASHintertext] = ACTIONS(6302), - [anon_sym_shortintertext] = ACTIONS(6302), + [anon_sym_BSLASHshortintertext] = ACTIONS(6302), }, [1348] = { [sym_command_name] = ACTIONS(6314), @@ -447178,7 +447178,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6314), [anon_sym_BSLASHtext] = ACTIONS(6314), [anon_sym_BSLASHintertext] = ACTIONS(6314), - [anon_sym_shortintertext] = ACTIONS(6314), + [anon_sym_BSLASHshortintertext] = ACTIONS(6314), }, [1349] = { [sym_command_name] = ACTIONS(6318), @@ -447473,7 +447473,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6318), [anon_sym_BSLASHtext] = ACTIONS(6318), [anon_sym_BSLASHintertext] = ACTIONS(6318), - [anon_sym_shortintertext] = ACTIONS(6318), + [anon_sym_BSLASHshortintertext] = ACTIONS(6318), }, [1350] = { [sym_command_name] = ACTIONS(157), @@ -447768,7 +447768,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [1351] = { [sym_command_name] = ACTIONS(6282), @@ -448063,7 +448063,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6282), [anon_sym_BSLASHtext] = ACTIONS(6282), [anon_sym_BSLASHintertext] = ACTIONS(6282), - [anon_sym_shortintertext] = ACTIONS(6282), + [anon_sym_BSLASHshortintertext] = ACTIONS(6282), }, [1352] = { [sym_command_name] = ACTIONS(151), @@ -448358,7 +448358,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [1353] = { [sym_command_name] = ACTIONS(6338), @@ -448653,7 +448653,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6338), [anon_sym_BSLASHtext] = ACTIONS(6338), [anon_sym_BSLASHintertext] = ACTIONS(6338), - [anon_sym_shortintertext] = ACTIONS(6338), + [anon_sym_BSLASHshortintertext] = ACTIONS(6338), }, [1354] = { [sym_command_name] = ACTIONS(6342), @@ -448948,7 +448948,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6342), [anon_sym_BSLASHtext] = ACTIONS(6342), [anon_sym_BSLASHintertext] = ACTIONS(6342), - [anon_sym_shortintertext] = ACTIONS(6342), + [anon_sym_BSLASHshortintertext] = ACTIONS(6342), }, [1355] = { [sym_command_name] = ACTIONS(6522), @@ -449243,7 +449243,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6522), [anon_sym_BSLASHtext] = ACTIONS(6522), [anon_sym_BSLASHintertext] = ACTIONS(6522), - [anon_sym_shortintertext] = ACTIONS(6522), + [anon_sym_BSLASHshortintertext] = ACTIONS(6522), }, [1356] = { [sym_command_name] = ACTIONS(6140), @@ -449538,7 +449538,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6140), [anon_sym_BSLASHtext] = ACTIONS(6140), [anon_sym_BSLASHintertext] = ACTIONS(6140), - [anon_sym_shortintertext] = ACTIONS(6140), + [anon_sym_BSLASHshortintertext] = ACTIONS(6140), }, [1357] = { [sym_command_name] = ACTIONS(6136), @@ -449833,7 +449833,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6136), [anon_sym_BSLASHtext] = ACTIONS(6136), [anon_sym_BSLASHintertext] = ACTIONS(6136), - [anon_sym_shortintertext] = ACTIONS(6136), + [anon_sym_BSLASHshortintertext] = ACTIONS(6136), }, [1358] = { [sym_command_name] = ACTIONS(6132), @@ -450128,7 +450128,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6132), [anon_sym_BSLASHtext] = ACTIONS(6132), [anon_sym_BSLASHintertext] = ACTIONS(6132), - [anon_sym_shortintertext] = ACTIONS(6132), + [anon_sym_BSLASHshortintertext] = ACTIONS(6132), }, [1359] = { [sym_command_name] = ACTIONS(6128), @@ -450423,7 +450423,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6128), [anon_sym_BSLASHtext] = ACTIONS(6128), [anon_sym_BSLASHintertext] = ACTIONS(6128), - [anon_sym_shortintertext] = ACTIONS(6128), + [anon_sym_BSLASHshortintertext] = ACTIONS(6128), }, [1360] = { [sym_command_name] = ACTIONS(6124), @@ -450718,7 +450718,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6124), [anon_sym_BSLASHtext] = ACTIONS(6124), [anon_sym_BSLASHintertext] = ACTIONS(6124), - [anon_sym_shortintertext] = ACTIONS(6124), + [anon_sym_BSLASHshortintertext] = ACTIONS(6124), }, [1361] = { [sym_command_name] = ACTIONS(6116), @@ -451013,7 +451013,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6116), [anon_sym_BSLASHtext] = ACTIONS(6116), [anon_sym_BSLASHintertext] = ACTIONS(6116), - [anon_sym_shortintertext] = ACTIONS(6116), + [anon_sym_BSLASHshortintertext] = ACTIONS(6116), }, [1362] = { [sym_command_name] = ACTIONS(6112), @@ -451308,7 +451308,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6112), [anon_sym_BSLASHtext] = ACTIONS(6112), [anon_sym_BSLASHintertext] = ACTIONS(6112), - [anon_sym_shortintertext] = ACTIONS(6112), + [anon_sym_BSLASHshortintertext] = ACTIONS(6112), }, [1363] = { [sym_command_name] = ACTIONS(6108), @@ -451603,7 +451603,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6108), [anon_sym_BSLASHtext] = ACTIONS(6108), [anon_sym_BSLASHintertext] = ACTIONS(6108), - [anon_sym_shortintertext] = ACTIONS(6108), + [anon_sym_BSLASHshortintertext] = ACTIONS(6108), }, [1364] = { [sym_command_name] = ACTIONS(6100), @@ -451898,7 +451898,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6100), [anon_sym_BSLASHtext] = ACTIONS(6100), [anon_sym_BSLASHintertext] = ACTIONS(6100), - [anon_sym_shortintertext] = ACTIONS(6100), + [anon_sym_BSLASHshortintertext] = ACTIONS(6100), }, [1365] = { [sym_command_name] = ACTIONS(6346), @@ -452193,7 +452193,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6346), [anon_sym_BSLASHtext] = ACTIONS(6346), [anon_sym_BSLASHintertext] = ACTIONS(6346), - [anon_sym_shortintertext] = ACTIONS(6346), + [anon_sym_BSLASHshortintertext] = ACTIONS(6346), }, [1366] = { [sym_command_name] = ACTIONS(6366), @@ -452488,7 +452488,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6366), [anon_sym_BSLASHtext] = ACTIONS(6366), [anon_sym_BSLASHintertext] = ACTIONS(6366), - [anon_sym_shortintertext] = ACTIONS(6366), + [anon_sym_BSLASHshortintertext] = ACTIONS(6366), }, [1367] = { [sym_command_name] = ACTIONS(6370), @@ -452783,7 +452783,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6370), [anon_sym_BSLASHtext] = ACTIONS(6370), [anon_sym_BSLASHintertext] = ACTIONS(6370), - [anon_sym_shortintertext] = ACTIONS(6370), + [anon_sym_BSLASHshortintertext] = ACTIONS(6370), }, [1368] = { [sym_command_name] = ACTIONS(6010), @@ -453078,7 +453078,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6010), [anon_sym_BSLASHtext] = ACTIONS(6010), [anon_sym_BSLASHintertext] = ACTIONS(6010), - [anon_sym_shortintertext] = ACTIONS(6010), + [anon_sym_BSLASHshortintertext] = ACTIONS(6010), }, [1369] = { [sym_command_name] = ACTIONS(6060), @@ -453373,7 +453373,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6060), [anon_sym_BSLASHtext] = ACTIONS(6060), [anon_sym_BSLASHintertext] = ACTIONS(6060), - [anon_sym_shortintertext] = ACTIONS(6060), + [anon_sym_BSLASHshortintertext] = ACTIONS(6060), }, [1370] = { [sym_command_name] = ACTIONS(6064), @@ -453668,7 +453668,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6064), [anon_sym_BSLASHtext] = ACTIONS(6064), [anon_sym_BSLASHintertext] = ACTIONS(6064), - [anon_sym_shortintertext] = ACTIONS(6064), + [anon_sym_BSLASHshortintertext] = ACTIONS(6064), }, [1371] = { [sym_command_name] = ACTIONS(6068), @@ -453963,7 +453963,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6068), [anon_sym_BSLASHtext] = ACTIONS(6068), [anon_sym_BSLASHintertext] = ACTIONS(6068), - [anon_sym_shortintertext] = ACTIONS(6068), + [anon_sym_BSLASHshortintertext] = ACTIONS(6068), }, [1372] = { [sym_command_name] = ACTIONS(6072), @@ -454258,7 +454258,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6072), [anon_sym_BSLASHtext] = ACTIONS(6072), [anon_sym_BSLASHintertext] = ACTIONS(6072), - [anon_sym_shortintertext] = ACTIONS(6072), + [anon_sym_BSLASHshortintertext] = ACTIONS(6072), }, [1373] = { [sym_command_name] = ACTIONS(6286), @@ -454553,7 +454553,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6286), [anon_sym_BSLASHtext] = ACTIONS(6286), [anon_sym_BSLASHintertext] = ACTIONS(6286), - [anon_sym_shortintertext] = ACTIONS(6286), + [anon_sym_BSLASHshortintertext] = ACTIONS(6286), }, [1374] = { [sym_command_name] = ACTIONS(6290), @@ -454848,7 +454848,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6290), [anon_sym_BSLASHtext] = ACTIONS(6290), [anon_sym_BSLASHintertext] = ACTIONS(6290), - [anon_sym_shortintertext] = ACTIONS(6290), + [anon_sym_BSLASHshortintertext] = ACTIONS(6290), }, [1375] = { [sym_command_name] = ACTIONS(6294), @@ -455143,7 +455143,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6294), [anon_sym_BSLASHtext] = ACTIONS(6294), [anon_sym_BSLASHintertext] = ACTIONS(6294), - [anon_sym_shortintertext] = ACTIONS(6294), + [anon_sym_BSLASHshortintertext] = ACTIONS(6294), }, [1376] = { [sym_command_name] = ACTIONS(6298), @@ -455438,7 +455438,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6298), [anon_sym_BSLASHtext] = ACTIONS(6298), [anon_sym_BSLASHintertext] = ACTIONS(6298), - [anon_sym_shortintertext] = ACTIONS(6298), + [anon_sym_BSLASHshortintertext] = ACTIONS(6298), }, [1377] = { [sym_command_name] = ACTIONS(6302), @@ -455733,7 +455733,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6302), [anon_sym_BSLASHtext] = ACTIONS(6302), [anon_sym_BSLASHintertext] = ACTIONS(6302), - [anon_sym_shortintertext] = ACTIONS(6302), + [anon_sym_BSLASHshortintertext] = ACTIONS(6302), }, [1378] = { [sym_command_name] = ACTIONS(6314), @@ -456028,7 +456028,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6314), [anon_sym_BSLASHtext] = ACTIONS(6314), [anon_sym_BSLASHintertext] = ACTIONS(6314), - [anon_sym_shortintertext] = ACTIONS(6314), + [anon_sym_BSLASHshortintertext] = ACTIONS(6314), }, [1379] = { [sym_command_name] = ACTIONS(6318), @@ -456323,7 +456323,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6318), [anon_sym_BSLASHtext] = ACTIONS(6318), [anon_sym_BSLASHintertext] = ACTIONS(6318), - [anon_sym_shortintertext] = ACTIONS(6318), + [anon_sym_BSLASHshortintertext] = ACTIONS(6318), }, [1380] = { [sym_command_name] = ACTIONS(157), @@ -456618,7 +456618,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [1381] = { [sym_command_name] = ACTIONS(151), @@ -456913,7 +456913,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [1382] = { [sym_command_name] = ACTIONS(6338), @@ -457208,7 +457208,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6338), [anon_sym_BSLASHtext] = ACTIONS(6338), [anon_sym_BSLASHintertext] = ACTIONS(6338), - [anon_sym_shortintertext] = ACTIONS(6338), + [anon_sym_BSLASHshortintertext] = ACTIONS(6338), }, [1383] = { [sym_command_name] = ACTIONS(6342), @@ -457503,7 +457503,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6342), [anon_sym_BSLASHtext] = ACTIONS(6342), [anon_sym_BSLASHintertext] = ACTIONS(6342), - [anon_sym_shortintertext] = ACTIONS(6342), + [anon_sym_BSLASHshortintertext] = ACTIONS(6342), }, [1384] = { [sym_command_name] = ACTIONS(6080), @@ -457798,7 +457798,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6080), [anon_sym_BSLASHtext] = ACTIONS(6080), [anon_sym_BSLASHintertext] = ACTIONS(6080), - [anon_sym_shortintertext] = ACTIONS(6080), + [anon_sym_BSLASHshortintertext] = ACTIONS(6080), }, [1385] = { [sym_command_name] = ACTIONS(6522), @@ -458093,7 +458093,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6522), [anon_sym_BSLASHtext] = ACTIONS(6522), [anon_sym_BSLASHintertext] = ACTIONS(6522), - [anon_sym_shortintertext] = ACTIONS(6522), + [anon_sym_BSLASHshortintertext] = ACTIONS(6522), }, [1386] = { [sym_command_name] = ACTIONS(6406), @@ -458388,7 +458388,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6406), [anon_sym_BSLASHtext] = ACTIONS(6406), [anon_sym_BSLASHintertext] = ACTIONS(6406), - [anon_sym_shortintertext] = ACTIONS(6406), + [anon_sym_BSLASHshortintertext] = ACTIONS(6406), }, [1387] = { [sym_command_name] = ACTIONS(6402), @@ -458683,7 +458683,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6402), [anon_sym_BSLASHtext] = ACTIONS(6402), [anon_sym_BSLASHintertext] = ACTIONS(6402), - [anon_sym_shortintertext] = ACTIONS(6402), + [anon_sym_BSLASHshortintertext] = ACTIONS(6402), }, [1388] = { [sym_command_name] = ACTIONS(6398), @@ -458978,7 +458978,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6398), [anon_sym_BSLASHtext] = ACTIONS(6398), [anon_sym_BSLASHintertext] = ACTIONS(6398), - [anon_sym_shortintertext] = ACTIONS(6398), + [anon_sym_BSLASHshortintertext] = ACTIONS(6398), }, [1389] = { [sym_command_name] = ACTIONS(6140), @@ -459273,7 +459273,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6140), [anon_sym_BSLASHtext] = ACTIONS(6140), [anon_sym_BSLASHintertext] = ACTIONS(6140), - [anon_sym_shortintertext] = ACTIONS(6140), + [anon_sym_BSLASHshortintertext] = ACTIONS(6140), }, [1390] = { [sym_command_name] = ACTIONS(6394), @@ -459568,7 +459568,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6394), [anon_sym_BSLASHtext] = ACTIONS(6394), [anon_sym_BSLASHintertext] = ACTIONS(6394), - [anon_sym_shortintertext] = ACTIONS(6394), + [anon_sym_BSLASHshortintertext] = ACTIONS(6394), }, [1391] = { [sym_command_name] = ACTIONS(6390), @@ -459863,7 +459863,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6390), [anon_sym_BSLASHtext] = ACTIONS(6390), [anon_sym_BSLASHintertext] = ACTIONS(6390), - [anon_sym_shortintertext] = ACTIONS(6390), + [anon_sym_BSLASHshortintertext] = ACTIONS(6390), }, [1392] = { [sym_command_name] = ACTIONS(6386), @@ -460158,7 +460158,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6386), [anon_sym_BSLASHtext] = ACTIONS(6386), [anon_sym_BSLASHintertext] = ACTIONS(6386), - [anon_sym_shortintertext] = ACTIONS(6386), + [anon_sym_BSLASHshortintertext] = ACTIONS(6386), }, [1393] = { [sym_command_name] = ACTIONS(6490), @@ -460453,7 +460453,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6490), [anon_sym_BSLASHtext] = ACTIONS(6490), [anon_sym_BSLASHintertext] = ACTIONS(6490), - [anon_sym_shortintertext] = ACTIONS(6490), + [anon_sym_BSLASHshortintertext] = ACTIONS(6490), }, [1394] = { [sym_command_name] = ACTIONS(6136), @@ -460748,7 +460748,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6136), [anon_sym_BSLASHtext] = ACTIONS(6136), [anon_sym_BSLASHintertext] = ACTIONS(6136), - [anon_sym_shortintertext] = ACTIONS(6136), + [anon_sym_BSLASHshortintertext] = ACTIONS(6136), }, [1395] = { [sym_command_name] = ACTIONS(6132), @@ -461043,7 +461043,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6132), [anon_sym_BSLASHtext] = ACTIONS(6132), [anon_sym_BSLASHintertext] = ACTIONS(6132), - [anon_sym_shortintertext] = ACTIONS(6132), + [anon_sym_BSLASHshortintertext] = ACTIONS(6132), }, [1396] = { [sym_command_name] = ACTIONS(6128), @@ -461338,7 +461338,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6128), [anon_sym_BSLASHtext] = ACTIONS(6128), [anon_sym_BSLASHintertext] = ACTIONS(6128), - [anon_sym_shortintertext] = ACTIONS(6128), + [anon_sym_BSLASHshortintertext] = ACTIONS(6128), }, [1397] = { [sym_command_name] = ACTIONS(6124), @@ -461633,7 +461633,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6124), [anon_sym_BSLASHtext] = ACTIONS(6124), [anon_sym_BSLASHintertext] = ACTIONS(6124), - [anon_sym_shortintertext] = ACTIONS(6124), + [anon_sym_BSLASHshortintertext] = ACTIONS(6124), }, [1398] = { [sym_command_name] = ACTIONS(6116), @@ -461928,7 +461928,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6116), [anon_sym_BSLASHtext] = ACTIONS(6116), [anon_sym_BSLASHintertext] = ACTIONS(6116), - [anon_sym_shortintertext] = ACTIONS(6116), + [anon_sym_BSLASHshortintertext] = ACTIONS(6116), }, [1399] = { [sym_command_name] = ACTIONS(6112), @@ -462223,7 +462223,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6112), [anon_sym_BSLASHtext] = ACTIONS(6112), [anon_sym_BSLASHintertext] = ACTIONS(6112), - [anon_sym_shortintertext] = ACTIONS(6112), + [anon_sym_BSLASHshortintertext] = ACTIONS(6112), }, [1400] = { [sym_command_name] = ACTIONS(6108), @@ -462518,7 +462518,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6108), [anon_sym_BSLASHtext] = ACTIONS(6108), [anon_sym_BSLASHintertext] = ACTIONS(6108), - [anon_sym_shortintertext] = ACTIONS(6108), + [anon_sym_BSLASHshortintertext] = ACTIONS(6108), }, [1401] = { [sym_command_name] = ACTIONS(6100), @@ -462813,7 +462813,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6100), [anon_sym_BSLASHtext] = ACTIONS(6100), [anon_sym_BSLASHintertext] = ACTIONS(6100), - [anon_sym_shortintertext] = ACTIONS(6100), + [anon_sym_BSLASHshortintertext] = ACTIONS(6100), }, [1402] = { [sym_command_name] = ACTIONS(6346), @@ -463108,7 +463108,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6346), [anon_sym_BSLASHtext] = ACTIONS(6346), [anon_sym_BSLASHintertext] = ACTIONS(6346), - [anon_sym_shortintertext] = ACTIONS(6346), + [anon_sym_BSLASHshortintertext] = ACTIONS(6346), }, [1403] = { [sym_command_name] = ACTIONS(6422), @@ -463403,7 +463403,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6422), [anon_sym_BSLASHtext] = ACTIONS(6422), [anon_sym_BSLASHintertext] = ACTIONS(6422), - [anon_sym_shortintertext] = ACTIONS(6422), + [anon_sym_BSLASHshortintertext] = ACTIONS(6422), }, [1404] = { [sym_command_name] = ACTIONS(6514), @@ -463698,7 +463698,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6514), [anon_sym_BSLASHtext] = ACTIONS(6514), [anon_sym_BSLASHintertext] = ACTIONS(6514), - [anon_sym_shortintertext] = ACTIONS(6514), + [anon_sym_BSLASHshortintertext] = ACTIONS(6514), }, [1405] = { [sym_command_name] = ACTIONS(6298), @@ -463993,7 +463993,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6298), [anon_sym_BSLASHtext] = ACTIONS(6298), [anon_sym_BSLASHintertext] = ACTIONS(6298), - [anon_sym_shortintertext] = ACTIONS(6298), + [anon_sym_BSLASHshortintertext] = ACTIONS(6298), }, [1406] = { [sym_command_name] = ACTIONS(6366), @@ -464288,7 +464288,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6366), [anon_sym_BSLASHtext] = ACTIONS(6366), [anon_sym_BSLASHintertext] = ACTIONS(6366), - [anon_sym_shortintertext] = ACTIONS(6366), + [anon_sym_BSLASHshortintertext] = ACTIONS(6366), }, [1407] = { [sym_command_name] = ACTIONS(6370), @@ -464583,7 +464583,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6370), [anon_sym_BSLASHtext] = ACTIONS(6370), [anon_sym_BSLASHintertext] = ACTIONS(6370), - [anon_sym_shortintertext] = ACTIONS(6370), + [anon_sym_BSLASHshortintertext] = ACTIONS(6370), }, [1408] = { [sym_command_name] = ACTIONS(6430), @@ -464878,7 +464878,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6430), [anon_sym_BSLASHtext] = ACTIONS(6430), [anon_sym_BSLASHintertext] = ACTIONS(6430), - [anon_sym_shortintertext] = ACTIONS(6430), + [anon_sym_BSLASHshortintertext] = ACTIONS(6430), }, [1409] = { [sym_command_name] = ACTIONS(6226), @@ -465173,7 +465173,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6226), [anon_sym_BSLASHtext] = ACTIONS(6226), [anon_sym_BSLASHintertext] = ACTIONS(6226), - [anon_sym_shortintertext] = ACTIONS(6226), + [anon_sym_BSLASHshortintertext] = ACTIONS(6226), }, [1410] = { [sym_command_name] = ACTIONS(6861), @@ -465468,7 +465468,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6861), [anon_sym_BSLASHtext] = ACTIONS(6861), [anon_sym_BSLASHintertext] = ACTIONS(6861), - [anon_sym_shortintertext] = ACTIONS(6861), + [anon_sym_BSLASHshortintertext] = ACTIONS(6861), }, [1411] = { [sym_command_name] = ACTIONS(6506), @@ -465763,7 +465763,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6506), [anon_sym_BSLASHtext] = ACTIONS(6506), [anon_sym_BSLASHintertext] = ACTIONS(6506), - [anon_sym_shortintertext] = ACTIONS(6506), + [anon_sym_BSLASHshortintertext] = ACTIONS(6506), }, [1412] = { [sym_command_name] = ACTIONS(6084), @@ -466058,7 +466058,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6084), [anon_sym_BSLASHtext] = ACTIONS(6084), [anon_sym_BSLASHintertext] = ACTIONS(6084), - [anon_sym_shortintertext] = ACTIONS(6084), + [anon_sym_BSLASHshortintertext] = ACTIONS(6084), }, [1413] = { [sym_command_name] = ACTIONS(6088), @@ -466353,7 +466353,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6088), [anon_sym_BSLASHtext] = ACTIONS(6088), [anon_sym_BSLASHintertext] = ACTIONS(6088), - [anon_sym_shortintertext] = ACTIONS(6088), + [anon_sym_BSLASHshortintertext] = ACTIONS(6088), }, [1414] = { [sym_command_name] = ACTIONS(6144), @@ -466648,7 +466648,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6144), [anon_sym_BSLASHtext] = ACTIONS(6144), [anon_sym_BSLASHintertext] = ACTIONS(6144), - [anon_sym_shortintertext] = ACTIONS(6144), + [anon_sym_BSLASHshortintertext] = ACTIONS(6144), }, [1415] = { [sym_command_name] = ACTIONS(6148), @@ -466943,7 +466943,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6148), [anon_sym_BSLASHtext] = ACTIONS(6148), [anon_sym_BSLASHintertext] = ACTIONS(6148), - [anon_sym_shortintertext] = ACTIONS(6148), + [anon_sym_BSLASHshortintertext] = ACTIONS(6148), }, [1416] = { [sym_command_name] = ACTIONS(6152), @@ -467238,7 +467238,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6152), [anon_sym_BSLASHtext] = ACTIONS(6152), [anon_sym_BSLASHintertext] = ACTIONS(6152), - [anon_sym_shortintertext] = ACTIONS(6152), + [anon_sym_BSLASHshortintertext] = ACTIONS(6152), }, [1417] = { [sym_command_name] = ACTIONS(6378), @@ -467533,7 +467533,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6378), [anon_sym_BSLASHtext] = ACTIONS(6378), [anon_sym_BSLASHintertext] = ACTIONS(6378), - [anon_sym_shortintertext] = ACTIONS(6378), + [anon_sym_BSLASHshortintertext] = ACTIONS(6378), }, [1418] = { [sym_command_name] = ACTIONS(6156), @@ -467828,7 +467828,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6156), [anon_sym_BSLASHtext] = ACTIONS(6156), [anon_sym_BSLASHintertext] = ACTIONS(6156), - [anon_sym_shortintertext] = ACTIONS(6156), + [anon_sym_BSLASHshortintertext] = ACTIONS(6156), }, [1419] = { [sym_command_name] = ACTIONS(6160), @@ -468123,7 +468123,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6160), [anon_sym_BSLASHtext] = ACTIONS(6160), [anon_sym_BSLASHintertext] = ACTIONS(6160), - [anon_sym_shortintertext] = ACTIONS(6160), + [anon_sym_BSLASHshortintertext] = ACTIONS(6160), }, [1420] = { [sym_command_name] = ACTIONS(6306), @@ -468418,7 +468418,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6306), [anon_sym_BSLASHtext] = ACTIONS(6306), [anon_sym_BSLASHintertext] = ACTIONS(6306), - [anon_sym_shortintertext] = ACTIONS(6306), + [anon_sym_BSLASHshortintertext] = ACTIONS(6306), }, [1421] = { [sym_command_name] = ACTIONS(6222), @@ -468713,7 +468713,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6222), [anon_sym_BSLASHtext] = ACTIONS(6222), [anon_sym_BSLASHintertext] = ACTIONS(6222), - [anon_sym_shortintertext] = ACTIONS(6222), + [anon_sym_BSLASHshortintertext] = ACTIONS(6222), }, [1422] = { [sym_block_comment] = STATE(2002), @@ -482161,7 +482161,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5946), [anon_sym_BSLASHtext] = ACTIONS(5946), [anon_sym_BSLASHintertext] = ACTIONS(5946), - [anon_sym_shortintertext] = ACTIONS(5946), + [anon_sym_BSLASHshortintertext] = ACTIONS(5946), [sym__trivia_raw_fi] = ACTIONS(6909), }, [1468] = { @@ -482437,7 +482437,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5934), [anon_sym_BSLASHtext] = ACTIONS(5934), [anon_sym_BSLASHintertext] = ACTIONS(5934), - [anon_sym_shortintertext] = ACTIONS(5934), + [anon_sym_BSLASHshortintertext] = ACTIONS(5934), }, [1469] = { [sym_curly_group] = STATE(1596), @@ -482712,7 +482712,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5942), [anon_sym_BSLASHtext] = ACTIONS(5942), [anon_sym_BSLASHintertext] = ACTIONS(5942), - [anon_sym_shortintertext] = ACTIONS(5942), + [anon_sym_BSLASHshortintertext] = ACTIONS(5942), }, [1470] = { [sym_curly_group] = STATE(1487), @@ -482987,7 +482987,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5928), [anon_sym_BSLASHtext] = ACTIONS(5928), [anon_sym_BSLASHintertext] = ACTIONS(5928), - [anon_sym_shortintertext] = ACTIONS(5928), + [anon_sym_BSLASHshortintertext] = ACTIONS(5928), }, [1471] = { [sym_curly_group] = STATE(1596), @@ -483262,7 +483262,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5921), [anon_sym_BSLASHtext] = ACTIONS(5921), [anon_sym_BSLASHintertext] = ACTIONS(5921), - [anon_sym_shortintertext] = ACTIONS(5921), + [anon_sym_BSLASHshortintertext] = ACTIONS(5921), }, [1472] = { [sym_curly_group] = STATE(1476), @@ -483537,7 +483537,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5938), [anon_sym_BSLASHtext] = ACTIONS(5938), [anon_sym_BSLASHintertext] = ACTIONS(5938), - [anon_sym_shortintertext] = ACTIONS(5938), + [anon_sym_BSLASHshortintertext] = ACTIONS(5938), }, [1473] = { [sym_curly_group] = STATE(1600), @@ -483811,7 +483811,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5938), [anon_sym_BSLASHtext] = ACTIONS(5938), [anon_sym_BSLASHintertext] = ACTIONS(5938), - [anon_sym_shortintertext] = ACTIONS(5938), + [anon_sym_BSLASHshortintertext] = ACTIONS(5938), }, [1474] = { [sym_curly_group] = STATE(1611), @@ -484085,7 +484085,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5928), [anon_sym_BSLASHtext] = ACTIONS(5928), [anon_sym_BSLASHintertext] = ACTIONS(5928), - [anon_sym_shortintertext] = ACTIONS(5928), + [anon_sym_BSLASHshortintertext] = ACTIONS(5928), }, [1475] = { [sym_command_name] = ACTIONS(5964), @@ -484359,7 +484359,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5964), [anon_sym_BSLASHtext] = ACTIONS(5964), [anon_sym_BSLASHintertext] = ACTIONS(5964), - [anon_sym_shortintertext] = ACTIONS(5964), + [anon_sym_BSLASHshortintertext] = ACTIONS(5964), }, [1476] = { [sym_brack_group_text] = STATE(1589), @@ -484633,7 +484633,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5974), [anon_sym_BSLASHtext] = ACTIONS(5974), [anon_sym_BSLASHintertext] = ACTIONS(5974), - [anon_sym_shortintertext] = ACTIONS(5974), + [anon_sym_BSLASHshortintertext] = ACTIONS(5974), }, [1477] = { [sym_curly_group] = STATE(1563), @@ -484907,7 +484907,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5954), [anon_sym_BSLASHtext] = ACTIONS(5954), [anon_sym_BSLASHintertext] = ACTIONS(5954), - [anon_sym_shortintertext] = ACTIONS(5954), + [anon_sym_BSLASHshortintertext] = ACTIONS(5954), }, [1478] = { [sym_curly_group] = STATE(1689), @@ -485181,7 +485181,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5934), [anon_sym_BSLASHtext] = ACTIONS(5934), [anon_sym_BSLASHintertext] = ACTIONS(5934), - [anon_sym_shortintertext] = ACTIONS(5934), + [anon_sym_BSLASHshortintertext] = ACTIONS(5934), }, [1479] = { [sym_curly_group] = STATE(1761), @@ -485455,7 +485455,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5934), [anon_sym_BSLASHtext] = ACTIONS(5934), [anon_sym_BSLASHintertext] = ACTIONS(5934), - [anon_sym_shortintertext] = ACTIONS(5934), + [anon_sym_BSLASHshortintertext] = ACTIONS(5934), }, [1480] = { [sym_command_name] = ACTIONS(5946), @@ -485728,7 +485728,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5946), [anon_sym_BSLASHtext] = ACTIONS(5946), [anon_sym_BSLASHintertext] = ACTIONS(5946), - [anon_sym_shortintertext] = ACTIONS(5946), + [anon_sym_BSLASHshortintertext] = ACTIONS(5946), [sym__trivia_raw_fi] = ACTIONS(6920), }, [1481] = { @@ -486003,7 +486003,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5928), [anon_sym_BSLASHtext] = ACTIONS(5928), [anon_sym_BSLASHintertext] = ACTIONS(5928), - [anon_sym_shortintertext] = ACTIONS(5928), + [anon_sym_BSLASHshortintertext] = ACTIONS(5928), }, [1482] = { [sym_curly_group] = STATE(1761), @@ -486277,7 +486277,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5942), [anon_sym_BSLASHtext] = ACTIONS(5942), [anon_sym_BSLASHintertext] = ACTIONS(5942), - [anon_sym_shortintertext] = ACTIONS(5942), + [anon_sym_BSLASHshortintertext] = ACTIONS(5942), }, [1483] = { [sym_curly_group] = STATE(1761), @@ -486551,7 +486551,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5921), [anon_sym_BSLASHtext] = ACTIONS(5921), [anon_sym_BSLASHintertext] = ACTIONS(5921), - [anon_sym_shortintertext] = ACTIONS(5921), + [anon_sym_BSLASHshortintertext] = ACTIONS(5921), }, [1484] = { [sym_curly_group] = STATE(1689), @@ -486825,7 +486825,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5942), [anon_sym_BSLASHtext] = ACTIONS(5942), [anon_sym_BSLASHintertext] = ACTIONS(5942), - [anon_sym_shortintertext] = ACTIONS(5942), + [anon_sym_BSLASHshortintertext] = ACTIONS(5942), }, [1485] = { [sym_command_name] = ACTIONS(5946), @@ -487098,7 +487098,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5946), [anon_sym_BSLASHtext] = ACTIONS(5946), [anon_sym_BSLASHintertext] = ACTIONS(5946), - [anon_sym_shortintertext] = ACTIONS(5946), + [anon_sym_BSLASHshortintertext] = ACTIONS(5946), [sym__trivia_raw_fi] = ACTIONS(6927), }, [1486] = { @@ -487373,7 +487373,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5921), [anon_sym_BSLASHtext] = ACTIONS(5921), [anon_sym_BSLASHintertext] = ACTIONS(5921), - [anon_sym_shortintertext] = ACTIONS(5921), + [anon_sym_BSLASHshortintertext] = ACTIONS(5921), }, [1487] = { [sym_brack_group_text] = STATE(1492), @@ -487647,7 +487647,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5970), [anon_sym_BSLASHtext] = ACTIONS(5970), [anon_sym_BSLASHintertext] = ACTIONS(5970), - [anon_sym_shortintertext] = ACTIONS(5970), + [anon_sym_BSLASHshortintertext] = ACTIONS(5970), }, [1488] = { [sym_curly_group] = STATE(1594), @@ -487921,7 +487921,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5978), [anon_sym_BSLASHtext] = ACTIONS(5978), [anon_sym_BSLASHintertext] = ACTIONS(5978), - [anon_sym_shortintertext] = ACTIONS(5978), + [anon_sym_BSLASHshortintertext] = ACTIONS(5978), }, [1489] = { [sym_curly_group] = STATE(1555), @@ -488195,7 +488195,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5938), [anon_sym_BSLASHtext] = ACTIONS(5938), [anon_sym_BSLASHintertext] = ACTIONS(5938), - [anon_sym_shortintertext] = ACTIONS(5938), + [anon_sym_BSLASHshortintertext] = ACTIONS(5938), }, [1490] = { [sym_command_name] = ACTIONS(5994), @@ -488468,7 +488468,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5994), [anon_sym_BSLASHtext] = ACTIONS(5994), [anon_sym_BSLASHintertext] = ACTIONS(5994), - [anon_sym_shortintertext] = ACTIONS(5994), + [anon_sym_BSLASHshortintertext] = ACTIONS(5994), }, [1491] = { [sym_command_name] = ACTIONS(6382), @@ -488741,7 +488741,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6382), [anon_sym_BSLASHtext] = ACTIONS(6382), [anon_sym_BSLASHintertext] = ACTIONS(6382), - [anon_sym_shortintertext] = ACTIONS(6382), + [anon_sym_BSLASHshortintertext] = ACTIONS(6382), }, [1492] = { [sym_command_name] = ACTIONS(6330), @@ -489014,7 +489014,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6330), [anon_sym_BSLASHtext] = ACTIONS(6330), [anon_sym_BSLASHintertext] = ACTIONS(6330), - [anon_sym_shortintertext] = ACTIONS(6330), + [anon_sym_BSLASHshortintertext] = ACTIONS(6330), }, [1493] = { [sym_command_name] = ACTIONS(6334), @@ -489287,7 +489287,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6334), [anon_sym_BSLASHtext] = ACTIONS(6334), [anon_sym_BSLASHintertext] = ACTIONS(6334), - [anon_sym_shortintertext] = ACTIONS(6334), + [anon_sym_BSLASHshortintertext] = ACTIONS(6334), }, [1494] = { [sym_command_name] = ACTIONS(6354), @@ -489560,7 +489560,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6354), [anon_sym_BSLASHtext] = ACTIONS(6354), [anon_sym_BSLASHintertext] = ACTIONS(6354), - [anon_sym_shortintertext] = ACTIONS(6354), + [anon_sym_BSLASHshortintertext] = ACTIONS(6354), }, [1495] = { [sym_command_name] = ACTIONS(6362), @@ -489833,7 +489833,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6362), [anon_sym_BSLASHtext] = ACTIONS(6362), [anon_sym_BSLASHintertext] = ACTIONS(6362), - [anon_sym_shortintertext] = ACTIONS(6362), + [anon_sym_BSLASHshortintertext] = ACTIONS(6362), }, [1496] = { [sym_command_name] = ACTIONS(5982), @@ -490106,7 +490106,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5982), [anon_sym_BSLASHtext] = ACTIONS(5982), [anon_sym_BSLASHintertext] = ACTIONS(5982), - [anon_sym_shortintertext] = ACTIONS(5982), + [anon_sym_BSLASHshortintertext] = ACTIONS(5982), }, [1497] = { [sym_command_name] = ACTIONS(6178), @@ -490379,7 +490379,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6178), [anon_sym_BSLASHtext] = ACTIONS(6178), [anon_sym_BSLASHintertext] = ACTIONS(6178), - [anon_sym_shortintertext] = ACTIONS(6178), + [anon_sym_BSLASHshortintertext] = ACTIONS(6178), }, [1498] = { [sym_command_name] = ACTIONS(6410), @@ -490652,7 +490652,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6410), [anon_sym_BSLASHtext] = ACTIONS(6410), [anon_sym_BSLASHintertext] = ACTIONS(6410), - [anon_sym_shortintertext] = ACTIONS(6410), + [anon_sym_BSLASHshortintertext] = ACTIONS(6410), }, [1499] = { [sym_command_name] = ACTIONS(6226), @@ -490925,7 +490925,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6226), [anon_sym_BSLASHtext] = ACTIONS(6226), [anon_sym_BSLASHintertext] = ACTIONS(6226), - [anon_sym_shortintertext] = ACTIONS(6226), + [anon_sym_BSLASHshortintertext] = ACTIONS(6226), }, [1500] = { [sym_command_name] = ACTIONS(6358), @@ -491198,7 +491198,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6358), [anon_sym_BSLASHtext] = ACTIONS(6358), [anon_sym_BSLASHintertext] = ACTIONS(6358), - [anon_sym_shortintertext] = ACTIONS(6358), + [anon_sym_BSLASHshortintertext] = ACTIONS(6358), }, [1501] = { [sym_command_name] = ACTIONS(6120), @@ -491471,7 +491471,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6120), [anon_sym_BSLASHtext] = ACTIONS(6120), [anon_sym_BSLASHintertext] = ACTIONS(6120), - [anon_sym_shortintertext] = ACTIONS(6120), + [anon_sym_BSLASHshortintertext] = ACTIONS(6120), }, [1502] = { [sym_command_name] = ACTIONS(6076), @@ -491744,7 +491744,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6076), [anon_sym_BSLASHtext] = ACTIONS(6076), [anon_sym_BSLASHintertext] = ACTIONS(6076), - [anon_sym_shortintertext] = ACTIONS(6076), + [anon_sym_BSLASHshortintertext] = ACTIONS(6076), }, [1503] = { [sym_command_name] = ACTIONS(5986), @@ -492017,7 +492017,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5986), [anon_sym_BSLASHtext] = ACTIONS(5986), [anon_sym_BSLASHintertext] = ACTIONS(5986), - [anon_sym_shortintertext] = ACTIONS(5986), + [anon_sym_BSLASHshortintertext] = ACTIONS(5986), }, [1504] = { [sym_command_name] = ACTIONS(5990), @@ -492290,7 +492290,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5990), [anon_sym_BSLASHtext] = ACTIONS(5990), [anon_sym_BSLASHintertext] = ACTIONS(5990), - [anon_sym_shortintertext] = ACTIONS(5990), + [anon_sym_BSLASHshortintertext] = ACTIONS(5990), }, [1505] = { [sym_command_name] = ACTIONS(6486), @@ -492563,7 +492563,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6486), [anon_sym_BSLASHtext] = ACTIONS(6486), [anon_sym_BSLASHintertext] = ACTIONS(6486), - [anon_sym_shortintertext] = ACTIONS(6486), + [anon_sym_BSLASHshortintertext] = ACTIONS(6486), }, [1506] = { [sym_curly_group] = STATE(1745), @@ -492836,7 +492836,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5954), [anon_sym_BSLASHtext] = ACTIONS(5954), [anon_sym_BSLASHintertext] = ACTIONS(5954), - [anon_sym_shortintertext] = ACTIONS(5954), + [anon_sym_BSLASHshortintertext] = ACTIONS(5954), }, [1507] = { [sym_command_name] = ACTIONS(6482), @@ -493109,7 +493109,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6482), [anon_sym_BSLASHtext] = ACTIONS(6482), [anon_sym_BSLASHintertext] = ACTIONS(6482), - [anon_sym_shortintertext] = ACTIONS(6482), + [anon_sym_BSLASHshortintertext] = ACTIONS(6482), }, [1508] = { [sym_command_name] = ACTIONS(6478), @@ -493382,7 +493382,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6478), [anon_sym_BSLASHtext] = ACTIONS(6478), [anon_sym_BSLASHintertext] = ACTIONS(6478), - [anon_sym_shortintertext] = ACTIONS(6478), + [anon_sym_BSLASHshortintertext] = ACTIONS(6478), }, [1509] = { [sym_command_name] = ACTIONS(6474), @@ -493655,7 +493655,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6474), [anon_sym_BSLASHtext] = ACTIONS(6474), [anon_sym_BSLASHintertext] = ACTIONS(6474), - [anon_sym_shortintertext] = ACTIONS(6474), + [anon_sym_BSLASHshortintertext] = ACTIONS(6474), }, [1510] = { [sym_command_name] = ACTIONS(6470), @@ -493928,7 +493928,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6470), [anon_sym_BSLASHtext] = ACTIONS(6470), [anon_sym_BSLASHintertext] = ACTIONS(6470), - [anon_sym_shortintertext] = ACTIONS(6470), + [anon_sym_BSLASHshortintertext] = ACTIONS(6470), }, [1511] = { [sym_command_name] = ACTIONS(6466), @@ -494201,7 +494201,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6466), [anon_sym_BSLASHtext] = ACTIONS(6466), [anon_sym_BSLASHintertext] = ACTIONS(6466), - [anon_sym_shortintertext] = ACTIONS(6466), + [anon_sym_BSLASHshortintertext] = ACTIONS(6466), }, [1512] = { [sym_command_name] = ACTIONS(6462), @@ -494474,7 +494474,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6462), [anon_sym_BSLASHtext] = ACTIONS(6462), [anon_sym_BSLASHintertext] = ACTIONS(6462), - [anon_sym_shortintertext] = ACTIONS(6462), + [anon_sym_BSLASHshortintertext] = ACTIONS(6462), }, [1513] = { [sym_command_name] = ACTIONS(6458), @@ -494747,7 +494747,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6458), [anon_sym_BSLASHtext] = ACTIONS(6458), [anon_sym_BSLASHintertext] = ACTIONS(6458), - [anon_sym_shortintertext] = ACTIONS(6458), + [anon_sym_BSLASHshortintertext] = ACTIONS(6458), }, [1514] = { [sym_command_name] = ACTIONS(6454), @@ -495020,7 +495020,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6454), [anon_sym_BSLASHtext] = ACTIONS(6454), [anon_sym_BSLASHintertext] = ACTIONS(6454), - [anon_sym_shortintertext] = ACTIONS(6454), + [anon_sym_BSLASHshortintertext] = ACTIONS(6454), }, [1515] = { [sym_command_name] = ACTIONS(6450), @@ -495293,7 +495293,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6450), [anon_sym_BSLASHtext] = ACTIONS(6450), [anon_sym_BSLASHintertext] = ACTIONS(6450), - [anon_sym_shortintertext] = ACTIONS(6450), + [anon_sym_BSLASHshortintertext] = ACTIONS(6450), }, [1516] = { [sym_command_name] = ACTIONS(6446), @@ -495566,7 +495566,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6446), [anon_sym_BSLASHtext] = ACTIONS(6446), [anon_sym_BSLASHintertext] = ACTIONS(6446), - [anon_sym_shortintertext] = ACTIONS(6446), + [anon_sym_BSLASHshortintertext] = ACTIONS(6446), }, [1517] = { [sym_command_name] = ACTIONS(6442), @@ -495839,7 +495839,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6442), [anon_sym_BSLASHtext] = ACTIONS(6442), [anon_sym_BSLASHintertext] = ACTIONS(6442), - [anon_sym_shortintertext] = ACTIONS(6442), + [anon_sym_BSLASHshortintertext] = ACTIONS(6442), }, [1518] = { [sym_brack_group_text] = STATE(1825), @@ -496112,7 +496112,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5970), [anon_sym_BSLASHtext] = ACTIONS(5970), [anon_sym_BSLASHintertext] = ACTIONS(5970), - [anon_sym_shortintertext] = ACTIONS(5970), + [anon_sym_BSLASHshortintertext] = ACTIONS(5970), }, [1519] = { [sym_command_name] = ACTIONS(6322), @@ -496385,7 +496385,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6322), [anon_sym_BSLASHtext] = ACTIONS(6322), [anon_sym_BSLASHintertext] = ACTIONS(6322), - [anon_sym_shortintertext] = ACTIONS(6322), + [anon_sym_BSLASHshortintertext] = ACTIONS(6322), }, [1520] = { [sym_command_name] = ACTIONS(5998), @@ -496658,7 +496658,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5998), [anon_sym_BSLASHtext] = ACTIONS(5998), [anon_sym_BSLASHintertext] = ACTIONS(5998), - [anon_sym_shortintertext] = ACTIONS(5998), + [anon_sym_BSLASHshortintertext] = ACTIONS(5998), }, [1521] = { [sym_command_name] = ACTIONS(6002), @@ -496931,7 +496931,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6002), [anon_sym_BSLASHtext] = ACTIONS(6002), [anon_sym_BSLASHintertext] = ACTIONS(6002), - [anon_sym_shortintertext] = ACTIONS(6002), + [anon_sym_BSLASHshortintertext] = ACTIONS(6002), }, [1522] = { [sym_command_name] = ACTIONS(6006), @@ -497204,7 +497204,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6006), [anon_sym_BSLASHtext] = ACTIONS(6006), [anon_sym_BSLASHintertext] = ACTIONS(6006), - [anon_sym_shortintertext] = ACTIONS(6006), + [anon_sym_BSLASHshortintertext] = ACTIONS(6006), }, [1523] = { [sym_command_name] = ACTIONS(6026), @@ -497477,7 +497477,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6026), [anon_sym_BSLASHtext] = ACTIONS(6026), [anon_sym_BSLASHintertext] = ACTIONS(6026), - [anon_sym_shortintertext] = ACTIONS(6026), + [anon_sym_BSLASHshortintertext] = ACTIONS(6026), }, [1524] = { [sym_command_name] = ACTIONS(6092), @@ -497750,7 +497750,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6092), [anon_sym_BSLASHtext] = ACTIONS(6092), [anon_sym_BSLASHintertext] = ACTIONS(6092), - [anon_sym_shortintertext] = ACTIONS(6092), + [anon_sym_BSLASHshortintertext] = ACTIONS(6092), }, [1525] = { [sym_command_name] = ACTIONS(6096), @@ -498023,7 +498023,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6096), [anon_sym_BSLASHtext] = ACTIONS(6096), [anon_sym_BSLASHintertext] = ACTIONS(6096), - [anon_sym_shortintertext] = ACTIONS(6096), + [anon_sym_BSLASHshortintertext] = ACTIONS(6096), }, [1526] = { [sym_command_name] = ACTIONS(6104), @@ -498296,7 +498296,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6104), [anon_sym_BSLASHtext] = ACTIONS(6104), [anon_sym_BSLASHintertext] = ACTIONS(6104), - [anon_sym_shortintertext] = ACTIONS(6104), + [anon_sym_BSLASHshortintertext] = ACTIONS(6104), }, [1527] = { [sym_command_name] = ACTIONS(6170), @@ -498569,7 +498569,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6170), [anon_sym_BSLASHtext] = ACTIONS(6170), [anon_sym_BSLASHintertext] = ACTIONS(6170), - [anon_sym_shortintertext] = ACTIONS(6170), + [anon_sym_BSLASHshortintertext] = ACTIONS(6170), }, [1528] = { [sym_command_name] = ACTIONS(6174), @@ -498842,7 +498842,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6174), [anon_sym_BSLASHtext] = ACTIONS(6174), [anon_sym_BSLASHintertext] = ACTIONS(6174), - [anon_sym_shortintertext] = ACTIONS(6174), + [anon_sym_BSLASHshortintertext] = ACTIONS(6174), }, [1529] = { [sym_command_name] = ACTIONS(6374), @@ -499115,7 +499115,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6374), [anon_sym_BSLASHtext] = ACTIONS(6374), [anon_sym_BSLASHintertext] = ACTIONS(6374), - [anon_sym_shortintertext] = ACTIONS(6374), + [anon_sym_BSLASHshortintertext] = ACTIONS(6374), }, [1530] = { [sym_command_name] = ACTIONS(6430), @@ -499388,7 +499388,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6430), [anon_sym_BSLASHtext] = ACTIONS(6430), [anon_sym_BSLASHintertext] = ACTIONS(6430), - [anon_sym_shortintertext] = ACTIONS(6430), + [anon_sym_BSLASHshortintertext] = ACTIONS(6430), }, [1531] = { [sym_command_name] = ACTIONS(6406), @@ -499661,7 +499661,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6406), [anon_sym_BSLASHtext] = ACTIONS(6406), [anon_sym_BSLASHintertext] = ACTIONS(6406), - [anon_sym_shortintertext] = ACTIONS(6406), + [anon_sym_BSLASHshortintertext] = ACTIONS(6406), }, [1532] = { [sym_command_name] = ACTIONS(6402), @@ -499934,7 +499934,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6402), [anon_sym_BSLASHtext] = ACTIONS(6402), [anon_sym_BSLASHintertext] = ACTIONS(6402), - [anon_sym_shortintertext] = ACTIONS(6402), + [anon_sym_BSLASHshortintertext] = ACTIONS(6402), }, [1533] = { [sym_command_name] = ACTIONS(6398), @@ -500207,7 +500207,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6398), [anon_sym_BSLASHtext] = ACTIONS(6398), [anon_sym_BSLASHintertext] = ACTIONS(6398), - [anon_sym_shortintertext] = ACTIONS(6398), + [anon_sym_BSLASHshortintertext] = ACTIONS(6398), }, [1534] = { [sym_command_name] = ACTIONS(6494), @@ -500480,7 +500480,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6494), [anon_sym_BSLASHtext] = ACTIONS(6494), [anon_sym_BSLASHintertext] = ACTIONS(6494), - [anon_sym_shortintertext] = ACTIONS(6494), + [anon_sym_BSLASHshortintertext] = ACTIONS(6494), }, [1535] = { [sym_command_name] = ACTIONS(6394), @@ -500753,7 +500753,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6394), [anon_sym_BSLASHtext] = ACTIONS(6394), [anon_sym_BSLASHintertext] = ACTIONS(6394), - [anon_sym_shortintertext] = ACTIONS(6394), + [anon_sym_BSLASHshortintertext] = ACTIONS(6394), }, [1536] = { [sym_command_name] = ACTIONS(6390), @@ -501026,7 +501026,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6390), [anon_sym_BSLASHtext] = ACTIONS(6390), [anon_sym_BSLASHintertext] = ACTIONS(6390), - [anon_sym_shortintertext] = ACTIONS(6390), + [anon_sym_BSLASHshortintertext] = ACTIONS(6390), }, [1537] = { [sym_command_name] = ACTIONS(6386), @@ -501299,7 +501299,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6386), [anon_sym_BSLASHtext] = ACTIONS(6386), [anon_sym_BSLASHintertext] = ACTIONS(6386), - [anon_sym_shortintertext] = ACTIONS(6386), + [anon_sym_BSLASHshortintertext] = ACTIONS(6386), }, [1538] = { [sym_command_name] = ACTIONS(6182), @@ -501572,7 +501572,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6182), [anon_sym_BSLASHtext] = ACTIONS(6182), [anon_sym_BSLASHintertext] = ACTIONS(6182), - [anon_sym_shortintertext] = ACTIONS(6182), + [anon_sym_BSLASHshortintertext] = ACTIONS(6182), }, [1539] = { [sym_command_name] = ACTIONS(6186), @@ -501845,7 +501845,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6186), [anon_sym_BSLASHtext] = ACTIONS(6186), [anon_sym_BSLASHintertext] = ACTIONS(6186), - [anon_sym_shortintertext] = ACTIONS(6186), + [anon_sym_BSLASHshortintertext] = ACTIONS(6186), }, [1540] = { [sym_command_name] = ACTIONS(6190), @@ -502118,7 +502118,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6190), [anon_sym_BSLASHtext] = ACTIONS(6190), [anon_sym_BSLASHintertext] = ACTIONS(6190), - [anon_sym_shortintertext] = ACTIONS(6190), + [anon_sym_BSLASHshortintertext] = ACTIONS(6190), }, [1541] = { [sym_command_name] = ACTIONS(6194), @@ -502391,7 +502391,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6194), [anon_sym_BSLASHtext] = ACTIONS(6194), [anon_sym_BSLASHintertext] = ACTIONS(6194), - [anon_sym_shortintertext] = ACTIONS(6194), + [anon_sym_BSLASHshortintertext] = ACTIONS(6194), }, [1542] = { [sym_command_name] = ACTIONS(6198), @@ -502664,7 +502664,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6198), [anon_sym_BSLASHtext] = ACTIONS(6198), [anon_sym_BSLASHintertext] = ACTIONS(6198), - [anon_sym_shortintertext] = ACTIONS(6198), + [anon_sym_BSLASHshortintertext] = ACTIONS(6198), }, [1543] = { [sym_command_name] = ACTIONS(6202), @@ -502937,7 +502937,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6202), [anon_sym_BSLASHtext] = ACTIONS(6202), [anon_sym_BSLASHintertext] = ACTIONS(6202), - [anon_sym_shortintertext] = ACTIONS(6202), + [anon_sym_BSLASHshortintertext] = ACTIONS(6202), }, [1544] = { [sym_command_name] = ACTIONS(6206), @@ -503210,7 +503210,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6206), [anon_sym_BSLASHtext] = ACTIONS(6206), [anon_sym_BSLASHintertext] = ACTIONS(6206), - [anon_sym_shortintertext] = ACTIONS(6206), + [anon_sym_BSLASHshortintertext] = ACTIONS(6206), }, [1545] = { [sym_command_name] = ACTIONS(6210), @@ -503483,7 +503483,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6210), [anon_sym_BSLASHtext] = ACTIONS(6210), [anon_sym_BSLASHintertext] = ACTIONS(6210), - [anon_sym_shortintertext] = ACTIONS(6210), + [anon_sym_BSLASHshortintertext] = ACTIONS(6210), }, [1546] = { [sym_command_name] = ACTIONS(6214), @@ -503756,7 +503756,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6214), [anon_sym_BSLASHtext] = ACTIONS(6214), [anon_sym_BSLASHintertext] = ACTIONS(6214), - [anon_sym_shortintertext] = ACTIONS(6214), + [anon_sym_BSLASHshortintertext] = ACTIONS(6214), }, [1547] = { [sym_command_name] = ACTIONS(6326), @@ -504029,7 +504029,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6326), [anon_sym_BSLASHtext] = ACTIONS(6326), [anon_sym_BSLASHintertext] = ACTIONS(6326), - [anon_sym_shortintertext] = ACTIONS(6326), + [anon_sym_BSLASHshortintertext] = ACTIONS(6326), }, [1548] = { [sym_command_name] = ACTIONS(6422), @@ -504302,7 +504302,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6422), [anon_sym_BSLASHtext] = ACTIONS(6422), [anon_sym_BSLASHintertext] = ACTIONS(6422), - [anon_sym_shortintertext] = ACTIONS(6422), + [anon_sym_BSLASHshortintertext] = ACTIONS(6422), }, [1549] = { [sym_curly_group] = STATE(1756), @@ -504575,7 +504575,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5978), [anon_sym_BSLASHtext] = ACTIONS(5978), [anon_sym_BSLASHintertext] = ACTIONS(5978), - [anon_sym_shortintertext] = ACTIONS(5978), + [anon_sym_BSLASHshortintertext] = ACTIONS(5978), }, [1550] = { [sym_command_name] = ACTIONS(145), @@ -504848,7 +504848,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [1551] = { [sym_command_name] = ACTIONS(6934), @@ -505121,7 +505121,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6934), [anon_sym_BSLASHtext] = ACTIONS(6934), [anon_sym_BSLASHintertext] = ACTIONS(6934), - [anon_sym_shortintertext] = ACTIONS(6934), + [anon_sym_BSLASHshortintertext] = ACTIONS(6934), }, [1552] = { [sym_command_name] = ACTIONS(161), @@ -505394,7 +505394,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [1553] = { [sym_command_name] = ACTIONS(6490), @@ -505667,7 +505667,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6490), [anon_sym_BSLASHtext] = ACTIONS(6490), [anon_sym_BSLASHintertext] = ACTIONS(6490), - [anon_sym_shortintertext] = ACTIONS(6490), + [anon_sym_BSLASHshortintertext] = ACTIONS(6490), }, [1554] = { [sym_command_name] = ACTIONS(6414), @@ -505940,7 +505940,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6414), [anon_sym_BSLASHtext] = ACTIONS(6414), [anon_sym_BSLASHintertext] = ACTIONS(6414), - [anon_sym_shortintertext] = ACTIONS(6414), + [anon_sym_BSLASHshortintertext] = ACTIONS(6414), }, [1555] = { [sym_brack_group_text] = STATE(1728), @@ -506213,7 +506213,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5974), [anon_sym_BSLASHtext] = ACTIONS(5974), [anon_sym_BSLASHintertext] = ACTIONS(5974), - [anon_sym_shortintertext] = ACTIONS(5974), + [anon_sym_BSLASHshortintertext] = ACTIONS(5974), }, [1556] = { [sym_command_name] = ACTIONS(6218), @@ -506486,7 +506486,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6218), [anon_sym_BSLASHtext] = ACTIONS(6218), [anon_sym_BSLASHintertext] = ACTIONS(6218), - [anon_sym_shortintertext] = ACTIONS(6218), + [anon_sym_BSLASHshortintertext] = ACTIONS(6218), }, [1557] = { [sym_command_name] = ACTIONS(5964), @@ -506759,7 +506759,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5964), [anon_sym_BSLASHtext] = ACTIONS(5964), [anon_sym_BSLASHintertext] = ACTIONS(5964), - [anon_sym_shortintertext] = ACTIONS(5964), + [anon_sym_BSLASHshortintertext] = ACTIONS(5964), }, [1558] = { [sym_command_name] = ACTIONS(6438), @@ -507032,7 +507032,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6438), [anon_sym_BSLASHtext] = ACTIONS(6438), [anon_sym_BSLASHintertext] = ACTIONS(6438), - [anon_sym_shortintertext] = ACTIONS(6438), + [anon_sym_BSLASHshortintertext] = ACTIONS(6438), }, [1559] = { [sym_command_name] = ACTIONS(6434), @@ -507305,7 +507305,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6434), [anon_sym_BSLASHtext] = ACTIONS(6434), [anon_sym_BSLASHintertext] = ACTIONS(6434), - [anon_sym_shortintertext] = ACTIONS(6434), + [anon_sym_BSLASHshortintertext] = ACTIONS(6434), }, [1560] = { [sym_command_name] = ACTIONS(5964), @@ -507578,7 +507578,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5964), [anon_sym_BSLASHtext] = ACTIONS(5964), [anon_sym_BSLASHintertext] = ACTIONS(5964), - [anon_sym_shortintertext] = ACTIONS(5964), + [anon_sym_BSLASHshortintertext] = ACTIONS(5964), }, [1561] = { [sym_command_name] = ACTIONS(6010), @@ -507851,7 +507851,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6010), [anon_sym_BSLASHtext] = ACTIONS(6010), [anon_sym_BSLASHintertext] = ACTIONS(6010), - [anon_sym_shortintertext] = ACTIONS(6010), + [anon_sym_BSLASHshortintertext] = ACTIONS(6010), }, [1562] = { [sym_command_name] = ACTIONS(6060), @@ -508124,7 +508124,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6060), [anon_sym_BSLASHtext] = ACTIONS(6060), [anon_sym_BSLASHintertext] = ACTIONS(6060), - [anon_sym_shortintertext] = ACTIONS(6060), + [anon_sym_BSLASHshortintertext] = ACTIONS(6060), }, [1563] = { [sym_command_name] = ACTIONS(6064), @@ -508397,7 +508397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6064), [anon_sym_BSLASHtext] = ACTIONS(6064), [anon_sym_BSLASHintertext] = ACTIONS(6064), - [anon_sym_shortintertext] = ACTIONS(6064), + [anon_sym_BSLASHshortintertext] = ACTIONS(6064), }, [1564] = { [sym_command_name] = ACTIONS(6068), @@ -508670,7 +508670,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6068), [anon_sym_BSLASHtext] = ACTIONS(6068), [anon_sym_BSLASHintertext] = ACTIONS(6068), - [anon_sym_shortintertext] = ACTIONS(6068), + [anon_sym_BSLASHshortintertext] = ACTIONS(6068), }, [1565] = { [sym_command_name] = ACTIONS(6426), @@ -508943,7 +508943,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6426), [anon_sym_BSLASHtext] = ACTIONS(6426), [anon_sym_BSLASHintertext] = ACTIONS(6426), - [anon_sym_shortintertext] = ACTIONS(6426), + [anon_sym_BSLASHshortintertext] = ACTIONS(6426), }, [1566] = { [sym_command_name] = ACTIONS(6230), @@ -509216,7 +509216,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6230), [anon_sym_BSLASHtext] = ACTIONS(6230), [anon_sym_BSLASHintertext] = ACTIONS(6230), - [anon_sym_shortintertext] = ACTIONS(6230), + [anon_sym_BSLASHshortintertext] = ACTIONS(6230), }, [1567] = { [sym_command_name] = ACTIONS(6234), @@ -509489,7 +509489,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6234), [anon_sym_BSLASHtext] = ACTIONS(6234), [anon_sym_BSLASHintertext] = ACTIONS(6234), - [anon_sym_shortintertext] = ACTIONS(6234), + [anon_sym_BSLASHshortintertext] = ACTIONS(6234), }, [1568] = { [sym_command_name] = ACTIONS(6072), @@ -509762,7 +509762,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6072), [anon_sym_BSLASHtext] = ACTIONS(6072), [anon_sym_BSLASHintertext] = ACTIONS(6072), - [anon_sym_shortintertext] = ACTIONS(6072), + [anon_sym_BSLASHshortintertext] = ACTIONS(6072), }, [1569] = { [sym_command_name] = ACTIONS(6418), @@ -510035,7 +510035,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6418), [anon_sym_BSLASHtext] = ACTIONS(6418), [anon_sym_BSLASHintertext] = ACTIONS(6418), - [anon_sym_shortintertext] = ACTIONS(6418), + [anon_sym_BSLASHshortintertext] = ACTIONS(6418), }, [1570] = { [sym_command_name] = ACTIONS(6238), @@ -510308,7 +510308,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6238), [anon_sym_BSLASHtext] = ACTIONS(6238), [anon_sym_BSLASHintertext] = ACTIONS(6238), - [anon_sym_shortintertext] = ACTIONS(6238), + [anon_sym_BSLASHshortintertext] = ACTIONS(6238), }, [1571] = { [sym_curly_group] = STATE(1720), @@ -510581,7 +510581,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5954), [anon_sym_BSLASHtext] = ACTIONS(5954), [anon_sym_BSLASHintertext] = ACTIONS(5954), - [anon_sym_shortintertext] = ACTIONS(5954), + [anon_sym_BSLASHshortintertext] = ACTIONS(5954), }, [1572] = { [sym_command_name] = ACTIONS(6242), @@ -510854,7 +510854,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6242), [anon_sym_BSLASHtext] = ACTIONS(6242), [anon_sym_BSLASHintertext] = ACTIONS(6242), - [anon_sym_shortintertext] = ACTIONS(6242), + [anon_sym_BSLASHshortintertext] = ACTIONS(6242), }, [1573] = { [sym_command_name] = ACTIONS(6246), @@ -511127,7 +511127,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6246), [anon_sym_BSLASHtext] = ACTIONS(6246), [anon_sym_BSLASHintertext] = ACTIONS(6246), - [anon_sym_shortintertext] = ACTIONS(6246), + [anon_sym_BSLASHshortintertext] = ACTIONS(6246), }, [1574] = { [sym_command_name] = ACTIONS(6250), @@ -511400,7 +511400,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6250), [anon_sym_BSLASHtext] = ACTIONS(6250), [anon_sym_BSLASHintertext] = ACTIONS(6250), - [anon_sym_shortintertext] = ACTIONS(6250), + [anon_sym_BSLASHshortintertext] = ACTIONS(6250), }, [1575] = { [sym_command_name] = ACTIONS(6254), @@ -511673,7 +511673,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6254), [anon_sym_BSLASHtext] = ACTIONS(6254), [anon_sym_BSLASHintertext] = ACTIONS(6254), - [anon_sym_shortintertext] = ACTIONS(6254), + [anon_sym_BSLASHshortintertext] = ACTIONS(6254), }, [1576] = { [sym_command_name] = ACTIONS(6258), @@ -511946,7 +511946,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6258), [anon_sym_BSLASHtext] = ACTIONS(6258), [anon_sym_BSLASHintertext] = ACTIONS(6258), - [anon_sym_shortintertext] = ACTIONS(6258), + [anon_sym_BSLASHshortintertext] = ACTIONS(6258), }, [1577] = { [sym_command_name] = ACTIONS(6262), @@ -512219,7 +512219,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6262), [anon_sym_BSLASHtext] = ACTIONS(6262), [anon_sym_BSLASHintertext] = ACTIONS(6262), - [anon_sym_shortintertext] = ACTIONS(6262), + [anon_sym_BSLASHshortintertext] = ACTIONS(6262), }, [1578] = { [sym_command_name] = ACTIONS(6266), @@ -512492,7 +512492,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6266), [anon_sym_BSLASHtext] = ACTIONS(6266), [anon_sym_BSLASHintertext] = ACTIONS(6266), - [anon_sym_shortintertext] = ACTIONS(6266), + [anon_sym_BSLASHshortintertext] = ACTIONS(6266), }, [1579] = { [sym_command_name] = ACTIONS(6270), @@ -512765,7 +512765,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6270), [anon_sym_BSLASHtext] = ACTIONS(6270), [anon_sym_BSLASHintertext] = ACTIONS(6270), - [anon_sym_shortintertext] = ACTIONS(6270), + [anon_sym_BSLASHshortintertext] = ACTIONS(6270), }, [1580] = { [sym_command_name] = ACTIONS(6274), @@ -513038,7 +513038,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6274), [anon_sym_BSLASHtext] = ACTIONS(6274), [anon_sym_BSLASHintertext] = ACTIONS(6274), - [anon_sym_shortintertext] = ACTIONS(6274), + [anon_sym_BSLASHshortintertext] = ACTIONS(6274), }, [1581] = { [sym_command_name] = ACTIONS(6278), @@ -513311,7 +513311,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6278), [anon_sym_BSLASHtext] = ACTIONS(6278), [anon_sym_BSLASHintertext] = ACTIONS(6278), - [anon_sym_shortintertext] = ACTIONS(6278), + [anon_sym_BSLASHshortintertext] = ACTIONS(6278), }, [1582] = { [sym_command_name] = ACTIONS(6282), @@ -513584,7 +513584,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6282), [anon_sym_BSLASHtext] = ACTIONS(6282), [anon_sym_BSLASHintertext] = ACTIONS(6282), - [anon_sym_shortintertext] = ACTIONS(6282), + [anon_sym_BSLASHshortintertext] = ACTIONS(6282), }, [1583] = { [sym_command_name] = ACTIONS(6286), @@ -513857,7 +513857,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6286), [anon_sym_BSLASHtext] = ACTIONS(6286), [anon_sym_BSLASHintertext] = ACTIONS(6286), - [anon_sym_shortintertext] = ACTIONS(6286), + [anon_sym_BSLASHshortintertext] = ACTIONS(6286), }, [1584] = { [sym_command_name] = ACTIONS(6290), @@ -514130,7 +514130,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6290), [anon_sym_BSLASHtext] = ACTIONS(6290), [anon_sym_BSLASHintertext] = ACTIONS(6290), - [anon_sym_shortintertext] = ACTIONS(6290), + [anon_sym_BSLASHshortintertext] = ACTIONS(6290), }, [1585] = { [sym_command_name] = ACTIONS(6294), @@ -514403,7 +514403,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6294), [anon_sym_BSLASHtext] = ACTIONS(6294), [anon_sym_BSLASHintertext] = ACTIONS(6294), - [anon_sym_shortintertext] = ACTIONS(6294), + [anon_sym_BSLASHshortintertext] = ACTIONS(6294), }, [1586] = { [sym_command_name] = ACTIONS(6298), @@ -514676,7 +514676,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6298), [anon_sym_BSLASHtext] = ACTIONS(6298), [anon_sym_BSLASHintertext] = ACTIONS(6298), - [anon_sym_shortintertext] = ACTIONS(6298), + [anon_sym_BSLASHshortintertext] = ACTIONS(6298), }, [1587] = { [sym_command_name] = ACTIONS(6302), @@ -514949,7 +514949,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6302), [anon_sym_BSLASHtext] = ACTIONS(6302), [anon_sym_BSLASHintertext] = ACTIONS(6302), - [anon_sym_shortintertext] = ACTIONS(6302), + [anon_sym_BSLASHshortintertext] = ACTIONS(6302), }, [1588] = { [sym_command_name] = ACTIONS(6080), @@ -515222,7 +515222,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6080), [anon_sym_BSLASHtext] = ACTIONS(6080), [anon_sym_BSLASHintertext] = ACTIONS(6080), - [anon_sym_shortintertext] = ACTIONS(6080), + [anon_sym_BSLASHshortintertext] = ACTIONS(6080), }, [1589] = { [sym_command_name] = ACTIONS(6084), @@ -515495,7 +515495,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6084), [anon_sym_BSLASHtext] = ACTIONS(6084), [anon_sym_BSLASHintertext] = ACTIONS(6084), - [anon_sym_shortintertext] = ACTIONS(6084), + [anon_sym_BSLASHshortintertext] = ACTIONS(6084), }, [1590] = { [sym_command_name] = ACTIONS(6314), @@ -515768,7 +515768,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6314), [anon_sym_BSLASHtext] = ACTIONS(6314), [anon_sym_BSLASHintertext] = ACTIONS(6314), - [anon_sym_shortintertext] = ACTIONS(6314), + [anon_sym_BSLASHshortintertext] = ACTIONS(6314), }, [1591] = { [sym_command_name] = ACTIONS(6088), @@ -516041,7 +516041,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6088), [anon_sym_BSLASHtext] = ACTIONS(6088), [anon_sym_BSLASHintertext] = ACTIONS(6088), - [anon_sym_shortintertext] = ACTIONS(6088), + [anon_sym_BSLASHshortintertext] = ACTIONS(6088), }, [1592] = { [sym_command_name] = ACTIONS(6144), @@ -516314,7 +516314,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6144), [anon_sym_BSLASHtext] = ACTIONS(6144), [anon_sym_BSLASHintertext] = ACTIONS(6144), - [anon_sym_shortintertext] = ACTIONS(6144), + [anon_sym_BSLASHshortintertext] = ACTIONS(6144), }, [1593] = { [sym_command_name] = ACTIONS(6148), @@ -516587,7 +516587,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6148), [anon_sym_BSLASHtext] = ACTIONS(6148), [anon_sym_BSLASHintertext] = ACTIONS(6148), - [anon_sym_shortintertext] = ACTIONS(6148), + [anon_sym_BSLASHshortintertext] = ACTIONS(6148), }, [1594] = { [sym_command_name] = ACTIONS(6152), @@ -516860,7 +516860,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6152), [anon_sym_BSLASHtext] = ACTIONS(6152), [anon_sym_BSLASHintertext] = ACTIONS(6152), - [anon_sym_shortintertext] = ACTIONS(6152), + [anon_sym_BSLASHshortintertext] = ACTIONS(6152), }, [1595] = { [sym_command_name] = ACTIONS(6378), @@ -517133,7 +517133,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6378), [anon_sym_BSLASHtext] = ACTIONS(6378), [anon_sym_BSLASHintertext] = ACTIONS(6378), - [anon_sym_shortintertext] = ACTIONS(6378), + [anon_sym_BSLASHshortintertext] = ACTIONS(6378), }, [1596] = { [sym_command_name] = ACTIONS(6318), @@ -517406,7 +517406,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6318), [anon_sym_BSLASHtext] = ACTIONS(6318), [anon_sym_BSLASHintertext] = ACTIONS(6318), - [anon_sym_shortintertext] = ACTIONS(6318), + [anon_sym_BSLASHshortintertext] = ACTIONS(6318), }, [1597] = { [sym_command_name] = ACTIONS(157), @@ -517679,7 +517679,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [1598] = { [sym_command_name] = ACTIONS(6156), @@ -517952,7 +517952,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6156), [anon_sym_BSLASHtext] = ACTIONS(6156), [anon_sym_BSLASHintertext] = ACTIONS(6156), - [anon_sym_shortintertext] = ACTIONS(6156), + [anon_sym_BSLASHshortintertext] = ACTIONS(6156), }, [1599] = { [sym_command_name] = ACTIONS(151), @@ -518225,7 +518225,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [1600] = { [sym_brack_group_text] = STATE(1749), @@ -518498,7 +518498,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5974), [anon_sym_BSLASHtext] = ACTIONS(5974), [anon_sym_BSLASHintertext] = ACTIONS(5974), - [anon_sym_shortintertext] = ACTIONS(5974), + [anon_sym_BSLASHshortintertext] = ACTIONS(5974), }, [1601] = { [sym_command_name] = ACTIONS(6160), @@ -518771,7 +518771,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6160), [anon_sym_BSLASHtext] = ACTIONS(6160), [anon_sym_BSLASHintertext] = ACTIONS(6160), - [anon_sym_shortintertext] = ACTIONS(6160), + [anon_sym_BSLASHshortintertext] = ACTIONS(6160), }, [1602] = { [sym_curly_group] = STATE(1694), @@ -519044,7 +519044,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5978), [anon_sym_BSLASHtext] = ACTIONS(5978), [anon_sym_BSLASHintertext] = ACTIONS(5978), - [anon_sym_shortintertext] = ACTIONS(5978), + [anon_sym_BSLASHshortintertext] = ACTIONS(5978), }, [1603] = { [sym_command_name] = ACTIONS(6338), @@ -519317,7 +519317,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6338), [anon_sym_BSLASHtext] = ACTIONS(6338), [anon_sym_BSLASHintertext] = ACTIONS(6338), - [anon_sym_shortintertext] = ACTIONS(6338), + [anon_sym_BSLASHshortintertext] = ACTIONS(6338), }, [1604] = { [sym_command_name] = ACTIONS(6342), @@ -519590,7 +519590,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6342), [anon_sym_BSLASHtext] = ACTIONS(6342), [anon_sym_BSLASHintertext] = ACTIONS(6342), - [anon_sym_shortintertext] = ACTIONS(6342), + [anon_sym_BSLASHshortintertext] = ACTIONS(6342), }, [1605] = { [sym_command_name] = ACTIONS(6522), @@ -519863,7 +519863,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6522), [anon_sym_BSLASHtext] = ACTIONS(6522), [anon_sym_BSLASHintertext] = ACTIONS(6522), - [anon_sym_shortintertext] = ACTIONS(6522), + [anon_sym_BSLASHshortintertext] = ACTIONS(6522), }, [1606] = { [sym_command_name] = ACTIONS(6346), @@ -520136,7 +520136,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6346), [anon_sym_BSLASHtext] = ACTIONS(6346), [anon_sym_BSLASHintertext] = ACTIONS(6346), - [anon_sym_shortintertext] = ACTIONS(6346), + [anon_sym_BSLASHshortintertext] = ACTIONS(6346), }, [1607] = { [sym_command_name] = ACTIONS(6306), @@ -520409,7 +520409,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6306), [anon_sym_BSLASHtext] = ACTIONS(6306), [anon_sym_BSLASHintertext] = ACTIONS(6306), - [anon_sym_shortintertext] = ACTIONS(6306), + [anon_sym_BSLASHshortintertext] = ACTIONS(6306), }, [1608] = { [sym_command_name] = ACTIONS(6222), @@ -520682,7 +520682,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6222), [anon_sym_BSLASHtext] = ACTIONS(6222), [anon_sym_BSLASHintertext] = ACTIONS(6222), - [anon_sym_shortintertext] = ACTIONS(6222), + [anon_sym_BSLASHshortintertext] = ACTIONS(6222), }, [1609] = { [sym_command_name] = ACTIONS(6518), @@ -520955,7 +520955,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6518), [anon_sym_BSLASHtext] = ACTIONS(6518), [anon_sym_BSLASHintertext] = ACTIONS(6518), - [anon_sym_shortintertext] = ACTIONS(6518), + [anon_sym_BSLASHshortintertext] = ACTIONS(6518), }, [1610] = { [sym_command_name] = ACTIONS(6514), @@ -521228,7 +521228,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6514), [anon_sym_BSLASHtext] = ACTIONS(6514), [anon_sym_BSLASHintertext] = ACTIONS(6514), - [anon_sym_shortintertext] = ACTIONS(6514), + [anon_sym_BSLASHshortintertext] = ACTIONS(6514), }, [1611] = { [sym_brack_group_text] = STATE(1621), @@ -521501,7 +521501,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5970), [anon_sym_BSLASHtext] = ACTIONS(5970), [anon_sym_BSLASHintertext] = ACTIONS(5970), - [anon_sym_shortintertext] = ACTIONS(5970), + [anon_sym_BSLASHshortintertext] = ACTIONS(5970), }, [1612] = { [sym_command_name] = ACTIONS(6510), @@ -521774,7 +521774,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6510), [anon_sym_BSLASHtext] = ACTIONS(6510), [anon_sym_BSLASHintertext] = ACTIONS(6510), - [anon_sym_shortintertext] = ACTIONS(6510), + [anon_sym_BSLASHshortintertext] = ACTIONS(6510), }, [1613] = { [sym_command_name] = ACTIONS(6506), @@ -522047,7 +522047,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6506), [anon_sym_BSLASHtext] = ACTIONS(6506), [anon_sym_BSLASHintertext] = ACTIONS(6506), - [anon_sym_shortintertext] = ACTIONS(6506), + [anon_sym_BSLASHshortintertext] = ACTIONS(6506), }, [1614] = { [sym_command_name] = ACTIONS(6366), @@ -522320,7 +522320,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6366), [anon_sym_BSLASHtext] = ACTIONS(6366), [anon_sym_BSLASHintertext] = ACTIONS(6366), - [anon_sym_shortintertext] = ACTIONS(6366), + [anon_sym_BSLASHshortintertext] = ACTIONS(6366), }, [1615] = { [sym_command_name] = ACTIONS(6370), @@ -522593,7 +522593,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6370), [anon_sym_BSLASHtext] = ACTIONS(6370), [anon_sym_BSLASHintertext] = ACTIONS(6370), - [anon_sym_shortintertext] = ACTIONS(6370), + [anon_sym_BSLASHshortintertext] = ACTIONS(6370), }, [1616] = { [sym_command_name] = ACTIONS(6502), @@ -522866,7 +522866,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6502), [anon_sym_BSLASHtext] = ACTIONS(6502), [anon_sym_BSLASHintertext] = ACTIONS(6502), - [anon_sym_shortintertext] = ACTIONS(6502), + [anon_sym_BSLASHshortintertext] = ACTIONS(6502), }, [1617] = { [sym_command_name] = ACTIONS(6498), @@ -523139,7 +523139,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6498), [anon_sym_BSLASHtext] = ACTIONS(6498), [anon_sym_BSLASHintertext] = ACTIONS(6498), - [anon_sym_shortintertext] = ACTIONS(6498), + [anon_sym_BSLASHshortintertext] = ACTIONS(6498), }, [1618] = { [sym_command_name] = ACTIONS(6438), @@ -523411,7 +523411,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6438), [anon_sym_BSLASHtext] = ACTIONS(6438), [anon_sym_BSLASHintertext] = ACTIONS(6438), - [anon_sym_shortintertext] = ACTIONS(6438), + [anon_sym_BSLASHshortintertext] = ACTIONS(6438), }, [1619] = { [sym_command_name] = ACTIONS(6002), @@ -523683,7 +523683,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6002), [anon_sym_BSLASHtext] = ACTIONS(6002), [anon_sym_BSLASHintertext] = ACTIONS(6002), - [anon_sym_shortintertext] = ACTIONS(6002), + [anon_sym_BSLASHshortintertext] = ACTIONS(6002), }, [1620] = { [sym_command_name] = ACTIONS(6362), @@ -523955,7 +523955,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6362), [anon_sym_BSLASHtext] = ACTIONS(6362), [anon_sym_BSLASHintertext] = ACTIONS(6362), - [anon_sym_shortintertext] = ACTIONS(6362), + [anon_sym_BSLASHshortintertext] = ACTIONS(6362), }, [1621] = { [sym_command_name] = ACTIONS(6330), @@ -524227,7 +524227,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6330), [anon_sym_BSLASHtext] = ACTIONS(6330), [anon_sym_BSLASHintertext] = ACTIONS(6330), - [anon_sym_shortintertext] = ACTIONS(6330), + [anon_sym_BSLASHshortintertext] = ACTIONS(6330), }, [1622] = { [sym_command_name] = ACTIONS(6334), @@ -524499,7 +524499,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6334), [anon_sym_BSLASHtext] = ACTIONS(6334), [anon_sym_BSLASHintertext] = ACTIONS(6334), - [anon_sym_shortintertext] = ACTIONS(6334), + [anon_sym_BSLASHshortintertext] = ACTIONS(6334), }, [1623] = { [sym_command_name] = ACTIONS(6382), @@ -524771,7 +524771,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6382), [anon_sym_BSLASHtext] = ACTIONS(6382), [anon_sym_BSLASHintertext] = ACTIONS(6382), - [anon_sym_shortintertext] = ACTIONS(6382), + [anon_sym_BSLASHshortintertext] = ACTIONS(6382), }, [1624] = { [sym_command_name] = ACTIONS(6338), @@ -525043,7 +525043,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6338), [anon_sym_BSLASHtext] = ACTIONS(6338), [anon_sym_BSLASHintertext] = ACTIONS(6338), - [anon_sym_shortintertext] = ACTIONS(6338), + [anon_sym_BSLASHshortintertext] = ACTIONS(6338), }, [1625] = { [sym_command_name] = ACTIONS(6410), @@ -525315,7 +525315,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6410), [anon_sym_BSLASHtext] = ACTIONS(6410), [anon_sym_BSLASHintertext] = ACTIONS(6410), - [anon_sym_shortintertext] = ACTIONS(6410), + [anon_sym_BSLASHshortintertext] = ACTIONS(6410), }, [1626] = { [sym_command_name] = ACTIONS(6342), @@ -525587,7 +525587,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6342), [anon_sym_BSLASHtext] = ACTIONS(6342), [anon_sym_BSLASHintertext] = ACTIONS(6342), - [anon_sym_shortintertext] = ACTIONS(6342), + [anon_sym_BSLASHshortintertext] = ACTIONS(6342), }, [1627] = { [sym_command_name] = ACTIONS(6226), @@ -525859,7 +525859,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6226), [anon_sym_BSLASHtext] = ACTIONS(6226), [anon_sym_BSLASHintertext] = ACTIONS(6226), - [anon_sym_shortintertext] = ACTIONS(6226), + [anon_sym_BSLASHshortintertext] = ACTIONS(6226), }, [1628] = { [sym_command_name] = ACTIONS(6522), @@ -526131,7 +526131,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6522), [anon_sym_BSLASHtext] = ACTIONS(6522), [anon_sym_BSLASHintertext] = ACTIONS(6522), - [anon_sym_shortintertext] = ACTIONS(6522), + [anon_sym_BSLASHshortintertext] = ACTIONS(6522), }, [1629] = { [sym_command_name] = ACTIONS(6346), @@ -526403,7 +526403,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6346), [anon_sym_BSLASHtext] = ACTIONS(6346), [anon_sym_BSLASHintertext] = ACTIONS(6346), - [anon_sym_shortintertext] = ACTIONS(6346), + [anon_sym_BSLASHshortintertext] = ACTIONS(6346), }, [1630] = { [sym_command_name] = ACTIONS(6358), @@ -526675,7 +526675,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6358), [anon_sym_BSLASHtext] = ACTIONS(6358), [anon_sym_BSLASHintertext] = ACTIONS(6358), - [anon_sym_shortintertext] = ACTIONS(6358), + [anon_sym_BSLASHshortintertext] = ACTIONS(6358), }, [1631] = { [sym_command_name] = ACTIONS(5994), @@ -526947,7 +526947,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5994), [anon_sym_BSLASHtext] = ACTIONS(5994), [anon_sym_BSLASHintertext] = ACTIONS(5994), - [anon_sym_shortintertext] = ACTIONS(5994), + [anon_sym_BSLASHshortintertext] = ACTIONS(5994), }, [1632] = { [sym_command_name] = ACTIONS(5998), @@ -527219,7 +527219,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5998), [anon_sym_BSLASHtext] = ACTIONS(5998), [anon_sym_BSLASHintertext] = ACTIONS(5998), - [anon_sym_shortintertext] = ACTIONS(5998), + [anon_sym_BSLASHshortintertext] = ACTIONS(5998), }, [1633] = { [sym_command_name] = ACTIONS(6002), @@ -527491,7 +527491,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6002), [anon_sym_BSLASHtext] = ACTIONS(6002), [anon_sym_BSLASHintertext] = ACTIONS(6002), - [anon_sym_shortintertext] = ACTIONS(6002), + [anon_sym_BSLASHshortintertext] = ACTIONS(6002), }, [1634] = { [sym_command_name] = ACTIONS(6006), @@ -527763,7 +527763,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6006), [anon_sym_BSLASHtext] = ACTIONS(6006), [anon_sym_BSLASHintertext] = ACTIONS(6006), - [anon_sym_shortintertext] = ACTIONS(6006), + [anon_sym_BSLASHshortintertext] = ACTIONS(6006), }, [1635] = { [sym_command_name] = ACTIONS(6026), @@ -528035,7 +528035,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6026), [anon_sym_BSLASHtext] = ACTIONS(6026), [anon_sym_BSLASHintertext] = ACTIONS(6026), - [anon_sym_shortintertext] = ACTIONS(6026), + [anon_sym_BSLASHshortintertext] = ACTIONS(6026), }, [1636] = { [sym_command_name] = ACTIONS(6092), @@ -528307,7 +528307,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6092), [anon_sym_BSLASHtext] = ACTIONS(6092), [anon_sym_BSLASHintertext] = ACTIONS(6092), - [anon_sym_shortintertext] = ACTIONS(6092), + [anon_sym_BSLASHshortintertext] = ACTIONS(6092), }, [1637] = { [sym_command_name] = ACTIONS(6096), @@ -528579,7 +528579,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6096), [anon_sym_BSLASHtext] = ACTIONS(6096), [anon_sym_BSLASHintertext] = ACTIONS(6096), - [anon_sym_shortintertext] = ACTIONS(6096), + [anon_sym_BSLASHshortintertext] = ACTIONS(6096), }, [1638] = { [sym_command_name] = ACTIONS(6104), @@ -528851,7 +528851,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6104), [anon_sym_BSLASHtext] = ACTIONS(6104), [anon_sym_BSLASHintertext] = ACTIONS(6104), - [anon_sym_shortintertext] = ACTIONS(6104), + [anon_sym_BSLASHshortintertext] = ACTIONS(6104), }, [1639] = { [sym_command_name] = ACTIONS(6170), @@ -529123,7 +529123,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6170), [anon_sym_BSLASHtext] = ACTIONS(6170), [anon_sym_BSLASHintertext] = ACTIONS(6170), - [anon_sym_shortintertext] = ACTIONS(6170), + [anon_sym_BSLASHshortintertext] = ACTIONS(6170), }, [1640] = { [sym_command_name] = ACTIONS(6174), @@ -529395,7 +529395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6174), [anon_sym_BSLASHtext] = ACTIONS(6174), [anon_sym_BSLASHintertext] = ACTIONS(6174), - [anon_sym_shortintertext] = ACTIONS(6174), + [anon_sym_BSLASHshortintertext] = ACTIONS(6174), }, [1641] = { [sym_command_name] = ACTIONS(6178), @@ -529667,7 +529667,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6178), [anon_sym_BSLASHtext] = ACTIONS(6178), [anon_sym_BSLASHintertext] = ACTIONS(6178), - [anon_sym_shortintertext] = ACTIONS(6178), + [anon_sym_BSLASHshortintertext] = ACTIONS(6178), }, [1642] = { [sym_command_name] = ACTIONS(6182), @@ -529939,7 +529939,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6182), [anon_sym_BSLASHtext] = ACTIONS(6182), [anon_sym_BSLASHintertext] = ACTIONS(6182), - [anon_sym_shortintertext] = ACTIONS(6182), + [anon_sym_BSLASHshortintertext] = ACTIONS(6182), }, [1643] = { [sym_command_name] = ACTIONS(6186), @@ -530211,7 +530211,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6186), [anon_sym_BSLASHtext] = ACTIONS(6186), [anon_sym_BSLASHintertext] = ACTIONS(6186), - [anon_sym_shortintertext] = ACTIONS(6186), + [anon_sym_BSLASHshortintertext] = ACTIONS(6186), }, [1644] = { [sym_command_name] = ACTIONS(6190), @@ -530483,7 +530483,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6190), [anon_sym_BSLASHtext] = ACTIONS(6190), [anon_sym_BSLASHintertext] = ACTIONS(6190), - [anon_sym_shortintertext] = ACTIONS(6190), + [anon_sym_BSLASHshortintertext] = ACTIONS(6190), }, [1645] = { [sym_command_name] = ACTIONS(6194), @@ -530755,7 +530755,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6194), [anon_sym_BSLASHtext] = ACTIONS(6194), [anon_sym_BSLASHintertext] = ACTIONS(6194), - [anon_sym_shortintertext] = ACTIONS(6194), + [anon_sym_BSLASHshortintertext] = ACTIONS(6194), }, [1646] = { [sym_command_name] = ACTIONS(6198), @@ -531027,7 +531027,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6198), [anon_sym_BSLASHtext] = ACTIONS(6198), [anon_sym_BSLASHintertext] = ACTIONS(6198), - [anon_sym_shortintertext] = ACTIONS(6198), + [anon_sym_BSLASHshortintertext] = ACTIONS(6198), }, [1647] = { [sym_command_name] = ACTIONS(6202), @@ -531299,7 +531299,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6202), [anon_sym_BSLASHtext] = ACTIONS(6202), [anon_sym_BSLASHintertext] = ACTIONS(6202), - [anon_sym_shortintertext] = ACTIONS(6202), + [anon_sym_BSLASHshortintertext] = ACTIONS(6202), }, [1648] = { [sym_command_name] = ACTIONS(6206), @@ -531571,7 +531571,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6206), [anon_sym_BSLASHtext] = ACTIONS(6206), [anon_sym_BSLASHintertext] = ACTIONS(6206), - [anon_sym_shortintertext] = ACTIONS(6206), + [anon_sym_BSLASHshortintertext] = ACTIONS(6206), }, [1649] = { [sym_command_name] = ACTIONS(6210), @@ -531843,7 +531843,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6210), [anon_sym_BSLASHtext] = ACTIONS(6210), [anon_sym_BSLASHintertext] = ACTIONS(6210), - [anon_sym_shortintertext] = ACTIONS(6210), + [anon_sym_BSLASHshortintertext] = ACTIONS(6210), }, [1650] = { [sym_command_name] = ACTIONS(6366), @@ -532115,7 +532115,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6366), [anon_sym_BSLASHtext] = ACTIONS(6366), [anon_sym_BSLASHintertext] = ACTIONS(6366), - [anon_sym_shortintertext] = ACTIONS(6366), + [anon_sym_BSLASHshortintertext] = ACTIONS(6366), }, [1651] = { [sym_command_name] = ACTIONS(6346), @@ -532387,7 +532387,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6346), [anon_sym_BSLASHtext] = ACTIONS(6346), [anon_sym_BSLASHintertext] = ACTIONS(6346), - [anon_sym_shortintertext] = ACTIONS(6346), + [anon_sym_BSLASHshortintertext] = ACTIONS(6346), }, [1652] = { [sym_command_name] = ACTIONS(6120), @@ -532659,7 +532659,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6120), [anon_sym_BSLASHtext] = ACTIONS(6120), [anon_sym_BSLASHintertext] = ACTIONS(6120), - [anon_sym_shortintertext] = ACTIONS(6120), + [anon_sym_BSLASHshortintertext] = ACTIONS(6120), }, [1653] = { [sym_command_name] = ACTIONS(6076), @@ -532931,7 +532931,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6076), [anon_sym_BSLASHtext] = ACTIONS(6076), [anon_sym_BSLASHintertext] = ACTIONS(6076), - [anon_sym_shortintertext] = ACTIONS(6076), + [anon_sym_BSLASHshortintertext] = ACTIONS(6076), }, [1654] = { [sym_command_name] = ACTIONS(5986), @@ -533203,7 +533203,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5986), [anon_sym_BSLASHtext] = ACTIONS(5986), [anon_sym_BSLASHintertext] = ACTIONS(5986), - [anon_sym_shortintertext] = ACTIONS(5986), + [anon_sym_BSLASHshortintertext] = ACTIONS(5986), }, [1655] = { [sym_command_name] = ACTIONS(6148), @@ -533475,7 +533475,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6148), [anon_sym_BSLASHtext] = ACTIONS(6148), [anon_sym_BSLASHintertext] = ACTIONS(6148), - [anon_sym_shortintertext] = ACTIONS(6148), + [anon_sym_BSLASHshortintertext] = ACTIONS(6148), }, [1656] = { [sym_command_name] = ACTIONS(5990), @@ -533747,7 +533747,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5990), [anon_sym_BSLASHtext] = ACTIONS(5990), [anon_sym_BSLASHintertext] = ACTIONS(5990), - [anon_sym_shortintertext] = ACTIONS(5990), + [anon_sym_BSLASHshortintertext] = ACTIONS(5990), }, [1657] = { [sym_command_name] = ACTIONS(6522), @@ -534019,7 +534019,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6522), [anon_sym_BSLASHtext] = ACTIONS(6522), [anon_sym_BSLASHintertext] = ACTIONS(6522), - [anon_sym_shortintertext] = ACTIONS(6522), + [anon_sym_BSLASHshortintertext] = ACTIONS(6522), }, [1658] = { [sym_command_name] = ACTIONS(6354), @@ -534291,7 +534291,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6354), [anon_sym_BSLASHtext] = ACTIONS(6354), [anon_sym_BSLASHintertext] = ACTIONS(6354), - [anon_sym_shortintertext] = ACTIONS(6354), + [anon_sym_BSLASHshortintertext] = ACTIONS(6354), }, [1659] = { [sym_command_name] = ACTIONS(6374), @@ -534563,7 +534563,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6374), [anon_sym_BSLASHtext] = ACTIONS(6374), [anon_sym_BSLASHintertext] = ACTIONS(6374), - [anon_sym_shortintertext] = ACTIONS(6374), + [anon_sym_BSLASHshortintertext] = ACTIONS(6374), }, [1660] = { [sym_command_name] = ACTIONS(6156), @@ -534835,7 +534835,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6156), [anon_sym_BSLASHtext] = ACTIONS(6156), [anon_sym_BSLASHintertext] = ACTIONS(6156), - [anon_sym_shortintertext] = ACTIONS(6156), + [anon_sym_BSLASHshortintertext] = ACTIONS(6156), }, [1661] = { [sym_command_name] = ACTIONS(6326), @@ -535107,7 +535107,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6326), [anon_sym_BSLASHtext] = ACTIONS(6326), [anon_sym_BSLASHintertext] = ACTIONS(6326), - [anon_sym_shortintertext] = ACTIONS(6326), + [anon_sym_BSLASHshortintertext] = ACTIONS(6326), }, [1662] = { [sym_command_name] = ACTIONS(6322), @@ -535379,7 +535379,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6322), [anon_sym_BSLASHtext] = ACTIONS(6322), [anon_sym_BSLASHintertext] = ACTIONS(6322), - [anon_sym_shortintertext] = ACTIONS(6322), + [anon_sym_BSLASHshortintertext] = ACTIONS(6322), }, [1663] = { [sym_command_name] = ACTIONS(6374), @@ -535651,7 +535651,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6374), [anon_sym_BSLASHtext] = ACTIONS(6374), [anon_sym_BSLASHintertext] = ACTIONS(6374), - [anon_sym_shortintertext] = ACTIONS(6374), + [anon_sym_BSLASHshortintertext] = ACTIONS(6374), }, [1664] = { [sym_command_name] = ACTIONS(6430), @@ -535923,7 +535923,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6430), [anon_sym_BSLASHtext] = ACTIONS(6430), [anon_sym_BSLASHintertext] = ACTIONS(6430), - [anon_sym_shortintertext] = ACTIONS(6430), + [anon_sym_BSLASHshortintertext] = ACTIONS(6430), }, [1665] = { [sym_command_name] = ACTIONS(6406), @@ -536195,7 +536195,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6406), [anon_sym_BSLASHtext] = ACTIONS(6406), [anon_sym_BSLASHintertext] = ACTIONS(6406), - [anon_sym_shortintertext] = ACTIONS(6406), + [anon_sym_BSLASHshortintertext] = ACTIONS(6406), }, [1666] = { [sym_command_name] = ACTIONS(6402), @@ -536467,7 +536467,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6402), [anon_sym_BSLASHtext] = ACTIONS(6402), [anon_sym_BSLASHintertext] = ACTIONS(6402), - [anon_sym_shortintertext] = ACTIONS(6402), + [anon_sym_BSLASHshortintertext] = ACTIONS(6402), }, [1667] = { [sym_command_name] = ACTIONS(6398), @@ -536739,7 +536739,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6398), [anon_sym_BSLASHtext] = ACTIONS(6398), [anon_sym_BSLASHintertext] = ACTIONS(6398), - [anon_sym_shortintertext] = ACTIONS(6398), + [anon_sym_BSLASHshortintertext] = ACTIONS(6398), }, [1668] = { [sym_command_name] = ACTIONS(6222), @@ -537011,7 +537011,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6222), [anon_sym_BSLASHtext] = ACTIONS(6222), [anon_sym_BSLASHintertext] = ACTIONS(6222), - [anon_sym_shortintertext] = ACTIONS(6222), + [anon_sym_BSLASHshortintertext] = ACTIONS(6222), }, [1669] = { [sym_command_name] = ACTIONS(6394), @@ -537283,7 +537283,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6394), [anon_sym_BSLASHtext] = ACTIONS(6394), [anon_sym_BSLASHintertext] = ACTIONS(6394), - [anon_sym_shortintertext] = ACTIONS(6394), + [anon_sym_BSLASHshortintertext] = ACTIONS(6394), }, [1670] = { [sym_command_name] = ACTIONS(6390), @@ -537555,7 +537555,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6390), [anon_sym_BSLASHtext] = ACTIONS(6390), [anon_sym_BSLASHintertext] = ACTIONS(6390), - [anon_sym_shortintertext] = ACTIONS(6390), + [anon_sym_BSLASHshortintertext] = ACTIONS(6390), }, [1671] = { [sym_command_name] = ACTIONS(6386), @@ -537827,7 +537827,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6386), [anon_sym_BSLASHtext] = ACTIONS(6386), [anon_sym_BSLASHintertext] = ACTIONS(6386), - [anon_sym_shortintertext] = ACTIONS(6386), + [anon_sym_BSLASHshortintertext] = ACTIONS(6386), }, [1672] = { [sym_command_name] = ACTIONS(6366), @@ -538099,7 +538099,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6366), [anon_sym_BSLASHtext] = ACTIONS(6366), [anon_sym_BSLASHintertext] = ACTIONS(6366), - [anon_sym_shortintertext] = ACTIONS(6366), + [anon_sym_BSLASHshortintertext] = ACTIONS(6366), }, [1673] = { [sym_command_name] = ACTIONS(6214), @@ -538371,7 +538371,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6214), [anon_sym_BSLASHtext] = ACTIONS(6214), [anon_sym_BSLASHintertext] = ACTIONS(6214), - [anon_sym_shortintertext] = ACTIONS(6214), + [anon_sym_BSLASHshortintertext] = ACTIONS(6214), }, [1674] = { [sym_command_name] = ACTIONS(6370), @@ -538643,7 +538643,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6370), [anon_sym_BSLASHtext] = ACTIONS(6370), [anon_sym_BSLASHintertext] = ACTIONS(6370), - [anon_sym_shortintertext] = ACTIONS(6370), + [anon_sym_BSLASHshortintertext] = ACTIONS(6370), }, [1675] = { [sym_command_name] = ACTIONS(6342), @@ -538915,7 +538915,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6342), [anon_sym_BSLASHtext] = ACTIONS(6342), [anon_sym_BSLASHintertext] = ACTIONS(6342), - [anon_sym_shortintertext] = ACTIONS(6342), + [anon_sym_BSLASHshortintertext] = ACTIONS(6342), }, [1676] = { [sym_command_name] = ACTIONS(6857), @@ -539187,7 +539187,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6857), [anon_sym_BSLASHtext] = ACTIONS(6857), [anon_sym_BSLASHintertext] = ACTIONS(6857), - [anon_sym_shortintertext] = ACTIONS(6857), + [anon_sym_BSLASHshortintertext] = ACTIONS(6857), }, [1677] = { [sym_command_name] = ACTIONS(6414), @@ -539459,7 +539459,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6414), [anon_sym_BSLASHtext] = ACTIONS(6414), [anon_sym_BSLASHintertext] = ACTIONS(6414), - [anon_sym_shortintertext] = ACTIONS(6414), + [anon_sym_BSLASHshortintertext] = ACTIONS(6414), }, [1678] = { [sym_command_name] = ACTIONS(6218), @@ -539731,7 +539731,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6218), [anon_sym_BSLASHtext] = ACTIONS(6218), [anon_sym_BSLASHintertext] = ACTIONS(6218), - [anon_sym_shortintertext] = ACTIONS(6218), + [anon_sym_BSLASHshortintertext] = ACTIONS(6218), }, [1679] = { [sym_command_name] = ACTIONS(6306), @@ -540003,7 +540003,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6306), [anon_sym_BSLASHtext] = ACTIONS(6306), [anon_sym_BSLASHintertext] = ACTIONS(6306), - [anon_sym_shortintertext] = ACTIONS(6306), + [anon_sym_BSLASHshortintertext] = ACTIONS(6306), }, [1680] = { [sym_command_name] = ACTIONS(6230), @@ -540275,7 +540275,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6230), [anon_sym_BSLASHtext] = ACTIONS(6230), [anon_sym_BSLASHintertext] = ACTIONS(6230), - [anon_sym_shortintertext] = ACTIONS(6230), + [anon_sym_BSLASHshortintertext] = ACTIONS(6230), }, [1681] = { [sym_command_name] = ACTIONS(6338), @@ -540547,7 +540547,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6338), [anon_sym_BSLASHtext] = ACTIONS(6338), [anon_sym_BSLASHintertext] = ACTIONS(6338), - [anon_sym_shortintertext] = ACTIONS(6338), + [anon_sym_BSLASHshortintertext] = ACTIONS(6338), }, [1682] = { [sym_command_name] = ACTIONS(6422), @@ -540819,7 +540819,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6422), [anon_sym_BSLASHtext] = ACTIONS(6422), [anon_sym_BSLASHintertext] = ACTIONS(6422), - [anon_sym_shortintertext] = ACTIONS(6422), + [anon_sym_BSLASHshortintertext] = ACTIONS(6422), }, [1683] = { [sym_command_name] = ACTIONS(151), @@ -541091,7 +541091,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [1684] = { [sym_command_name] = ACTIONS(6160), @@ -541363,7 +541363,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6160), [anon_sym_BSLASHtext] = ACTIONS(6160), [anon_sym_BSLASHintertext] = ACTIONS(6160), - [anon_sym_shortintertext] = ACTIONS(6160), + [anon_sym_BSLASHshortintertext] = ACTIONS(6160), }, [1685] = { [sym_command_name] = ACTIONS(6234), @@ -541635,7 +541635,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6234), [anon_sym_BSLASHtext] = ACTIONS(6234), [anon_sym_BSLASHintertext] = ACTIONS(6234), - [anon_sym_shortintertext] = ACTIONS(6234), + [anon_sym_BSLASHshortintertext] = ACTIONS(6234), }, [1686] = { [sym_command_name] = ACTIONS(157), @@ -541907,7 +541907,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [1687] = { [sym_command_name] = ACTIONS(6238), @@ -542179,7 +542179,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6238), [anon_sym_BSLASHtext] = ACTIONS(6238), [anon_sym_BSLASHintertext] = ACTIONS(6238), - [anon_sym_shortintertext] = ACTIONS(6238), + [anon_sym_BSLASHshortintertext] = ACTIONS(6238), }, [1688] = { [sym_command_name] = ACTIONS(6242), @@ -542451,7 +542451,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6242), [anon_sym_BSLASHtext] = ACTIONS(6242), [anon_sym_BSLASHintertext] = ACTIONS(6242), - [anon_sym_shortintertext] = ACTIONS(6242), + [anon_sym_BSLASHshortintertext] = ACTIONS(6242), }, [1689] = { [sym_command_name] = ACTIONS(6318), @@ -542723,7 +542723,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6318), [anon_sym_BSLASHtext] = ACTIONS(6318), [anon_sym_BSLASHintertext] = ACTIONS(6318), - [anon_sym_shortintertext] = ACTIONS(6318), + [anon_sym_BSLASHshortintertext] = ACTIONS(6318), }, [1690] = { [sym_command_name] = ACTIONS(6246), @@ -542995,7 +542995,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6246), [anon_sym_BSLASHtext] = ACTIONS(6246), [anon_sym_BSLASHintertext] = ACTIONS(6246), - [anon_sym_shortintertext] = ACTIONS(6246), + [anon_sym_BSLASHshortintertext] = ACTIONS(6246), }, [1691] = { [sym_command_name] = ACTIONS(6322), @@ -543267,7 +543267,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6322), [anon_sym_BSLASHtext] = ACTIONS(6322), [anon_sym_BSLASHintertext] = ACTIONS(6322), - [anon_sym_shortintertext] = ACTIONS(6322), + [anon_sym_BSLASHshortintertext] = ACTIONS(6322), }, [1692] = { [sym_command_name] = ACTIONS(6314), @@ -543539,7 +543539,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6314), [anon_sym_BSLASHtext] = ACTIONS(6314), [anon_sym_BSLASHintertext] = ACTIONS(6314), - [anon_sym_shortintertext] = ACTIONS(6314), + [anon_sym_BSLASHshortintertext] = ACTIONS(6314), }, [1693] = { [sym_command_name] = ACTIONS(6302), @@ -543811,7 +543811,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6302), [anon_sym_BSLASHtext] = ACTIONS(6302), [anon_sym_BSLASHintertext] = ACTIONS(6302), - [anon_sym_shortintertext] = ACTIONS(6302), + [anon_sym_BSLASHshortintertext] = ACTIONS(6302), }, [1694] = { [sym_command_name] = ACTIONS(6152), @@ -544083,7 +544083,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6152), [anon_sym_BSLASHtext] = ACTIONS(6152), [anon_sym_BSLASHintertext] = ACTIONS(6152), - [anon_sym_shortintertext] = ACTIONS(6152), + [anon_sym_BSLASHshortintertext] = ACTIONS(6152), }, [1695] = { [sym_command_name] = ACTIONS(6298), @@ -544355,7 +544355,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6298), [anon_sym_BSLASHtext] = ACTIONS(6298), [anon_sym_BSLASHintertext] = ACTIONS(6298), - [anon_sym_shortintertext] = ACTIONS(6298), + [anon_sym_BSLASHshortintertext] = ACTIONS(6298), }, [1696] = { [sym_command_name] = ACTIONS(6010), @@ -544627,7 +544627,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6010), [anon_sym_BSLASHtext] = ACTIONS(6010), [anon_sym_BSLASHintertext] = ACTIONS(6010), - [anon_sym_shortintertext] = ACTIONS(6010), + [anon_sym_BSLASHshortintertext] = ACTIONS(6010), }, [1697] = { [sym_command_name] = ACTIONS(6060), @@ -544899,7 +544899,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6060), [anon_sym_BSLASHtext] = ACTIONS(6060), [anon_sym_BSLASHintertext] = ACTIONS(6060), - [anon_sym_shortintertext] = ACTIONS(6060), + [anon_sym_BSLASHshortintertext] = ACTIONS(6060), }, [1698] = { [sym_command_name] = ACTIONS(6250), @@ -545171,7 +545171,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6250), [anon_sym_BSLASHtext] = ACTIONS(6250), [anon_sym_BSLASHintertext] = ACTIONS(6250), - [anon_sym_shortintertext] = ACTIONS(6250), + [anon_sym_BSLASHshortintertext] = ACTIONS(6250), }, [1699] = { [sym_command_name] = ACTIONS(6254), @@ -545443,7 +545443,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6254), [anon_sym_BSLASHtext] = ACTIONS(6254), [anon_sym_BSLASHintertext] = ACTIONS(6254), - [anon_sym_shortintertext] = ACTIONS(6254), + [anon_sym_BSLASHshortintertext] = ACTIONS(6254), }, [1700] = { [sym_command_name] = ACTIONS(6258), @@ -545715,7 +545715,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6258), [anon_sym_BSLASHtext] = ACTIONS(6258), [anon_sym_BSLASHintertext] = ACTIONS(6258), - [anon_sym_shortintertext] = ACTIONS(6258), + [anon_sym_BSLASHshortintertext] = ACTIONS(6258), }, [1701] = { [sym_command_name] = ACTIONS(6262), @@ -545987,7 +545987,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6262), [anon_sym_BSLASHtext] = ACTIONS(6262), [anon_sym_BSLASHintertext] = ACTIONS(6262), - [anon_sym_shortintertext] = ACTIONS(6262), + [anon_sym_BSLASHshortintertext] = ACTIONS(6262), }, [1702] = { [sym_command_name] = ACTIONS(6294), @@ -546259,7 +546259,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6294), [anon_sym_BSLASHtext] = ACTIONS(6294), [anon_sym_BSLASHintertext] = ACTIONS(6294), - [anon_sym_shortintertext] = ACTIONS(6294), + [anon_sym_BSLASHshortintertext] = ACTIONS(6294), }, [1703] = { [sym_command_name] = ACTIONS(6418), @@ -546531,7 +546531,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6418), [anon_sym_BSLASHtext] = ACTIONS(6418), [anon_sym_BSLASHintertext] = ACTIONS(6418), - [anon_sym_shortintertext] = ACTIONS(6418), + [anon_sym_BSLASHshortintertext] = ACTIONS(6418), }, [1704] = { [sym_command_name] = ACTIONS(6266), @@ -546803,7 +546803,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6266), [anon_sym_BSLASHtext] = ACTIONS(6266), [anon_sym_BSLASHintertext] = ACTIONS(6266), - [anon_sym_shortintertext] = ACTIONS(6266), + [anon_sym_BSLASHshortintertext] = ACTIONS(6266), }, [1705] = { [sym_command_name] = ACTIONS(6290), @@ -547075,7 +547075,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6290), [anon_sym_BSLASHtext] = ACTIONS(6290), [anon_sym_BSLASHintertext] = ACTIONS(6290), - [anon_sym_shortintertext] = ACTIONS(6290), + [anon_sym_BSLASHshortintertext] = ACTIONS(6290), }, [1706] = { [sym_command_name] = ACTIONS(6270), @@ -547347,7 +547347,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6270), [anon_sym_BSLASHtext] = ACTIONS(6270), [anon_sym_BSLASHintertext] = ACTIONS(6270), - [anon_sym_shortintertext] = ACTIONS(6270), + [anon_sym_BSLASHshortintertext] = ACTIONS(6270), }, [1707] = { [sym_command_name] = ACTIONS(6274), @@ -547619,7 +547619,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6274), [anon_sym_BSLASHtext] = ACTIONS(6274), [anon_sym_BSLASHintertext] = ACTIONS(6274), - [anon_sym_shortintertext] = ACTIONS(6274), + [anon_sym_BSLASHshortintertext] = ACTIONS(6274), }, [1708] = { [sym_command_name] = ACTIONS(6278), @@ -547891,7 +547891,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6278), [anon_sym_BSLASHtext] = ACTIONS(6278), [anon_sym_BSLASHintertext] = ACTIONS(6278), - [anon_sym_shortintertext] = ACTIONS(6278), + [anon_sym_BSLASHshortintertext] = ACTIONS(6278), }, [1709] = { [sym_command_name] = ACTIONS(6282), @@ -548163,7 +548163,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6282), [anon_sym_BSLASHtext] = ACTIONS(6282), [anon_sym_BSLASHintertext] = ACTIONS(6282), - [anon_sym_shortintertext] = ACTIONS(6282), + [anon_sym_BSLASHshortintertext] = ACTIONS(6282), }, [1710] = { [sym_command_name] = ACTIONS(6286), @@ -548435,7 +548435,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6286), [anon_sym_BSLASHtext] = ACTIONS(6286), [anon_sym_BSLASHintertext] = ACTIONS(6286), - [anon_sym_shortintertext] = ACTIONS(6286), + [anon_sym_BSLASHshortintertext] = ACTIONS(6286), }, [1711] = { [sym_command_name] = ACTIONS(6290), @@ -548707,7 +548707,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6290), [anon_sym_BSLASHtext] = ACTIONS(6290), [anon_sym_BSLASHintertext] = ACTIONS(6290), - [anon_sym_shortintertext] = ACTIONS(6290), + [anon_sym_BSLASHshortintertext] = ACTIONS(6290), }, [1712] = { [sym_command_name] = ACTIONS(6294), @@ -548979,7 +548979,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6294), [anon_sym_BSLASHtext] = ACTIONS(6294), [anon_sym_BSLASHintertext] = ACTIONS(6294), - [anon_sym_shortintertext] = ACTIONS(6294), + [anon_sym_BSLASHshortintertext] = ACTIONS(6294), }, [1713] = { [sym_command_name] = ACTIONS(6298), @@ -549251,7 +549251,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6298), [anon_sym_BSLASHtext] = ACTIONS(6298), [anon_sym_BSLASHintertext] = ACTIONS(6298), - [anon_sym_shortintertext] = ACTIONS(6298), + [anon_sym_BSLASHshortintertext] = ACTIONS(6298), }, [1714] = { [sym_command_name] = ACTIONS(6302), @@ -549523,7 +549523,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6302), [anon_sym_BSLASHtext] = ACTIONS(6302), [anon_sym_BSLASHintertext] = ACTIONS(6302), - [anon_sym_shortintertext] = ACTIONS(6302), + [anon_sym_BSLASHshortintertext] = ACTIONS(6302), }, [1715] = { [sym_command_name] = ACTIONS(6314), @@ -549795,7 +549795,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6314), [anon_sym_BSLASHtext] = ACTIONS(6314), [anon_sym_BSLASHintertext] = ACTIONS(6314), - [anon_sym_shortintertext] = ACTIONS(6314), + [anon_sym_BSLASHshortintertext] = ACTIONS(6314), }, [1716] = { [sym_command_name] = ACTIONS(6286), @@ -550067,7 +550067,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6286), [anon_sym_BSLASHtext] = ACTIONS(6286), [anon_sym_BSLASHintertext] = ACTIONS(6286), - [anon_sym_shortintertext] = ACTIONS(6286), + [anon_sym_BSLASHshortintertext] = ACTIONS(6286), }, [1717] = { [sym_command_name] = ACTIONS(6378), @@ -550339,7 +550339,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6378), [anon_sym_BSLASHtext] = ACTIONS(6378), [anon_sym_BSLASHintertext] = ACTIONS(6378), - [anon_sym_shortintertext] = ACTIONS(6378), + [anon_sym_BSLASHshortintertext] = ACTIONS(6378), }, [1718] = { [sym_command_name] = ACTIONS(6282), @@ -550611,7 +550611,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6282), [anon_sym_BSLASHtext] = ACTIONS(6282), [anon_sym_BSLASHintertext] = ACTIONS(6282), - [anon_sym_shortintertext] = ACTIONS(6282), + [anon_sym_BSLASHshortintertext] = ACTIONS(6282), }, [1719] = { [sym_command_name] = ACTIONS(6278), @@ -550883,7 +550883,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6278), [anon_sym_BSLASHtext] = ACTIONS(6278), [anon_sym_BSLASHintertext] = ACTIONS(6278), - [anon_sym_shortintertext] = ACTIONS(6278), + [anon_sym_BSLASHshortintertext] = ACTIONS(6278), }, [1720] = { [sym_command_name] = ACTIONS(6064), @@ -551155,7 +551155,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6064), [anon_sym_BSLASHtext] = ACTIONS(6064), [anon_sym_BSLASHintertext] = ACTIONS(6064), - [anon_sym_shortintertext] = ACTIONS(6064), + [anon_sym_BSLASHshortintertext] = ACTIONS(6064), }, [1721] = { [sym_command_name] = ACTIONS(6274), @@ -551427,7 +551427,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6274), [anon_sym_BSLASHtext] = ACTIONS(6274), [anon_sym_BSLASHintertext] = ACTIONS(6274), - [anon_sym_shortintertext] = ACTIONS(6274), + [anon_sym_BSLASHshortintertext] = ACTIONS(6274), }, [1722] = { [sym_command_name] = ACTIONS(6270), @@ -551699,7 +551699,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6270), [anon_sym_BSLASHtext] = ACTIONS(6270), [anon_sym_BSLASHintertext] = ACTIONS(6270), - [anon_sym_shortintertext] = ACTIONS(6270), + [anon_sym_BSLASHshortintertext] = ACTIONS(6270), }, [1723] = { [sym_command_name] = ACTIONS(6068), @@ -551971,7 +551971,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6068), [anon_sym_BSLASHtext] = ACTIONS(6068), [anon_sym_BSLASHintertext] = ACTIONS(6068), - [anon_sym_shortintertext] = ACTIONS(6068), + [anon_sym_BSLASHshortintertext] = ACTIONS(6068), }, [1724] = { [sym_command_name] = ACTIONS(6266), @@ -552243,7 +552243,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6266), [anon_sym_BSLASHtext] = ACTIONS(6266), [anon_sym_BSLASHintertext] = ACTIONS(6266), - [anon_sym_shortintertext] = ACTIONS(6266), + [anon_sym_BSLASHshortintertext] = ACTIONS(6266), }, [1725] = { [sym_command_name] = ACTIONS(6370), @@ -552515,7 +552515,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6370), [anon_sym_BSLASHtext] = ACTIONS(6370), [anon_sym_BSLASHintertext] = ACTIONS(6370), - [anon_sym_shortintertext] = ACTIONS(6370), + [anon_sym_BSLASHshortintertext] = ACTIONS(6370), }, [1726] = { [sym_command_name] = ACTIONS(6072), @@ -552787,7 +552787,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6072), [anon_sym_BSLASHtext] = ACTIONS(6072), [anon_sym_BSLASHintertext] = ACTIONS(6072), - [anon_sym_shortintertext] = ACTIONS(6072), + [anon_sym_BSLASHshortintertext] = ACTIONS(6072), }, [1727] = { [sym_command_name] = ACTIONS(6080), @@ -553059,7 +553059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6080), [anon_sym_BSLASHtext] = ACTIONS(6080), [anon_sym_BSLASHintertext] = ACTIONS(6080), - [anon_sym_shortintertext] = ACTIONS(6080), + [anon_sym_BSLASHshortintertext] = ACTIONS(6080), }, [1728] = { [sym_command_name] = ACTIONS(6084), @@ -553331,7 +553331,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6084), [anon_sym_BSLASHtext] = ACTIONS(6084), [anon_sym_BSLASHintertext] = ACTIONS(6084), - [anon_sym_shortintertext] = ACTIONS(6084), + [anon_sym_BSLASHshortintertext] = ACTIONS(6084), }, [1729] = { [sym_command_name] = ACTIONS(6088), @@ -553603,7 +553603,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6088), [anon_sym_BSLASHtext] = ACTIONS(6088), [anon_sym_BSLASHintertext] = ACTIONS(6088), - [anon_sym_shortintertext] = ACTIONS(6088), + [anon_sym_BSLASHshortintertext] = ACTIONS(6088), }, [1730] = { [sym_command_name] = ACTIONS(6853), @@ -553875,7 +553875,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6853), [anon_sym_BSLASHtext] = ACTIONS(6853), [anon_sym_BSLASHintertext] = ACTIONS(6853), - [anon_sym_shortintertext] = ACTIONS(6853), + [anon_sym_BSLASHshortintertext] = ACTIONS(6853), }, [1731] = { [sym_command_name] = ACTIONS(6258), @@ -554147,7 +554147,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6258), [anon_sym_BSLASHtext] = ACTIONS(6258), [anon_sym_BSLASHintertext] = ACTIONS(6258), - [anon_sym_shortintertext] = ACTIONS(6258), + [anon_sym_BSLASHshortintertext] = ACTIONS(6258), }, [1732] = { [sym_command_name] = ACTIONS(6254), @@ -554419,7 +554419,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6254), [anon_sym_BSLASHtext] = ACTIONS(6254), [anon_sym_BSLASHintertext] = ACTIONS(6254), - [anon_sym_shortintertext] = ACTIONS(6254), + [anon_sym_BSLASHshortintertext] = ACTIONS(6254), }, [1733] = { [sym_command_name] = ACTIONS(6250), @@ -554691,7 +554691,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6250), [anon_sym_BSLASHtext] = ACTIONS(6250), [anon_sym_BSLASHintertext] = ACTIONS(6250), - [anon_sym_shortintertext] = ACTIONS(6250), + [anon_sym_BSLASHshortintertext] = ACTIONS(6250), }, [1734] = { [sym_command_name] = ACTIONS(6246), @@ -554963,7 +554963,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6246), [anon_sym_BSLASHtext] = ACTIONS(6246), [anon_sym_BSLASHintertext] = ACTIONS(6246), - [anon_sym_shortintertext] = ACTIONS(6246), + [anon_sym_BSLASHshortintertext] = ACTIONS(6246), }, [1735] = { [sym_command_name] = ACTIONS(6242), @@ -555235,7 +555235,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6242), [anon_sym_BSLASHtext] = ACTIONS(6242), [anon_sym_BSLASHintertext] = ACTIONS(6242), - [anon_sym_shortintertext] = ACTIONS(6242), + [anon_sym_BSLASHshortintertext] = ACTIONS(6242), }, [1736] = { [sym_command_name] = ACTIONS(5982), @@ -555507,7 +555507,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5982), [anon_sym_BSLASHtext] = ACTIONS(5982), [anon_sym_BSLASHintertext] = ACTIONS(5982), - [anon_sym_shortintertext] = ACTIONS(5982), + [anon_sym_BSLASHshortintertext] = ACTIONS(5982), }, [1737] = { [sym_command_name] = ACTIONS(6238), @@ -555779,7 +555779,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6238), [anon_sym_BSLASHtext] = ACTIONS(6238), [anon_sym_BSLASHintertext] = ACTIONS(6238), - [anon_sym_shortintertext] = ACTIONS(6238), + [anon_sym_BSLASHshortintertext] = ACTIONS(6238), }, [1738] = { [sym_command_name] = ACTIONS(6234), @@ -556051,7 +556051,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6234), [anon_sym_BSLASHtext] = ACTIONS(6234), [anon_sym_BSLASHintertext] = ACTIONS(6234), - [anon_sym_shortintertext] = ACTIONS(6234), + [anon_sym_BSLASHshortintertext] = ACTIONS(6234), }, [1739] = { [sym_command_name] = ACTIONS(6230), @@ -556323,7 +556323,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6230), [anon_sym_BSLASHtext] = ACTIONS(6230), [anon_sym_BSLASHintertext] = ACTIONS(6230), - [anon_sym_shortintertext] = ACTIONS(6230), + [anon_sym_BSLASHshortintertext] = ACTIONS(6230), }, [1740] = { [sym_command_name] = ACTIONS(6426), @@ -556595,7 +556595,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6426), [anon_sym_BSLASHtext] = ACTIONS(6426), [anon_sym_BSLASHintertext] = ACTIONS(6426), - [anon_sym_shortintertext] = ACTIONS(6426), + [anon_sym_BSLASHshortintertext] = ACTIONS(6426), }, [1741] = { [sym_command_name] = ACTIONS(6422), @@ -556867,7 +556867,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6422), [anon_sym_BSLASHtext] = ACTIONS(6422), [anon_sym_BSLASHintertext] = ACTIONS(6422), - [anon_sym_shortintertext] = ACTIONS(6422), + [anon_sym_BSLASHshortintertext] = ACTIONS(6422), }, [1742] = { [sym_command_name] = ACTIONS(6430), @@ -557139,7 +557139,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6430), [anon_sym_BSLASHtext] = ACTIONS(6430), [anon_sym_BSLASHintertext] = ACTIONS(6430), - [anon_sym_shortintertext] = ACTIONS(6430), + [anon_sym_BSLASHshortintertext] = ACTIONS(6430), }, [1743] = { [sym_command_name] = ACTIONS(6010), @@ -557411,7 +557411,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6010), [anon_sym_BSLASHtext] = ACTIONS(6010), [anon_sym_BSLASHintertext] = ACTIONS(6010), - [anon_sym_shortintertext] = ACTIONS(6010), + [anon_sym_BSLASHshortintertext] = ACTIONS(6010), }, [1744] = { [sym_command_name] = ACTIONS(6060), @@ -557683,7 +557683,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6060), [anon_sym_BSLASHtext] = ACTIONS(6060), [anon_sym_BSLASHintertext] = ACTIONS(6060), - [anon_sym_shortintertext] = ACTIONS(6060), + [anon_sym_BSLASHshortintertext] = ACTIONS(6060), }, [1745] = { [sym_command_name] = ACTIONS(6064), @@ -557955,7 +557955,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6064), [anon_sym_BSLASHtext] = ACTIONS(6064), [anon_sym_BSLASHintertext] = ACTIONS(6064), - [anon_sym_shortintertext] = ACTIONS(6064), + [anon_sym_BSLASHshortintertext] = ACTIONS(6064), }, [1746] = { [sym_command_name] = ACTIONS(6068), @@ -558227,7 +558227,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6068), [anon_sym_BSLASHtext] = ACTIONS(6068), [anon_sym_BSLASHintertext] = ACTIONS(6068), - [anon_sym_shortintertext] = ACTIONS(6068), + [anon_sym_BSLASHshortintertext] = ACTIONS(6068), }, [1747] = { [sym_command_name] = ACTIONS(6072), @@ -558499,7 +558499,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6072), [anon_sym_BSLASHtext] = ACTIONS(6072), [anon_sym_BSLASHintertext] = ACTIONS(6072), - [anon_sym_shortintertext] = ACTIONS(6072), + [anon_sym_BSLASHshortintertext] = ACTIONS(6072), }, [1748] = { [sym_command_name] = ACTIONS(6080), @@ -558771,7 +558771,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6080), [anon_sym_BSLASHtext] = ACTIONS(6080), [anon_sym_BSLASHintertext] = ACTIONS(6080), - [anon_sym_shortintertext] = ACTIONS(6080), + [anon_sym_BSLASHshortintertext] = ACTIONS(6080), }, [1749] = { [sym_command_name] = ACTIONS(6084), @@ -559043,7 +559043,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6084), [anon_sym_BSLASHtext] = ACTIONS(6084), [anon_sym_BSLASHintertext] = ACTIONS(6084), - [anon_sym_shortintertext] = ACTIONS(6084), + [anon_sym_BSLASHshortintertext] = ACTIONS(6084), }, [1750] = { [sym_curly_group] = STATE(1828), @@ -559315,7 +559315,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5928), [anon_sym_BSLASHtext] = ACTIONS(5928), [anon_sym_BSLASHintertext] = ACTIONS(5928), - [anon_sym_shortintertext] = ACTIONS(5928), + [anon_sym_BSLASHshortintertext] = ACTIONS(5928), }, [1751] = { [sym_command_name] = ACTIONS(6088), @@ -559587,7 +559587,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6088), [anon_sym_BSLASHtext] = ACTIONS(6088), [anon_sym_BSLASHintertext] = ACTIONS(6088), - [anon_sym_shortintertext] = ACTIONS(6088), + [anon_sym_BSLASHshortintertext] = ACTIONS(6088), }, [1752] = { [sym_command_name] = ACTIONS(6434), @@ -559859,7 +559859,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6434), [anon_sym_BSLASHtext] = ACTIONS(6434), [anon_sym_BSLASHintertext] = ACTIONS(6434), - [anon_sym_shortintertext] = ACTIONS(6434), + [anon_sym_BSLASHshortintertext] = ACTIONS(6434), }, [1753] = { [sym_command_name] = ACTIONS(6144), @@ -560131,7 +560131,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6144), [anon_sym_BSLASHtext] = ACTIONS(6144), [anon_sym_BSLASHintertext] = ACTIONS(6144), - [anon_sym_shortintertext] = ACTIONS(6144), + [anon_sym_BSLASHshortintertext] = ACTIONS(6144), }, [1754] = { [sym_command_name] = ACTIONS(6148), @@ -560403,7 +560403,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6148), [anon_sym_BSLASHtext] = ACTIONS(6148), [anon_sym_BSLASHintertext] = ACTIONS(6148), - [anon_sym_shortintertext] = ACTIONS(6148), + [anon_sym_BSLASHshortintertext] = ACTIONS(6148), }, [1755] = { [sym_command_name] = ACTIONS(6218), @@ -560675,7 +560675,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6218), [anon_sym_BSLASHtext] = ACTIONS(6218), [anon_sym_BSLASHintertext] = ACTIONS(6218), - [anon_sym_shortintertext] = ACTIONS(6218), + [anon_sym_BSLASHshortintertext] = ACTIONS(6218), }, [1756] = { [sym_command_name] = ACTIONS(6152), @@ -560947,7 +560947,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6152), [anon_sym_BSLASHtext] = ACTIONS(6152), [anon_sym_BSLASHintertext] = ACTIONS(6152), - [anon_sym_shortintertext] = ACTIONS(6152), + [anon_sym_BSLASHshortintertext] = ACTIONS(6152), }, [1757] = { [sym_command_name] = ACTIONS(6144), @@ -561219,7 +561219,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6144), [anon_sym_BSLASHtext] = ACTIONS(6144), [anon_sym_BSLASHintertext] = ACTIONS(6144), - [anon_sym_shortintertext] = ACTIONS(6144), + [anon_sym_BSLASHshortintertext] = ACTIONS(6144), }, [1758] = { [sym_command_name] = ACTIONS(6378), @@ -561491,7 +561491,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6378), [anon_sym_BSLASHtext] = ACTIONS(6378), [anon_sym_BSLASHintertext] = ACTIONS(6378), - [anon_sym_shortintertext] = ACTIONS(6378), + [anon_sym_BSLASHshortintertext] = ACTIONS(6378), }, [1759] = { [sym_command_name] = ACTIONS(6156), @@ -561763,7 +561763,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6156), [anon_sym_BSLASHtext] = ACTIONS(6156), [anon_sym_BSLASHintertext] = ACTIONS(6156), - [anon_sym_shortintertext] = ACTIONS(6156), + [anon_sym_BSLASHshortintertext] = ACTIONS(6156), }, [1760] = { [sym_command_name] = ACTIONS(6160), @@ -562035,7 +562035,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6160), [anon_sym_BSLASHtext] = ACTIONS(6160), [anon_sym_BSLASHintertext] = ACTIONS(6160), - [anon_sym_shortintertext] = ACTIONS(6160), + [anon_sym_BSLASHshortintertext] = ACTIONS(6160), }, [1761] = { [sym_command_name] = ACTIONS(6318), @@ -562307,7 +562307,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6318), [anon_sym_BSLASHtext] = ACTIONS(6318), [anon_sym_BSLASHintertext] = ACTIONS(6318), - [anon_sym_shortintertext] = ACTIONS(6318), + [anon_sym_BSLASHshortintertext] = ACTIONS(6318), }, [1762] = { [sym_command_name] = ACTIONS(6414), @@ -562579,7 +562579,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6414), [anon_sym_BSLASHtext] = ACTIONS(6414), [anon_sym_BSLASHintertext] = ACTIONS(6414), - [anon_sym_shortintertext] = ACTIONS(6414), + [anon_sym_BSLASHshortintertext] = ACTIONS(6414), }, [1763] = { [sym_command_name] = ACTIONS(161), @@ -562851,7 +562851,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [1764] = { [sym_command_name] = ACTIONS(145), @@ -563123,7 +563123,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [1765] = { [sym_command_name] = ACTIONS(6214), @@ -563395,7 +563395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6214), [anon_sym_BSLASHtext] = ACTIONS(6214), [anon_sym_BSLASHintertext] = ACTIONS(6214), - [anon_sym_shortintertext] = ACTIONS(6214), + [anon_sym_BSLASHshortintertext] = ACTIONS(6214), }, [1766] = { [sym_command_name] = ACTIONS(6210), @@ -563667,7 +563667,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6210), [anon_sym_BSLASHtext] = ACTIONS(6210), [anon_sym_BSLASHintertext] = ACTIONS(6210), - [anon_sym_shortintertext] = ACTIONS(6210), + [anon_sym_BSLASHshortintertext] = ACTIONS(6210), }, [1767] = { [sym_command_name] = ACTIONS(6206), @@ -563939,7 +563939,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6206), [anon_sym_BSLASHtext] = ACTIONS(6206), [anon_sym_BSLASHintertext] = ACTIONS(6206), - [anon_sym_shortintertext] = ACTIONS(6206), + [anon_sym_BSLASHshortintertext] = ACTIONS(6206), }, [1768] = { [sym_command_name] = ACTIONS(6202), @@ -564211,7 +564211,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6202), [anon_sym_BSLASHtext] = ACTIONS(6202), [anon_sym_BSLASHintertext] = ACTIONS(6202), - [anon_sym_shortintertext] = ACTIONS(6202), + [anon_sym_BSLASHshortintertext] = ACTIONS(6202), }, [1769] = { [sym_command_name] = ACTIONS(6198), @@ -564483,7 +564483,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6198), [anon_sym_BSLASHtext] = ACTIONS(6198), [anon_sym_BSLASHintertext] = ACTIONS(6198), - [anon_sym_shortintertext] = ACTIONS(6198), + [anon_sym_BSLASHshortintertext] = ACTIONS(6198), }, [1770] = { [sym_command_name] = ACTIONS(6194), @@ -564755,7 +564755,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6194), [anon_sym_BSLASHtext] = ACTIONS(6194), [anon_sym_BSLASHintertext] = ACTIONS(6194), - [anon_sym_shortintertext] = ACTIONS(6194), + [anon_sym_BSLASHshortintertext] = ACTIONS(6194), }, [1771] = { [sym_command_name] = ACTIONS(6190), @@ -565027,7 +565027,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6190), [anon_sym_BSLASHtext] = ACTIONS(6190), [anon_sym_BSLASHintertext] = ACTIONS(6190), - [anon_sym_shortintertext] = ACTIONS(6190), + [anon_sym_BSLASHshortintertext] = ACTIONS(6190), }, [1772] = { [sym_command_name] = ACTIONS(6186), @@ -565299,7 +565299,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6186), [anon_sym_BSLASHtext] = ACTIONS(6186), [anon_sym_BSLASHintertext] = ACTIONS(6186), - [anon_sym_shortintertext] = ACTIONS(6186), + [anon_sym_BSLASHshortintertext] = ACTIONS(6186), }, [1773] = { [sym_command_name] = ACTIONS(6182), @@ -565571,7 +565571,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6182), [anon_sym_BSLASHtext] = ACTIONS(6182), [anon_sym_BSLASHintertext] = ACTIONS(6182), - [anon_sym_shortintertext] = ACTIONS(6182), + [anon_sym_BSLASHshortintertext] = ACTIONS(6182), }, [1774] = { [sym_command_name] = ACTIONS(6178), @@ -565843,7 +565843,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6178), [anon_sym_BSLASHtext] = ACTIONS(6178), [anon_sym_BSLASHintertext] = ACTIONS(6178), - [anon_sym_shortintertext] = ACTIONS(6178), + [anon_sym_BSLASHshortintertext] = ACTIONS(6178), }, [1775] = { [sym_command_name] = ACTIONS(6174), @@ -566115,7 +566115,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6174), [anon_sym_BSLASHtext] = ACTIONS(6174), [anon_sym_BSLASHintertext] = ACTIONS(6174), - [anon_sym_shortintertext] = ACTIONS(6174), + [anon_sym_BSLASHshortintertext] = ACTIONS(6174), }, [1776] = { [sym_command_name] = ACTIONS(145), @@ -566387,7 +566387,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [1777] = { [sym_command_name] = ACTIONS(6170), @@ -566659,7 +566659,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6170), [anon_sym_BSLASHtext] = ACTIONS(6170), [anon_sym_BSLASHintertext] = ACTIONS(6170), - [anon_sym_shortintertext] = ACTIONS(6170), + [anon_sym_BSLASHshortintertext] = ACTIONS(6170), }, [1778] = { [sym_command_name] = ACTIONS(161), @@ -566931,7 +566931,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [1779] = { [sym_command_name] = ACTIONS(6104), @@ -567203,7 +567203,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6104), [anon_sym_BSLASHtext] = ACTIONS(6104), [anon_sym_BSLASHintertext] = ACTIONS(6104), - [anon_sym_shortintertext] = ACTIONS(6104), + [anon_sym_BSLASHshortintertext] = ACTIONS(6104), }, [1780] = { [sym_command_name] = ACTIONS(6096), @@ -567475,7 +567475,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6096), [anon_sym_BSLASHtext] = ACTIONS(6096), [anon_sym_BSLASHintertext] = ACTIONS(6096), - [anon_sym_shortintertext] = ACTIONS(6096), + [anon_sym_BSLASHshortintertext] = ACTIONS(6096), }, [1781] = { [sym_command_name] = ACTIONS(6092), @@ -567747,7 +567747,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6092), [anon_sym_BSLASHtext] = ACTIONS(6092), [anon_sym_BSLASHintertext] = ACTIONS(6092), - [anon_sym_shortintertext] = ACTIONS(6092), + [anon_sym_BSLASHshortintertext] = ACTIONS(6092), }, [1782] = { [sym_command_name] = ACTIONS(6426), @@ -568019,7 +568019,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6426), [anon_sym_BSLASHtext] = ACTIONS(6426), [anon_sym_BSLASHintertext] = ACTIONS(6426), - [anon_sym_shortintertext] = ACTIONS(6426), + [anon_sym_BSLASHshortintertext] = ACTIONS(6426), }, [1783] = { [sym_curly_group] = STATE(1835), @@ -568291,7 +568291,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5938), [anon_sym_BSLASHtext] = ACTIONS(5938), [anon_sym_BSLASHintertext] = ACTIONS(5938), - [anon_sym_shortintertext] = ACTIONS(5938), + [anon_sym_BSLASHshortintertext] = ACTIONS(5938), }, [1784] = { [sym_command_name] = ACTIONS(6306), @@ -568563,7 +568563,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6306), [anon_sym_BSLASHtext] = ACTIONS(6306), [anon_sym_BSLASHintertext] = ACTIONS(6306), - [anon_sym_shortintertext] = ACTIONS(6306), + [anon_sym_BSLASHshortintertext] = ACTIONS(6306), }, [1785] = { [sym_command_name] = ACTIONS(6026), @@ -568835,7 +568835,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6026), [anon_sym_BSLASHtext] = ACTIONS(6026), [anon_sym_BSLASHintertext] = ACTIONS(6026), - [anon_sym_shortintertext] = ACTIONS(6026), + [anon_sym_BSLASHshortintertext] = ACTIONS(6026), }, [1786] = { [sym_command_name] = ACTIONS(6222), @@ -569107,7 +569107,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6222), [anon_sym_BSLASHtext] = ACTIONS(6222), [anon_sym_BSLASHintertext] = ACTIONS(6222), - [anon_sym_shortintertext] = ACTIONS(6222), + [anon_sym_BSLASHshortintertext] = ACTIONS(6222), }, [1787] = { [sym_command_name] = ACTIONS(6518), @@ -569379,7 +569379,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6518), [anon_sym_BSLASHtext] = ACTIONS(6518), [anon_sym_BSLASHintertext] = ACTIONS(6518), - [anon_sym_shortintertext] = ACTIONS(6518), + [anon_sym_BSLASHshortintertext] = ACTIONS(6518), }, [1788] = { [sym_command_name] = ACTIONS(6514), @@ -569651,7 +569651,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6514), [anon_sym_BSLASHtext] = ACTIONS(6514), [anon_sym_BSLASHintertext] = ACTIONS(6514), - [anon_sym_shortintertext] = ACTIONS(6514), + [anon_sym_BSLASHshortintertext] = ACTIONS(6514), }, [1789] = { [sym_command_name] = ACTIONS(6510), @@ -569923,7 +569923,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6510), [anon_sym_BSLASHtext] = ACTIONS(6510), [anon_sym_BSLASHintertext] = ACTIONS(6510), - [anon_sym_shortintertext] = ACTIONS(6510), + [anon_sym_BSLASHshortintertext] = ACTIONS(6510), }, [1790] = { [sym_command_name] = ACTIONS(6506), @@ -570195,7 +570195,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6506), [anon_sym_BSLASHtext] = ACTIONS(6506), [anon_sym_BSLASHintertext] = ACTIONS(6506), - [anon_sym_shortintertext] = ACTIONS(6506), + [anon_sym_BSLASHshortintertext] = ACTIONS(6506), }, [1791] = { [sym_command_name] = ACTIONS(6502), @@ -570467,7 +570467,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6502), [anon_sym_BSLASHtext] = ACTIONS(6502), [anon_sym_BSLASHintertext] = ACTIONS(6502), - [anon_sym_shortintertext] = ACTIONS(6502), + [anon_sym_BSLASHshortintertext] = ACTIONS(6502), }, [1792] = { [sym_command_name] = ACTIONS(6006), @@ -570739,7 +570739,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6006), [anon_sym_BSLASHtext] = ACTIONS(6006), [anon_sym_BSLASHintertext] = ACTIONS(6006), - [anon_sym_shortintertext] = ACTIONS(6006), + [anon_sym_BSLASHshortintertext] = ACTIONS(6006), }, [1793] = { [sym_command_name] = ACTIONS(5998), @@ -571011,7 +571011,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5998), [anon_sym_BSLASHtext] = ACTIONS(5998), [anon_sym_BSLASHintertext] = ACTIONS(5998), - [anon_sym_shortintertext] = ACTIONS(5998), + [anon_sym_BSLASHshortintertext] = ACTIONS(5998), }, [1794] = { [sym_command_name] = ACTIONS(5994), @@ -571283,7 +571283,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5994), [anon_sym_BSLASHtext] = ACTIONS(5994), [anon_sym_BSLASHintertext] = ACTIONS(5994), - [anon_sym_shortintertext] = ACTIONS(5994), + [anon_sym_BSLASHshortintertext] = ACTIONS(5994), }, [1795] = { [sym_command_name] = ACTIONS(6442), @@ -571555,7 +571555,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6442), [anon_sym_BSLASHtext] = ACTIONS(6442), [anon_sym_BSLASHintertext] = ACTIONS(6442), - [anon_sym_shortintertext] = ACTIONS(6442), + [anon_sym_BSLASHshortintertext] = ACTIONS(6442), }, [1796] = { [sym_command_name] = ACTIONS(6446), @@ -571827,7 +571827,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6446), [anon_sym_BSLASHtext] = ACTIONS(6446), [anon_sym_BSLASHintertext] = ACTIONS(6446), - [anon_sym_shortintertext] = ACTIONS(6446), + [anon_sym_BSLASHshortintertext] = ACTIONS(6446), }, [1797] = { [sym_command_name] = ACTIONS(6450), @@ -572099,7 +572099,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6450), [anon_sym_BSLASHtext] = ACTIONS(6450), [anon_sym_BSLASHintertext] = ACTIONS(6450), - [anon_sym_shortintertext] = ACTIONS(6450), + [anon_sym_BSLASHshortintertext] = ACTIONS(6450), }, [1798] = { [sym_command_name] = ACTIONS(6454), @@ -572371,7 +572371,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6454), [anon_sym_BSLASHtext] = ACTIONS(6454), [anon_sym_BSLASHintertext] = ACTIONS(6454), - [anon_sym_shortintertext] = ACTIONS(6454), + [anon_sym_BSLASHshortintertext] = ACTIONS(6454), }, [1799] = { [sym_command_name] = ACTIONS(6458), @@ -572643,7 +572643,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6458), [anon_sym_BSLASHtext] = ACTIONS(6458), [anon_sym_BSLASHintertext] = ACTIONS(6458), - [anon_sym_shortintertext] = ACTIONS(6458), + [anon_sym_BSLASHshortintertext] = ACTIONS(6458), }, [1800] = { [sym_command_name] = ACTIONS(6498), @@ -572915,7 +572915,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6498), [anon_sym_BSLASHtext] = ACTIONS(6498), [anon_sym_BSLASHintertext] = ACTIONS(6498), - [anon_sym_shortintertext] = ACTIONS(6498), + [anon_sym_BSLASHshortintertext] = ACTIONS(6498), }, [1801] = { [sym_command_name] = ACTIONS(6462), @@ -573187,7 +573187,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6462), [anon_sym_BSLASHtext] = ACTIONS(6462), [anon_sym_BSLASHintertext] = ACTIONS(6462), - [anon_sym_shortintertext] = ACTIONS(6462), + [anon_sym_BSLASHshortintertext] = ACTIONS(6462), }, [1802] = { [sym_command_name] = ACTIONS(6466), @@ -573459,7 +573459,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6466), [anon_sym_BSLASHtext] = ACTIONS(6466), [anon_sym_BSLASHintertext] = ACTIONS(6466), - [anon_sym_shortintertext] = ACTIONS(6466), + [anon_sym_BSLASHshortintertext] = ACTIONS(6466), }, [1803] = { [sym_command_name] = ACTIONS(6470), @@ -573731,7 +573731,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6470), [anon_sym_BSLASHtext] = ACTIONS(6470), [anon_sym_BSLASHintertext] = ACTIONS(6470), - [anon_sym_shortintertext] = ACTIONS(6470), + [anon_sym_BSLASHshortintertext] = ACTIONS(6470), }, [1804] = { [sym_command_name] = ACTIONS(6474), @@ -574003,7 +574003,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6474), [anon_sym_BSLASHtext] = ACTIONS(6474), [anon_sym_BSLASHintertext] = ACTIONS(6474), - [anon_sym_shortintertext] = ACTIONS(6474), + [anon_sym_BSLASHshortintertext] = ACTIONS(6474), }, [1805] = { [sym_command_name] = ACTIONS(6478), @@ -574275,7 +574275,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6478), [anon_sym_BSLASHtext] = ACTIONS(6478), [anon_sym_BSLASHintertext] = ACTIONS(6478), - [anon_sym_shortintertext] = ACTIONS(6478), + [anon_sym_BSLASHshortintertext] = ACTIONS(6478), }, [1806] = { [sym_command_name] = ACTIONS(6482), @@ -574547,7 +574547,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6482), [anon_sym_BSLASHtext] = ACTIONS(6482), [anon_sym_BSLASHintertext] = ACTIONS(6482), - [anon_sym_shortintertext] = ACTIONS(6482), + [anon_sym_BSLASHshortintertext] = ACTIONS(6482), }, [1807] = { [sym_command_name] = ACTIONS(6486), @@ -574819,7 +574819,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6486), [anon_sym_BSLASHtext] = ACTIONS(6486), [anon_sym_BSLASHintertext] = ACTIONS(6486), - [anon_sym_shortintertext] = ACTIONS(6486), + [anon_sym_BSLASHshortintertext] = ACTIONS(6486), }, [1808] = { [sym_command_name] = ACTIONS(6490), @@ -575091,7 +575091,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6490), [anon_sym_BSLASHtext] = ACTIONS(6490), [anon_sym_BSLASHintertext] = ACTIONS(6490), - [anon_sym_shortintertext] = ACTIONS(6490), + [anon_sym_BSLASHshortintertext] = ACTIONS(6490), }, [1809] = { [sym_command_name] = ACTIONS(5990), @@ -575363,7 +575363,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5990), [anon_sym_BSLASHtext] = ACTIONS(5990), [anon_sym_BSLASHintertext] = ACTIONS(5990), - [anon_sym_shortintertext] = ACTIONS(5990), + [anon_sym_BSLASHshortintertext] = ACTIONS(5990), }, [1810] = { [sym_command_name] = ACTIONS(6418), @@ -575635,7 +575635,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6418), [anon_sym_BSLASHtext] = ACTIONS(6418), [anon_sym_BSLASHintertext] = ACTIONS(6418), - [anon_sym_shortintertext] = ACTIONS(6418), + [anon_sym_BSLASHshortintertext] = ACTIONS(6418), }, [1811] = { [sym_command_name] = ACTIONS(5986), @@ -575907,7 +575907,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5986), [anon_sym_BSLASHtext] = ACTIONS(5986), [anon_sym_BSLASHintertext] = ACTIONS(5986), - [anon_sym_shortintertext] = ACTIONS(5986), + [anon_sym_BSLASHshortintertext] = ACTIONS(5986), }, [1812] = { [sym_command_name] = ACTIONS(6076), @@ -576179,7 +576179,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6076), [anon_sym_BSLASHtext] = ACTIONS(6076), [anon_sym_BSLASHintertext] = ACTIONS(6076), - [anon_sym_shortintertext] = ACTIONS(6076), + [anon_sym_BSLASHshortintertext] = ACTIONS(6076), }, [1813] = { [sym_command_name] = ACTIONS(6120), @@ -576451,7 +576451,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6120), [anon_sym_BSLASHtext] = ACTIONS(6120), [anon_sym_BSLASHintertext] = ACTIONS(6120), - [anon_sym_shortintertext] = ACTIONS(6120), + [anon_sym_BSLASHshortintertext] = ACTIONS(6120), }, [1814] = { [sym_command_name] = ACTIONS(6494), @@ -576723,7 +576723,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6494), [anon_sym_BSLASHtext] = ACTIONS(6494), [anon_sym_BSLASHintertext] = ACTIONS(6494), - [anon_sym_shortintertext] = ACTIONS(6494), + [anon_sym_BSLASHshortintertext] = ACTIONS(6494), }, [1815] = { [sym_command_name] = ACTIONS(157), @@ -576995,7 +576995,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [1816] = { [sym_command_name] = ACTIONS(6358), @@ -577267,7 +577267,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6358), [anon_sym_BSLASHtext] = ACTIONS(6358), [anon_sym_BSLASHintertext] = ACTIONS(6358), - [anon_sym_shortintertext] = ACTIONS(6358), + [anon_sym_BSLASHshortintertext] = ACTIONS(6358), }, [1817] = { [sym_command_name] = ACTIONS(151), @@ -577539,7 +577539,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [1818] = { [sym_command_name] = ACTIONS(6226), @@ -577811,7 +577811,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6226), [anon_sym_BSLASHtext] = ACTIONS(6226), [anon_sym_BSLASHintertext] = ACTIONS(6226), - [anon_sym_shortintertext] = ACTIONS(6226), + [anon_sym_BSLASHshortintertext] = ACTIONS(6226), }, [1819] = { [sym_command_name] = ACTIONS(6410), @@ -578083,7 +578083,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6410), [anon_sym_BSLASHtext] = ACTIONS(6410), [anon_sym_BSLASHintertext] = ACTIONS(6410), - [anon_sym_shortintertext] = ACTIONS(6410), + [anon_sym_BSLASHshortintertext] = ACTIONS(6410), }, [1820] = { [sym_command_name] = ACTIONS(6382), @@ -578355,7 +578355,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6382), [anon_sym_BSLASHtext] = ACTIONS(6382), [anon_sym_BSLASHintertext] = ACTIONS(6382), - [anon_sym_shortintertext] = ACTIONS(6382), + [anon_sym_BSLASHshortintertext] = ACTIONS(6382), }, [1821] = { [sym_command_name] = ACTIONS(5982), @@ -578627,7 +578627,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5982), [anon_sym_BSLASHtext] = ACTIONS(5982), [anon_sym_BSLASHintertext] = ACTIONS(5982), - [anon_sym_shortintertext] = ACTIONS(5982), + [anon_sym_BSLASHshortintertext] = ACTIONS(5982), }, [1822] = { [sym_command_name] = ACTIONS(6362), @@ -578899,7 +578899,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6362), [anon_sym_BSLASHtext] = ACTIONS(6362), [anon_sym_BSLASHintertext] = ACTIONS(6362), - [anon_sym_shortintertext] = ACTIONS(6362), + [anon_sym_BSLASHshortintertext] = ACTIONS(6362), }, [1823] = { [sym_command_name] = ACTIONS(6354), @@ -579171,7 +579171,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6354), [anon_sym_BSLASHtext] = ACTIONS(6354), [anon_sym_BSLASHintertext] = ACTIONS(6354), - [anon_sym_shortintertext] = ACTIONS(6354), + [anon_sym_BSLASHshortintertext] = ACTIONS(6354), }, [1824] = { [sym_command_name] = ACTIONS(6334), @@ -579443,7 +579443,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6334), [anon_sym_BSLASHtext] = ACTIONS(6334), [anon_sym_BSLASHintertext] = ACTIONS(6334), - [anon_sym_shortintertext] = ACTIONS(6334), + [anon_sym_BSLASHshortintertext] = ACTIONS(6334), }, [1825] = { [sym_command_name] = ACTIONS(6330), @@ -579715,7 +579715,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6330), [anon_sym_BSLASHtext] = ACTIONS(6330), [anon_sym_BSLASHintertext] = ACTIONS(6330), - [anon_sym_shortintertext] = ACTIONS(6330), + [anon_sym_BSLASHshortintertext] = ACTIONS(6330), }, [1826] = { [sym_command_name] = ACTIONS(6326), @@ -579987,7 +579987,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6326), [anon_sym_BSLASHtext] = ACTIONS(6326), [anon_sym_BSLASHintertext] = ACTIONS(6326), - [anon_sym_shortintertext] = ACTIONS(6326), + [anon_sym_BSLASHshortintertext] = ACTIONS(6326), }, [1827] = { [sym_command_name] = ACTIONS(6262), @@ -580259,7 +580259,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6262), [anon_sym_BSLASHtext] = ACTIONS(6262), [anon_sym_BSLASHintertext] = ACTIONS(6262), - [anon_sym_shortintertext] = ACTIONS(6262), + [anon_sym_BSLASHshortintertext] = ACTIONS(6262), }, [1828] = { [sym_brack_group_text] = STATE(1851), @@ -580530,7 +580530,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5970), [anon_sym_BSLASHtext] = ACTIONS(5970), [anon_sym_BSLASHintertext] = ACTIONS(5970), - [anon_sym_shortintertext] = ACTIONS(5970), + [anon_sym_BSLASHshortintertext] = ACTIONS(5970), }, [1829] = { [sym_command_name] = ACTIONS(6857), @@ -580801,7 +580801,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6857), [anon_sym_BSLASHtext] = ACTIONS(6857), [anon_sym_BSLASHintertext] = ACTIONS(6857), - [anon_sym_shortintertext] = ACTIONS(6857), + [anon_sym_BSLASHshortintertext] = ACTIONS(6857), }, [1830] = { [sym_command_name] = ACTIONS(6853), @@ -581072,7 +581072,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6853), [anon_sym_BSLASHtext] = ACTIONS(6853), [anon_sym_BSLASHintertext] = ACTIONS(6853), - [anon_sym_shortintertext] = ACTIONS(6853), + [anon_sym_BSLASHshortintertext] = ACTIONS(6853), }, [1831] = { [sym_command_name] = ACTIONS(5946), @@ -581342,7 +581342,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5946), [anon_sym_BSLASHtext] = ACTIONS(5946), [anon_sym_BSLASHintertext] = ACTIONS(5946), - [anon_sym_shortintertext] = ACTIONS(5946), + [anon_sym_BSLASHshortintertext] = ACTIONS(5946), [sym__trivia_raw_fi] = ACTIONS(6948), }, [1832] = { @@ -581614,7 +581614,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5942), [anon_sym_BSLASHtext] = ACTIONS(5942), [anon_sym_BSLASHintertext] = ACTIONS(5942), - [anon_sym_shortintertext] = ACTIONS(5942), + [anon_sym_BSLASHshortintertext] = ACTIONS(5942), }, [1833] = { [sym_curly_group] = STATE(1913), @@ -581885,7 +581885,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5934), [anon_sym_BSLASHtext] = ACTIONS(5934), [anon_sym_BSLASHintertext] = ACTIONS(5934), - [anon_sym_shortintertext] = ACTIONS(5934), + [anon_sym_BSLASHshortintertext] = ACTIONS(5934), }, [1834] = { [sym_curly_group] = STATE(1913), @@ -582156,7 +582156,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5921), [anon_sym_BSLASHtext] = ACTIONS(5921), [anon_sym_BSLASHintertext] = ACTIONS(5921), - [anon_sym_shortintertext] = ACTIONS(5921), + [anon_sym_BSLASHshortintertext] = ACTIONS(5921), }, [1835] = { [sym_brack_group_text] = STATE(1922), @@ -582427,7 +582427,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5974), [anon_sym_BSLASHtext] = ACTIONS(5974), [anon_sym_BSLASHintertext] = ACTIONS(5974), - [anon_sym_shortintertext] = ACTIONS(5974), + [anon_sym_BSLASHshortintertext] = ACTIONS(5974), }, [1836] = { [sym_command_name] = ACTIONS(6414), @@ -582697,7 +582697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6414), [anon_sym_BSLASHtext] = ACTIONS(6414), [anon_sym_BSLASHintertext] = ACTIONS(6414), - [anon_sym_shortintertext] = ACTIONS(6414), + [anon_sym_BSLASHshortintertext] = ACTIONS(6414), }, [1837] = { [sym_command_name] = ACTIONS(6522), @@ -582967,7 +582967,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6522), [anon_sym_BSLASHtext] = ACTIONS(6522), [anon_sym_BSLASHintertext] = ACTIONS(6522), - [anon_sym_shortintertext] = ACTIONS(6522), + [anon_sym_BSLASHshortintertext] = ACTIONS(6522), }, [1838] = { [sym_command_name] = ACTIONS(5964), @@ -583237,7 +583237,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5964), [anon_sym_BSLASHtext] = ACTIONS(5964), [anon_sym_BSLASHintertext] = ACTIONS(5964), - [anon_sym_shortintertext] = ACTIONS(5964), + [anon_sym_BSLASHshortintertext] = ACTIONS(5964), }, [1839] = { [sym_command_name] = ACTIONS(6430), @@ -583507,7 +583507,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6430), [anon_sym_BSLASHtext] = ACTIONS(6430), [anon_sym_BSLASHintertext] = ACTIONS(6430), - [anon_sym_shortintertext] = ACTIONS(6430), + [anon_sym_BSLASHshortintertext] = ACTIONS(6430), }, [1840] = { [sym_curly_group] = STATE(1844), @@ -583777,7 +583777,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5954), [anon_sym_BSLASHtext] = ACTIONS(5954), [anon_sym_BSLASHintertext] = ACTIONS(5954), - [anon_sym_shortintertext] = ACTIONS(5954), + [anon_sym_BSLASHshortintertext] = ACTIONS(5954), }, [1841] = { [sym_curly_group] = STATE(1893), @@ -584047,7 +584047,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5978), [anon_sym_BSLASHtext] = ACTIONS(5978), [anon_sym_BSLASHintertext] = ACTIONS(5978), - [anon_sym_shortintertext] = ACTIONS(5978), + [anon_sym_BSLASHshortintertext] = ACTIONS(5978), }, [1842] = { [sym_command_name] = ACTIONS(6210), @@ -584316,7 +584316,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6210), [anon_sym_BSLASHtext] = ACTIONS(6210), [anon_sym_BSLASHintertext] = ACTIONS(6210), - [anon_sym_shortintertext] = ACTIONS(6210), + [anon_sym_BSLASHshortintertext] = ACTIONS(6210), }, [1843] = { [sym_command_name] = ACTIONS(6246), @@ -584585,7 +584585,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6246), [anon_sym_BSLASHtext] = ACTIONS(6246), [anon_sym_BSLASHintertext] = ACTIONS(6246), - [anon_sym_shortintertext] = ACTIONS(6246), + [anon_sym_BSLASHshortintertext] = ACTIONS(6246), }, [1844] = { [sym_command_name] = ACTIONS(6064), @@ -584854,7 +584854,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6064), [anon_sym_BSLASHtext] = ACTIONS(6064), [anon_sym_BSLASHintertext] = ACTIONS(6064), - [anon_sym_shortintertext] = ACTIONS(6064), + [anon_sym_BSLASHshortintertext] = ACTIONS(6064), }, [1845] = { [sym_command_name] = ACTIONS(6156), @@ -585123,7 +585123,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6156), [anon_sym_BSLASHtext] = ACTIONS(6156), [anon_sym_BSLASHintertext] = ACTIONS(6156), - [anon_sym_shortintertext] = ACTIONS(6156), + [anon_sym_BSLASHshortintertext] = ACTIONS(6156), }, [1846] = { [sym_command_name] = ACTIONS(6160), @@ -585392,7 +585392,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6160), [anon_sym_BSLASHtext] = ACTIONS(6160), [anon_sym_BSLASHintertext] = ACTIONS(6160), - [anon_sym_shortintertext] = ACTIONS(6160), + [anon_sym_BSLASHshortintertext] = ACTIONS(6160), }, [1847] = { [sym_command_name] = ACTIONS(6306), @@ -585661,7 +585661,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6306), [anon_sym_BSLASHtext] = ACTIONS(6306), [anon_sym_BSLASHintertext] = ACTIONS(6306), - [anon_sym_shortintertext] = ACTIONS(6306), + [anon_sym_BSLASHshortintertext] = ACTIONS(6306), }, [1848] = { [sym_command_name] = ACTIONS(6222), @@ -585930,7 +585930,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6222), [anon_sym_BSLASHtext] = ACTIONS(6222), [anon_sym_BSLASHintertext] = ACTIONS(6222), - [anon_sym_shortintertext] = ACTIONS(6222), + [anon_sym_BSLASHshortintertext] = ACTIONS(6222), }, [1849] = { [sym_command_name] = ACTIONS(6322), @@ -586199,7 +586199,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6322), [anon_sym_BSLASHtext] = ACTIONS(6322), [anon_sym_BSLASHintertext] = ACTIONS(6322), - [anon_sym_shortintertext] = ACTIONS(6322), + [anon_sym_BSLASHshortintertext] = ACTIONS(6322), }, [1850] = { [sym_command_name] = ACTIONS(6326), @@ -586468,7 +586468,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6326), [anon_sym_BSLASHtext] = ACTIONS(6326), [anon_sym_BSLASHintertext] = ACTIONS(6326), - [anon_sym_shortintertext] = ACTIONS(6326), + [anon_sym_BSLASHshortintertext] = ACTIONS(6326), }, [1851] = { [sym_command_name] = ACTIONS(6330), @@ -586737,7 +586737,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6330), [anon_sym_BSLASHtext] = ACTIONS(6330), [anon_sym_BSLASHintertext] = ACTIONS(6330), - [anon_sym_shortintertext] = ACTIONS(6330), + [anon_sym_BSLASHshortintertext] = ACTIONS(6330), }, [1852] = { [sym_command_name] = ACTIONS(6334), @@ -587006,7 +587006,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6334), [anon_sym_BSLASHtext] = ACTIONS(6334), [anon_sym_BSLASHintertext] = ACTIONS(6334), - [anon_sym_shortintertext] = ACTIONS(6334), + [anon_sym_BSLASHshortintertext] = ACTIONS(6334), }, [1853] = { [sym_command_name] = ACTIONS(6354), @@ -587275,7 +587275,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6354), [anon_sym_BSLASHtext] = ACTIONS(6354), [anon_sym_BSLASHintertext] = ACTIONS(6354), - [anon_sym_shortintertext] = ACTIONS(6354), + [anon_sym_BSLASHshortintertext] = ACTIONS(6354), }, [1854] = { [sym_command_name] = ACTIONS(6362), @@ -587544,7 +587544,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6362), [anon_sym_BSLASHtext] = ACTIONS(6362), [anon_sym_BSLASHintertext] = ACTIONS(6362), - [anon_sym_shortintertext] = ACTIONS(6362), + [anon_sym_BSLASHshortintertext] = ACTIONS(6362), }, [1855] = { [sym_command_name] = ACTIONS(6068), @@ -587813,7 +587813,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6068), [anon_sym_BSLASHtext] = ACTIONS(6068), [anon_sym_BSLASHintertext] = ACTIONS(6068), - [anon_sym_shortintertext] = ACTIONS(6068), + [anon_sym_BSLASHshortintertext] = ACTIONS(6068), }, [1856] = { [sym_command_name] = ACTIONS(6382), @@ -588082,7 +588082,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6382), [anon_sym_BSLASHtext] = ACTIONS(6382), [anon_sym_BSLASHintertext] = ACTIONS(6382), - [anon_sym_shortintertext] = ACTIONS(6382), + [anon_sym_BSLASHshortintertext] = ACTIONS(6382), }, [1857] = { [sym_command_name] = ACTIONS(6410), @@ -588351,7 +588351,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6410), [anon_sym_BSLASHtext] = ACTIONS(6410), [anon_sym_BSLASHintertext] = ACTIONS(6410), - [anon_sym_shortintertext] = ACTIONS(6410), + [anon_sym_BSLASHshortintertext] = ACTIONS(6410), }, [1858] = { [sym_command_name] = ACTIONS(6226), @@ -588620,7 +588620,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6226), [anon_sym_BSLASHtext] = ACTIONS(6226), [anon_sym_BSLASHintertext] = ACTIONS(6226), - [anon_sym_shortintertext] = ACTIONS(6226), + [anon_sym_BSLASHshortintertext] = ACTIONS(6226), }, [1859] = { [sym_command_name] = ACTIONS(6358), @@ -588889,7 +588889,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6358), [anon_sym_BSLASHtext] = ACTIONS(6358), [anon_sym_BSLASHintertext] = ACTIONS(6358), - [anon_sym_shortintertext] = ACTIONS(6358), + [anon_sym_BSLASHshortintertext] = ACTIONS(6358), }, [1860] = { [sym_command_name] = ACTIONS(6120), @@ -589158,7 +589158,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6120), [anon_sym_BSLASHtext] = ACTIONS(6120), [anon_sym_BSLASHintertext] = ACTIONS(6120), - [anon_sym_shortintertext] = ACTIONS(6120), + [anon_sym_BSLASHshortintertext] = ACTIONS(6120), }, [1861] = { [sym_command_name] = ACTIONS(6076), @@ -589427,7 +589427,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6076), [anon_sym_BSLASHtext] = ACTIONS(6076), [anon_sym_BSLASHintertext] = ACTIONS(6076), - [anon_sym_shortintertext] = ACTIONS(6076), + [anon_sym_BSLASHshortintertext] = ACTIONS(6076), }, [1862] = { [sym_command_name] = ACTIONS(5986), @@ -589696,7 +589696,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5986), [anon_sym_BSLASHtext] = ACTIONS(5986), [anon_sym_BSLASHintertext] = ACTIONS(5986), - [anon_sym_shortintertext] = ACTIONS(5986), + [anon_sym_BSLASHshortintertext] = ACTIONS(5986), }, [1863] = { [sym_command_name] = ACTIONS(6426), @@ -589965,7 +589965,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6426), [anon_sym_BSLASHtext] = ACTIONS(6426), [anon_sym_BSLASHintertext] = ACTIONS(6426), - [anon_sym_shortintertext] = ACTIONS(6426), + [anon_sym_BSLASHshortintertext] = ACTIONS(6426), }, [1864] = { [sym_command_name] = ACTIONS(5990), @@ -590234,7 +590234,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5990), [anon_sym_BSLASHtext] = ACTIONS(5990), [anon_sym_BSLASHintertext] = ACTIONS(5990), - [anon_sym_shortintertext] = ACTIONS(5990), + [anon_sym_BSLASHshortintertext] = ACTIONS(5990), }, [1865] = { [sym_command_name] = ACTIONS(6072), @@ -590503,7 +590503,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6072), [anon_sym_BSLASHtext] = ACTIONS(6072), [anon_sym_BSLASHintertext] = ACTIONS(6072), - [anon_sym_shortintertext] = ACTIONS(6072), + [anon_sym_BSLASHshortintertext] = ACTIONS(6072), }, [1866] = { [sym_command_name] = ACTIONS(5994), @@ -590772,7 +590772,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5994), [anon_sym_BSLASHtext] = ACTIONS(5994), [anon_sym_BSLASHintertext] = ACTIONS(5994), - [anon_sym_shortintertext] = ACTIONS(5994), + [anon_sym_BSLASHshortintertext] = ACTIONS(5994), }, [1867] = { [sym_command_name] = ACTIONS(5998), @@ -591041,7 +591041,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5998), [anon_sym_BSLASHtext] = ACTIONS(5998), [anon_sym_BSLASHintertext] = ACTIONS(5998), - [anon_sym_shortintertext] = ACTIONS(5998), + [anon_sym_BSLASHshortintertext] = ACTIONS(5998), }, [1868] = { [sym_command_name] = ACTIONS(161), @@ -591310,7 +591310,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(161), [anon_sym_BSLASHtext] = ACTIONS(161), [anon_sym_BSLASHintertext] = ACTIONS(161), - [anon_sym_shortintertext] = ACTIONS(161), + [anon_sym_BSLASHshortintertext] = ACTIONS(161), }, [1869] = { [sym_command_name] = ACTIONS(6002), @@ -591579,7 +591579,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6002), [anon_sym_BSLASHtext] = ACTIONS(6002), [anon_sym_BSLASHintertext] = ACTIONS(6002), - [anon_sym_shortintertext] = ACTIONS(6002), + [anon_sym_BSLASHshortintertext] = ACTIONS(6002), }, [1870] = { [sym_command_name] = ACTIONS(6006), @@ -591848,7 +591848,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6006), [anon_sym_BSLASHtext] = ACTIONS(6006), [anon_sym_BSLASHintertext] = ACTIONS(6006), - [anon_sym_shortintertext] = ACTIONS(6006), + [anon_sym_BSLASHshortintertext] = ACTIONS(6006), }, [1871] = { [sym_command_name] = ACTIONS(6026), @@ -592117,7 +592117,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6026), [anon_sym_BSLASHtext] = ACTIONS(6026), [anon_sym_BSLASHintertext] = ACTIONS(6026), - [anon_sym_shortintertext] = ACTIONS(6026), + [anon_sym_BSLASHshortintertext] = ACTIONS(6026), }, [1872] = { [sym_command_name] = ACTIONS(6092), @@ -592386,7 +592386,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6092), [anon_sym_BSLASHtext] = ACTIONS(6092), [anon_sym_BSLASHintertext] = ACTIONS(6092), - [anon_sym_shortintertext] = ACTIONS(6092), + [anon_sym_BSLASHshortintertext] = ACTIONS(6092), }, [1873] = { [sym_command_name] = ACTIONS(6096), @@ -592655,7 +592655,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6096), [anon_sym_BSLASHtext] = ACTIONS(6096), [anon_sym_BSLASHintertext] = ACTIONS(6096), - [anon_sym_shortintertext] = ACTIONS(6096), + [anon_sym_BSLASHshortintertext] = ACTIONS(6096), }, [1874] = { [sym_command_name] = ACTIONS(6104), @@ -592924,7 +592924,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6104), [anon_sym_BSLASHtext] = ACTIONS(6104), [anon_sym_BSLASHintertext] = ACTIONS(6104), - [anon_sym_shortintertext] = ACTIONS(6104), + [anon_sym_BSLASHshortintertext] = ACTIONS(6104), }, [1875] = { [sym_command_name] = ACTIONS(6170), @@ -593193,7 +593193,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6170), [anon_sym_BSLASHtext] = ACTIONS(6170), [anon_sym_BSLASHintertext] = ACTIONS(6170), - [anon_sym_shortintertext] = ACTIONS(6170), + [anon_sym_BSLASHshortintertext] = ACTIONS(6170), }, [1876] = { [sym_command_name] = ACTIONS(6174), @@ -593462,7 +593462,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6174), [anon_sym_BSLASHtext] = ACTIONS(6174), [anon_sym_BSLASHintertext] = ACTIONS(6174), - [anon_sym_shortintertext] = ACTIONS(6174), + [anon_sym_BSLASHshortintertext] = ACTIONS(6174), }, [1877] = { [sym_command_name] = ACTIONS(6178), @@ -593731,7 +593731,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6178), [anon_sym_BSLASHtext] = ACTIONS(6178), [anon_sym_BSLASHintertext] = ACTIONS(6178), - [anon_sym_shortintertext] = ACTIONS(6178), + [anon_sym_BSLASHshortintertext] = ACTIONS(6178), }, [1878] = { [sym_command_name] = ACTIONS(6182), @@ -594000,7 +594000,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6182), [anon_sym_BSLASHtext] = ACTIONS(6182), [anon_sym_BSLASHintertext] = ACTIONS(6182), - [anon_sym_shortintertext] = ACTIONS(6182), + [anon_sym_BSLASHshortintertext] = ACTIONS(6182), }, [1879] = { [sym_command_name] = ACTIONS(6186), @@ -594269,7 +594269,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6186), [anon_sym_BSLASHtext] = ACTIONS(6186), [anon_sym_BSLASHintertext] = ACTIONS(6186), - [anon_sym_shortintertext] = ACTIONS(6186), + [anon_sym_BSLASHshortintertext] = ACTIONS(6186), }, [1880] = { [sym_command_name] = ACTIONS(6190), @@ -594538,7 +594538,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6190), [anon_sym_BSLASHtext] = ACTIONS(6190), [anon_sym_BSLASHintertext] = ACTIONS(6190), - [anon_sym_shortintertext] = ACTIONS(6190), + [anon_sym_BSLASHshortintertext] = ACTIONS(6190), }, [1881] = { [sym_command_name] = ACTIONS(6194), @@ -594807,7 +594807,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6194), [anon_sym_BSLASHtext] = ACTIONS(6194), [anon_sym_BSLASHintertext] = ACTIONS(6194), - [anon_sym_shortintertext] = ACTIONS(6194), + [anon_sym_BSLASHshortintertext] = ACTIONS(6194), }, [1882] = { [sym_command_name] = ACTIONS(6198), @@ -595076,7 +595076,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6198), [anon_sym_BSLASHtext] = ACTIONS(6198), [anon_sym_BSLASHintertext] = ACTIONS(6198), - [anon_sym_shortintertext] = ACTIONS(6198), + [anon_sym_BSLASHshortintertext] = ACTIONS(6198), }, [1883] = { [sym_command_name] = ACTIONS(6202), @@ -595345,7 +595345,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6202), [anon_sym_BSLASHtext] = ACTIONS(6202), [anon_sym_BSLASHintertext] = ACTIONS(6202), - [anon_sym_shortintertext] = ACTIONS(6202), + [anon_sym_BSLASHshortintertext] = ACTIONS(6202), }, [1884] = { [sym_command_name] = ACTIONS(6206), @@ -595614,7 +595614,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6206), [anon_sym_BSLASHtext] = ACTIONS(6206), [anon_sym_BSLASHintertext] = ACTIONS(6206), - [anon_sym_shortintertext] = ACTIONS(6206), + [anon_sym_BSLASHshortintertext] = ACTIONS(6206), }, [1885] = { [sym_command_name] = ACTIONS(6010), @@ -595883,7 +595883,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6010), [anon_sym_BSLASHtext] = ACTIONS(6010), [anon_sym_BSLASHintertext] = ACTIONS(6010), - [anon_sym_shortintertext] = ACTIONS(6010), + [anon_sym_BSLASHshortintertext] = ACTIONS(6010), }, [1886] = { [sym_command_name] = ACTIONS(6214), @@ -596152,7 +596152,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6214), [anon_sym_BSLASHtext] = ACTIONS(6214), [anon_sym_BSLASHintertext] = ACTIONS(6214), - [anon_sym_shortintertext] = ACTIONS(6214), + [anon_sym_BSLASHshortintertext] = ACTIONS(6214), }, [1887] = { [sym_command_name] = ACTIONS(6060), @@ -596421,7 +596421,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6060), [anon_sym_BSLASHtext] = ACTIONS(6060), [anon_sym_BSLASHintertext] = ACTIONS(6060), - [anon_sym_shortintertext] = ACTIONS(6060), + [anon_sym_BSLASHshortintertext] = ACTIONS(6060), }, [1888] = { [sym_command_name] = ACTIONS(6218), @@ -596690,7 +596690,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6218), [anon_sym_BSLASHtext] = ACTIONS(6218), [anon_sym_BSLASHintertext] = ACTIONS(6218), - [anon_sym_shortintertext] = ACTIONS(6218), + [anon_sym_BSLASHshortintertext] = ACTIONS(6218), }, [1889] = { [sym_command_name] = ACTIONS(6230), @@ -596959,7 +596959,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6230), [anon_sym_BSLASHtext] = ACTIONS(6230), [anon_sym_BSLASHintertext] = ACTIONS(6230), - [anon_sym_shortintertext] = ACTIONS(6230), + [anon_sym_BSLASHshortintertext] = ACTIONS(6230), }, [1890] = { [sym_command_name] = ACTIONS(6234), @@ -597228,7 +597228,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6234), [anon_sym_BSLASHtext] = ACTIONS(6234), [anon_sym_BSLASHintertext] = ACTIONS(6234), - [anon_sym_shortintertext] = ACTIONS(6234), + [anon_sym_BSLASHshortintertext] = ACTIONS(6234), }, [1891] = { [sym_command_name] = ACTIONS(6238), @@ -597497,7 +597497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6238), [anon_sym_BSLASHtext] = ACTIONS(6238), [anon_sym_BSLASHintertext] = ACTIONS(6238), - [anon_sym_shortintertext] = ACTIONS(6238), + [anon_sym_BSLASHshortintertext] = ACTIONS(6238), }, [1892] = { [sym_command_name] = ACTIONS(6242), @@ -597766,7 +597766,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6242), [anon_sym_BSLASHtext] = ACTIONS(6242), [anon_sym_BSLASHintertext] = ACTIONS(6242), - [anon_sym_shortintertext] = ACTIONS(6242), + [anon_sym_BSLASHshortintertext] = ACTIONS(6242), }, [1893] = { [sym_command_name] = ACTIONS(6152), @@ -598035,7 +598035,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6152), [anon_sym_BSLASHtext] = ACTIONS(6152), [anon_sym_BSLASHintertext] = ACTIONS(6152), - [anon_sym_shortintertext] = ACTIONS(6152), + [anon_sym_BSLASHshortintertext] = ACTIONS(6152), }, [1894] = { [sym_command_name] = ACTIONS(6250), @@ -598304,7 +598304,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6250), [anon_sym_BSLASHtext] = ACTIONS(6250), [anon_sym_BSLASHintertext] = ACTIONS(6250), - [anon_sym_shortintertext] = ACTIONS(6250), + [anon_sym_BSLASHshortintertext] = ACTIONS(6250), }, [1895] = { [sym_command_name] = ACTIONS(6254), @@ -598573,7 +598573,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6254), [anon_sym_BSLASHtext] = ACTIONS(6254), [anon_sym_BSLASHintertext] = ACTIONS(6254), - [anon_sym_shortintertext] = ACTIONS(6254), + [anon_sym_BSLASHshortintertext] = ACTIONS(6254), }, [1896] = { [sym_command_name] = ACTIONS(6374), @@ -598842,7 +598842,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6374), [anon_sym_BSLASHtext] = ACTIONS(6374), [anon_sym_BSLASHintertext] = ACTIONS(6374), - [anon_sym_shortintertext] = ACTIONS(6374), + [anon_sym_BSLASHshortintertext] = ACTIONS(6374), }, [1897] = { [sym_command_name] = ACTIONS(6148), @@ -599111,7 +599111,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6148), [anon_sym_BSLASHtext] = ACTIONS(6148), [anon_sym_BSLASHintertext] = ACTIONS(6148), - [anon_sym_shortintertext] = ACTIONS(6148), + [anon_sym_BSLASHshortintertext] = ACTIONS(6148), }, [1898] = { [sym_command_name] = ACTIONS(6258), @@ -599380,7 +599380,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6258), [anon_sym_BSLASHtext] = ACTIONS(6258), [anon_sym_BSLASHintertext] = ACTIONS(6258), - [anon_sym_shortintertext] = ACTIONS(6258), + [anon_sym_BSLASHshortintertext] = ACTIONS(6258), }, [1899] = { [sym_command_name] = ACTIONS(6262), @@ -599649,7 +599649,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6262), [anon_sym_BSLASHtext] = ACTIONS(6262), [anon_sym_BSLASHintertext] = ACTIONS(6262), - [anon_sym_shortintertext] = ACTIONS(6262), + [anon_sym_BSLASHshortintertext] = ACTIONS(6262), }, [1900] = { [sym_command_name] = ACTIONS(6266), @@ -599918,7 +599918,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6266), [anon_sym_BSLASHtext] = ACTIONS(6266), [anon_sym_BSLASHintertext] = ACTIONS(6266), - [anon_sym_shortintertext] = ACTIONS(6266), + [anon_sym_BSLASHshortintertext] = ACTIONS(6266), }, [1901] = { [sym_command_name] = ACTIONS(6270), @@ -600187,7 +600187,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6270), [anon_sym_BSLASHtext] = ACTIONS(6270), [anon_sym_BSLASHintertext] = ACTIONS(6270), - [anon_sym_shortintertext] = ACTIONS(6270), + [anon_sym_BSLASHshortintertext] = ACTIONS(6270), }, [1902] = { [sym_command_name] = ACTIONS(6274), @@ -600456,7 +600456,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6274), [anon_sym_BSLASHtext] = ACTIONS(6274), [anon_sym_BSLASHintertext] = ACTIONS(6274), - [anon_sym_shortintertext] = ACTIONS(6274), + [anon_sym_BSLASHshortintertext] = ACTIONS(6274), }, [1903] = { [sym_command_name] = ACTIONS(6278), @@ -600725,7 +600725,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6278), [anon_sym_BSLASHtext] = ACTIONS(6278), [anon_sym_BSLASHintertext] = ACTIONS(6278), - [anon_sym_shortintertext] = ACTIONS(6278), + [anon_sym_BSLASHshortintertext] = ACTIONS(6278), }, [1904] = { [sym_command_name] = ACTIONS(6282), @@ -600994,7 +600994,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6282), [anon_sym_BSLASHtext] = ACTIONS(6282), [anon_sym_BSLASHintertext] = ACTIONS(6282), - [anon_sym_shortintertext] = ACTIONS(6282), + [anon_sym_BSLASHshortintertext] = ACTIONS(6282), }, [1905] = { [sym_command_name] = ACTIONS(6286), @@ -601263,7 +601263,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6286), [anon_sym_BSLASHtext] = ACTIONS(6286), [anon_sym_BSLASHintertext] = ACTIONS(6286), - [anon_sym_shortintertext] = ACTIONS(6286), + [anon_sym_BSLASHshortintertext] = ACTIONS(6286), }, [1906] = { [sym_command_name] = ACTIONS(6290), @@ -601532,7 +601532,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6290), [anon_sym_BSLASHtext] = ACTIONS(6290), [anon_sym_BSLASHintertext] = ACTIONS(6290), - [anon_sym_shortintertext] = ACTIONS(6290), + [anon_sym_BSLASHshortintertext] = ACTIONS(6290), }, [1907] = { [sym_command_name] = ACTIONS(6422), @@ -601801,7 +601801,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6422), [anon_sym_BSLASHtext] = ACTIONS(6422), [anon_sym_BSLASHintertext] = ACTIONS(6422), - [anon_sym_shortintertext] = ACTIONS(6422), + [anon_sym_BSLASHshortintertext] = ACTIONS(6422), }, [1908] = { [sym_command_name] = ACTIONS(6294), @@ -602070,7 +602070,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6294), [anon_sym_BSLASHtext] = ACTIONS(6294), [anon_sym_BSLASHintertext] = ACTIONS(6294), - [anon_sym_shortintertext] = ACTIONS(6294), + [anon_sym_BSLASHshortintertext] = ACTIONS(6294), }, [1909] = { [sym_command_name] = ACTIONS(6298), @@ -602339,7 +602339,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6298), [anon_sym_BSLASHtext] = ACTIONS(6298), [anon_sym_BSLASHintertext] = ACTIONS(6298), - [anon_sym_shortintertext] = ACTIONS(6298), + [anon_sym_BSLASHshortintertext] = ACTIONS(6298), }, [1910] = { [sym_command_name] = ACTIONS(6302), @@ -602608,7 +602608,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6302), [anon_sym_BSLASHtext] = ACTIONS(6302), [anon_sym_BSLASHintertext] = ACTIONS(6302), - [anon_sym_shortintertext] = ACTIONS(6302), + [anon_sym_BSLASHshortintertext] = ACTIONS(6302), }, [1911] = { [sym_command_name] = ACTIONS(6314), @@ -602877,7 +602877,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6314), [anon_sym_BSLASHtext] = ACTIONS(6314), [anon_sym_BSLASHintertext] = ACTIONS(6314), - [anon_sym_shortintertext] = ACTIONS(6314), + [anon_sym_BSLASHshortintertext] = ACTIONS(6314), }, [1912] = { [sym_command_name] = ACTIONS(6144), @@ -603146,7 +603146,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6144), [anon_sym_BSLASHtext] = ACTIONS(6144), [anon_sym_BSLASHintertext] = ACTIONS(6144), - [anon_sym_shortintertext] = ACTIONS(6144), + [anon_sym_BSLASHshortintertext] = ACTIONS(6144), }, [1913] = { [sym_command_name] = ACTIONS(6318), @@ -603415,7 +603415,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6318), [anon_sym_BSLASHtext] = ACTIONS(6318), [anon_sym_BSLASHintertext] = ACTIONS(6318), - [anon_sym_shortintertext] = ACTIONS(6318), + [anon_sym_BSLASHshortintertext] = ACTIONS(6318), }, [1914] = { [sym_command_name] = ACTIONS(6338), @@ -603684,7 +603684,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6338), [anon_sym_BSLASHtext] = ACTIONS(6338), [anon_sym_BSLASHintertext] = ACTIONS(6338), - [anon_sym_shortintertext] = ACTIONS(6338), + [anon_sym_BSLASHshortintertext] = ACTIONS(6338), }, [1915] = { [sym_command_name] = ACTIONS(6342), @@ -603953,7 +603953,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6342), [anon_sym_BSLASHtext] = ACTIONS(6342), [anon_sym_BSLASHintertext] = ACTIONS(6342), - [anon_sym_shortintertext] = ACTIONS(6342), + [anon_sym_BSLASHshortintertext] = ACTIONS(6342), }, [1916] = { [sym_command_name] = ACTIONS(6346), @@ -604222,7 +604222,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6346), [anon_sym_BSLASHtext] = ACTIONS(6346), [anon_sym_BSLASHintertext] = ACTIONS(6346), - [anon_sym_shortintertext] = ACTIONS(6346), + [anon_sym_BSLASHshortintertext] = ACTIONS(6346), }, [1917] = { [sym_command_name] = ACTIONS(6088), @@ -604491,7 +604491,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6088), [anon_sym_BSLASHtext] = ACTIONS(6088), [anon_sym_BSLASHintertext] = ACTIONS(6088), - [anon_sym_shortintertext] = ACTIONS(6088), + [anon_sym_BSLASHshortintertext] = ACTIONS(6088), }, [1918] = { [sym_command_name] = ACTIONS(145), @@ -604760,7 +604760,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(145), [anon_sym_BSLASHtext] = ACTIONS(145), [anon_sym_BSLASHintertext] = ACTIONS(145), - [anon_sym_shortintertext] = ACTIONS(145), + [anon_sym_BSLASHshortintertext] = ACTIONS(145), }, [1919] = { [sym_command_name] = ACTIONS(6366), @@ -605029,7 +605029,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6366), [anon_sym_BSLASHtext] = ACTIONS(6366), [anon_sym_BSLASHintertext] = ACTIONS(6366), - [anon_sym_shortintertext] = ACTIONS(6366), + [anon_sym_BSLASHshortintertext] = ACTIONS(6366), }, [1920] = { [sym_command_name] = ACTIONS(6370), @@ -605298,7 +605298,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6370), [anon_sym_BSLASHtext] = ACTIONS(6370), [anon_sym_BSLASHintertext] = ACTIONS(6370), - [anon_sym_shortintertext] = ACTIONS(6370), + [anon_sym_BSLASHshortintertext] = ACTIONS(6370), }, [1921] = { [sym_command_name] = ACTIONS(6418), @@ -605567,7 +605567,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6418), [anon_sym_BSLASHtext] = ACTIONS(6418), [anon_sym_BSLASHintertext] = ACTIONS(6418), - [anon_sym_shortintertext] = ACTIONS(6418), + [anon_sym_BSLASHshortintertext] = ACTIONS(6418), }, [1922] = { [sym_command_name] = ACTIONS(6084), @@ -605836,7 +605836,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6084), [anon_sym_BSLASHtext] = ACTIONS(6084), [anon_sym_BSLASHintertext] = ACTIONS(6084), - [anon_sym_shortintertext] = ACTIONS(6084), + [anon_sym_BSLASHshortintertext] = ACTIONS(6084), }, [1923] = { [sym_command_name] = ACTIONS(157), @@ -606105,7 +606105,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(157), [anon_sym_BSLASHtext] = ACTIONS(157), [anon_sym_BSLASHintertext] = ACTIONS(157), - [anon_sym_shortintertext] = ACTIONS(157), + [anon_sym_BSLASHshortintertext] = ACTIONS(157), }, [1924] = { [sym_command_name] = ACTIONS(6378), @@ -606374,7 +606374,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6378), [anon_sym_BSLASHtext] = ACTIONS(6378), [anon_sym_BSLASHintertext] = ACTIONS(6378), - [anon_sym_shortintertext] = ACTIONS(6378), + [anon_sym_BSLASHshortintertext] = ACTIONS(6378), }, [1925] = { [sym_command_name] = ACTIONS(151), @@ -606643,7 +606643,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(151), [anon_sym_BSLASHtext] = ACTIONS(151), [anon_sym_BSLASHintertext] = ACTIONS(151), - [anon_sym_shortintertext] = ACTIONS(151), + [anon_sym_BSLASHshortintertext] = ACTIONS(151), }, [1926] = { [sym_command_name] = ACTIONS(6955), @@ -606912,7 +606912,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6955), [anon_sym_BSLASHtext] = ACTIONS(6955), [anon_sym_BSLASHintertext] = ACTIONS(6955), - [anon_sym_shortintertext] = ACTIONS(6955), + [anon_sym_BSLASHshortintertext] = ACTIONS(6955), }, [1927] = { [sym_command_name] = ACTIONS(5982), @@ -607181,7 +607181,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(5982), [anon_sym_BSLASHtext] = ACTIONS(5982), [anon_sym_BSLASHintertext] = ACTIONS(5982), - [anon_sym_shortintertext] = ACTIONS(5982), + [anon_sym_BSLASHshortintertext] = ACTIONS(5982), }, [1928] = { [sym_command_name] = ACTIONS(6080), @@ -607450,7 +607450,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BSLASHusetikzlibrary] = ACTIONS(6080), [anon_sym_BSLASHtext] = ACTIONS(6080), [anon_sym_BSLASHintertext] = ACTIONS(6080), - [anon_sym_shortintertext] = ACTIONS(6080), + [anon_sym_BSLASHshortintertext] = ACTIONS(6080), }, [1929] = { [sym_curly_group] = STATE(1938), diff --git a/test/corpus/commands.txt b/test/corpus/commands.txt index 4c765a568..ce222ba37 100644 --- a/test/corpus/commands.txt +++ b/test/corpus/commands.txt @@ -154,3 +154,23 @@ Author command (text (word) (word)))))) + +================================================================================ +Text commands +================================================================================ + +\intertext{John Doe } \text{Foo Bar} + +-------------------------------------------------------------------------------- + +(source_file + (text_mode + (curly_group + (text + (word) + (word)))) + (text_mode + (curly_group + (text + (word) + (word)))))