#include "tree_sitter/parser.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 15
#define STATE_COUNT 405
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 118
#define ALIAS_COUNT 2
#define TOKEN_COUNT 60
#define EXTERNAL_TOKEN_COUNT 5
#define FIELD_COUNT 16
#define MAX_ALIAS_SEQUENCE_LENGTH 9
#define MAX_RESERVED_WORD_SET_SIZE 0
#define PRODUCTION_ID_COUNT 49
#define SUPERTYPE_COUNT 0
enum ts_symbol_identifiers {
sym_identifier = 1,
anon_sym_alias = 2,
anon_sym_COLON_EQ = 3,
anon_sym_export = 4,
anon_sym_import = 5,
anon_sym_QMARK = 6,
anon_sym_mod = 7,
anon_sym_set = 8,
anon_sym_LBRACK = 9,
anon_sym_COMMA = 10,
anon_sym_RBRACK = 11,
anon_sym_shell = 12,
anon_sym_true = 13,
anon_sym_false = 14,
anon_sym_SLASH = 15,
anon_sym_PLUS = 16,
anon_sym_if = 17,
anon_sym_else = 18,
anon_sym_LBRACE = 19,
anon_sym_RBRACE = 20,
anon_sym_EQ_EQ = 21,
anon_sym_BANG_EQ = 22,
anon_sym_EQ_TILDE = 23,
anon_sym_LPAREN = 24,
anon_sym_RPAREN = 25,
anon_sym_EQ = 26,
anon_sym_COLON = 27,
anon_sym_AT = 28,
anon_sym_DOLLAR = 29,
anon_sym_STAR = 30,
anon_sym_AMP_AMP = 31,
anon_sym_AT_DASH = 32,
anon_sym_DASH_AT = 33,
anon_sym_DASH = 34,
aux_sym_shebang_token1 = 35,
aux_sym__shebang_with_lang_token1 = 36,
anon_sym_env = 37,
aux_sym__shebang_with_lang_token2 = 38,
aux_sym__shebang_with_lang_token3 = 39,
sym__opaque_shebang = 40,
aux_sym_string_token1 = 41,
anon_sym_SQUOTE_SQUOTE_SQUOTE = 42,
aux_sym__raw_string_indented_token1 = 43,
anon_sym_DQUOTE = 44,
aux_sym__string_token1 = 45,
anon_sym_DQUOTE_DQUOTE_DQUOTE = 46,
aux_sym__string_indented_token1 = 47,
sym_escape_sequence = 48,
anon_sym_BQUOTE = 49,
anon_sym_BQUOTE_BQUOTE_BQUOTE = 50,
anon_sym_LBRACE_LBRACE = 51,
anon_sym_RBRACE_RBRACE = 52,
sym_numeric_error = 53,
sym_comment = 54,
sym__indent = 55,
sym__dedent = 56,
sym__newline = 57,
sym_text = 58,
sym_error_recovery = 59,
sym_source_file = 60,
sym__item = 61,
sym_alias = 62,
sym_assignment = 63,
sym_export = 64,
sym_import = 65,
sym_module = 66,
sym_setting = 67,
sym_boolean = 68,
sym_expression = 69,
sym__expression_inner = 70,
sym_if_expression = 71,
sym_else_if_clause = 72,
sym_else_clause = 73,
sym__braced_expr = 74,
sym_condition = 75,
sym_regex_literal = 76,
sym_value = 77,
sym_function_call = 78,
sym_external_command = 79,
sym_sequence = 80,
sym_attribute_kv_argument = 81,
sym_attribute = 82,
sym_recipe = 83,
sym_recipe_header = 84,
sym_parameters = 85,
sym_parameter = 86,
sym_variadic_parameter = 87,
sym_dependencies = 88,
sym_dependency = 89,
sym_dependency_expression = 90,
sym_recipe_body = 91,
sym_recipe_line = 92,
sym_recipe_line_prefix = 93,
sym_shebang = 94,
sym__shebang_with_lang = 95,
sym_string = 96,
sym__backticked = 97,
sym__indented_backticked = 98,
sym_command_body = 99,
sym_interpolation = 100,
aux_sym_source_file_repeat1 = 101,
aux_sym_alias_repeat1 = 102,
aux_sym_setting_repeat1 = 103,
aux_sym_if_expression_repeat1 = 104,
aux_sym_sequence_repeat1 = 105,
aux_sym_attribute_repeat1 = 106,
aux_sym_attribute_repeat2 = 107,
aux_sym_parameters_repeat1 = 108,
aux_sym_dependencies_repeat1 = 109,
aux_sym_dependency_expression_repeat1 = 110,
aux_sym_recipe_body_repeat1 = 111,
aux_sym_recipe_line_repeat1 = 112,
aux_sym__shebang_with_lang_repeat1 = 113,
aux_sym__raw_string_indented_repeat1 = 114,
aux_sym__string_repeat1 = 115,
aux_sym__string_indented_repeat1 = 116,
aux_sym_command_body_repeat1 = 117,
anon_alias_sym_expression = 118,
alias_sym_language = 119,
};
static const char *const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[sym_identifier] = "identifier",
[anon_sym_alias] = "alias",
[anon_sym_COLON_EQ] = ":=",
[anon_sym_export] = "export",
[anon_sym_import] = "import",
[anon_sym_QMARK] = "\?",
[anon_sym_mod] = "mod",
[anon_sym_set] = "set",
[anon_sym_LBRACK] = "[",
[anon_sym_COMMA] = ",",
[anon_sym_RBRACK] = "]",
[anon_sym_shell] = "shell",
[anon_sym_true] = "true",
[anon_sym_false] = "false",
[anon_sym_SLASH] = "/",
[anon_sym_PLUS] = "+",
[anon_sym_if] = "if",
[anon_sym_else] = "else",
[anon_sym_LBRACE] = "{",
[anon_sym_RBRACE] = "}",
[anon_sym_EQ_EQ] = "==",
[anon_sym_BANG_EQ] = "!=",
[anon_sym_EQ_TILDE] = "=~",
[anon_sym_LPAREN] = "(",
[anon_sym_RPAREN] = ")",
[anon_sym_EQ] = "=",
[anon_sym_COLON] = ":",
[anon_sym_AT] = "@",
[anon_sym_DOLLAR] = "$",
[anon_sym_STAR] = "*",
[anon_sym_AMP_AMP] = "&&",
[anon_sym_AT_DASH] = "@-",
[anon_sym_DASH_AT] = "-@",
[anon_sym_DASH] = "-",
[aux_sym_shebang_token1] = "shebang_token1",
[aux_sym__shebang_with_lang_token1] = "_shebang_with_lang_token1",
[anon_sym_env] = "env",
[aux_sym__shebang_with_lang_token2] = "_shebang_with_lang_token2",
[aux_sym__shebang_with_lang_token3] = "_shebang_with_lang_token3",
[sym__opaque_shebang] = "_opaque_shebang",
[aux_sym_string_token1] = "string_token1",
[anon_sym_SQUOTE_SQUOTE_SQUOTE] = "'''",
[aux_sym__raw_string_indented_token1] = "_raw_string_indented_token1",
[anon_sym_DQUOTE] = "\"",
[aux_sym__string_token1] = "_string_token1",
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = "\"\"\"",
[aux_sym__string_indented_token1] = "_string_indented_token1",
[sym_escape_sequence] = "escape_sequence",
[anon_sym_BQUOTE] = "`",
[anon_sym_BQUOTE_BQUOTE_BQUOTE] = "```",
[anon_sym_LBRACE_LBRACE] = "{{",
[anon_sym_RBRACE_RBRACE] = "}}",
[sym_numeric_error] = "numeric_error",
[sym_comment] = "comment",
[sym__indent] = "_indent",
[sym__dedent] = "_dedent",
[sym__newline] = "_newline",
[sym_text] = "text",
[sym_error_recovery] = "error_recovery",
[sym_source_file] = "source_file",
[sym__item] = "_item",
[sym_alias] = "alias",
[sym_assignment] = "assignment",
[sym_export] = "export",
[sym_import] = "import",
[sym_module] = "module",
[sym_setting] = "setting",
[sym_boolean] = "boolean",
[sym_expression] = "expression",
[sym__expression_inner] = "_expression_inner",
[sym_if_expression] = "if_expression",
[sym_else_if_clause] = "else_if_clause",
[sym_else_clause] = "else_clause",
[sym__braced_expr] = "_braced_expr",
[sym_condition] = "condition",
[sym_regex_literal] = "regex_literal",
[sym_value] = "value",
[sym_function_call] = "function_call",
[sym_external_command] = "external_command",
[sym_sequence] = "sequence",
[sym_attribute_kv_argument] = "attribute_kv_argument",
[sym_attribute] = "attribute",
[sym_recipe] = "recipe",
[sym_recipe_header] = "recipe_header",
[sym_parameters] = "parameters",
[sym_parameter] = "parameter",
[sym_variadic_parameter] = "variadic_parameter",
[sym_dependencies] = "dependencies",
[sym_dependency] = "dependency",
[sym_dependency_expression] = "dependency_expression",
[sym_recipe_body] = "recipe_body",
[sym_recipe_line] = "recipe_line",
[sym_recipe_line_prefix] = "recipe_line_prefix",
[sym_shebang] = "shebang",
[sym__shebang_with_lang] = "_shebang_with_lang",
[sym_string] = "string",
[sym__backticked] = "_backticked",
[sym__indented_backticked] = "_indented_backticked",
[sym_command_body] = "command_body",
[sym_interpolation] = "interpolation",
[aux_sym_source_file_repeat1] = "source_file_repeat1",
[aux_sym_alias_repeat1] = "alias_repeat1",
[aux_sym_setting_repeat1] = "setting_repeat1",
[aux_sym_if_expression_repeat1] = "if_expression_repeat1",
[aux_sym_sequence_repeat1] = "sequence_repeat1",
[aux_sym_attribute_repeat1] = "attribute_repeat1",
[aux_sym_attribute_repeat2] = "attribute_repeat2",
[aux_sym_parameters_repeat1] = "parameters_repeat1",
[aux_sym_dependencies_repeat1] = "dependencies_repeat1",
[aux_sym_dependency_expression_repeat1] = "dependency_expression_repeat1",
[aux_sym_recipe_body_repeat1] = "recipe_body_repeat1",
[aux_sym_recipe_line_repeat1] = "recipe_line_repeat1",
[aux_sym__shebang_with_lang_repeat1] = "_shebang_with_lang_repeat1",
[aux_sym__raw_string_indented_repeat1] = "_raw_string_indented_repeat1",
[aux_sym__string_repeat1] = "_string_repeat1",
[aux_sym__string_indented_repeat1] = "_string_indented_repeat1",
[aux_sym_command_body_repeat1] = "command_body_repeat1",
[anon_alias_sym_expression] = "expression",
[alias_sym_language] = "language",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[sym_identifier] = sym_identifier,
[anon_sym_alias] = anon_sym_alias,
[anon_sym_COLON_EQ] = anon_sym_COLON_EQ,
[anon_sym_export] = anon_sym_export,
[anon_sym_import] = anon_sym_import,
[anon_sym_QMARK] = anon_sym_QMARK,
[anon_sym_mod] = anon_sym_mod,
[anon_sym_set] = anon_sym_set,
[anon_sym_LBRACK] = anon_sym_LBRACK,
[anon_sym_COMMA] = anon_sym_COMMA,
[anon_sym_RBRACK] = anon_sym_RBRACK,
[anon_sym_shell] = anon_sym_shell,
[anon_sym_true] = anon_sym_true,
[anon_sym_false] = anon_sym_false,
[anon_sym_SLASH] = anon_sym_SLASH,
[anon_sym_PLUS] = anon_sym_PLUS,
[anon_sym_if] = anon_sym_if,
[anon_sym_else] = anon_sym_else,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[anon_sym_EQ_EQ] = anon_sym_EQ_EQ,
[anon_sym_BANG_EQ] = anon_sym_BANG_EQ,
[anon_sym_EQ_TILDE] = anon_sym_EQ_TILDE,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[anon_sym_EQ] = anon_sym_EQ,
[anon_sym_COLON] = anon_sym_COLON,
[anon_sym_AT] = anon_sym_AT,
[anon_sym_DOLLAR] = anon_sym_DOLLAR,
[anon_sym_STAR] = anon_sym_STAR,
[anon_sym_AMP_AMP] = anon_sym_AMP_AMP,
[anon_sym_AT_DASH] = anon_sym_AT_DASH,
[anon_sym_DASH_AT] = anon_sym_DASH_AT,
[anon_sym_DASH] = anon_sym_DASH,
[aux_sym_shebang_token1] = aux_sym_shebang_token1,
[aux_sym__shebang_with_lang_token1] = aux_sym__shebang_with_lang_token1,
[anon_sym_env] = anon_sym_env,
[aux_sym__shebang_with_lang_token2] = aux_sym__shebang_with_lang_token2,
[aux_sym__shebang_with_lang_token3] = aux_sym__shebang_with_lang_token3,
[sym__opaque_shebang] = sym__opaque_shebang,
[aux_sym_string_token1] = aux_sym_string_token1,
[anon_sym_SQUOTE_SQUOTE_SQUOTE] = anon_sym_SQUOTE_SQUOTE_SQUOTE,
[aux_sym__raw_string_indented_token1] = aux_sym__raw_string_indented_token1,
[anon_sym_DQUOTE] = anon_sym_DQUOTE,
[aux_sym__string_token1] = aux_sym__string_token1,
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = anon_sym_DQUOTE_DQUOTE_DQUOTE,
[aux_sym__string_indented_token1] = aux_sym__string_indented_token1,
[sym_escape_sequence] = sym_escape_sequence,
[anon_sym_BQUOTE] = anon_sym_BQUOTE,
[anon_sym_BQUOTE_BQUOTE_BQUOTE] = anon_sym_BQUOTE_BQUOTE_BQUOTE,
[anon_sym_LBRACE_LBRACE] = anon_sym_LBRACE_LBRACE,
[anon_sym_RBRACE_RBRACE] = anon_sym_RBRACE_RBRACE,
[sym_numeric_error] = sym_numeric_error,
[sym_comment] = sym_comment,
[sym__indent] = sym__indent,
[sym__dedent] = sym__dedent,
[sym__newline] = sym__newline,
[sym_text] = sym_text,
[sym_error_recovery] = sym_error_recovery,
[sym_source_file] = sym_source_file,
[sym__item] = sym__item,
[sym_alias] = sym_alias,
[sym_assignment] = sym_assignment,
[sym_export] = sym_export,
[sym_import] = sym_import,
[sym_module] = sym_module,
[sym_setting] = sym_setting,
[sym_boolean] = sym_boolean,
[sym_expression] = sym_expression,
[sym__expression_inner] = sym__expression_inner,
[sym_if_expression] = sym_if_expression,
[sym_else_if_clause] = sym_else_if_clause,
[sym_else_clause] = sym_else_clause,
[sym__braced_expr] = sym__braced_expr,
[sym_condition] = sym_condition,
[sym_regex_literal] = sym_regex_literal,
[sym_value] = sym_value,
[sym_function_call] = sym_function_call,
[sym_external_command] = sym_external_command,
[sym_sequence] = sym_sequence,
[sym_attribute_kv_argument] = sym_attribute_kv_argument,
[sym_attribute] = sym_attribute,
[sym_recipe] = sym_recipe,
[sym_recipe_header] = sym_recipe_header,
[sym_parameters] = sym_parameters,
[sym_parameter] = sym_parameter,
[sym_variadic_parameter] = sym_variadic_parameter,
[sym_dependencies] = sym_dependencies,
[sym_dependency] = sym_dependency,
[sym_dependency_expression] = sym_dependency_expression,
[sym_recipe_body] = sym_recipe_body,
[sym_recipe_line] = sym_recipe_line,
[sym_recipe_line_prefix] = sym_recipe_line_prefix,
[sym_shebang] = sym_shebang,
[sym__shebang_with_lang] = sym__shebang_with_lang,
[sym_string] = sym_string,
[sym__backticked] = sym__backticked,
[sym__indented_backticked] = sym__indented_backticked,
[sym_command_body] = sym_command_body,
[sym_interpolation] = sym_interpolation,
[aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1,
[aux_sym_alias_repeat1] = aux_sym_alias_repeat1,
[aux_sym_setting_repeat1] = aux_sym_setting_repeat1,
[aux_sym_if_expression_repeat1] = aux_sym_if_expression_repeat1,
[aux_sym_sequence_repeat1] = aux_sym_sequence_repeat1,
[aux_sym_attribute_repeat1] = aux_sym_attribute_repeat1,
[aux_sym_attribute_repeat2] = aux_sym_attribute_repeat2,
[aux_sym_parameters_repeat1] = aux_sym_parameters_repeat1,
[aux_sym_dependencies_repeat1] = aux_sym_dependencies_repeat1,
[aux_sym_dependency_expression_repeat1] =
aux_sym_dependency_expression_repeat1,
[aux_sym_recipe_body_repeat1] = aux_sym_recipe_body_repeat1,
[aux_sym_recipe_line_repeat1] = aux_sym_recipe_line_repeat1,
[aux_sym__shebang_with_lang_repeat1] = aux_sym__shebang_with_lang_repeat1,
[aux_sym__raw_string_indented_repeat1] =
aux_sym__raw_string_indented_repeat1,
[aux_sym__string_repeat1] = aux_sym__string_repeat1,
[aux_sym__string_indented_repeat1] = aux_sym__string_indented_repeat1,
[aux_sym_command_body_repeat1] = aux_sym_command_body_repeat1,
[anon_alias_sym_expression] = anon_alias_sym_expression,
[alias_sym_language] = alias_sym_language,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] =
{
.visible = false,
.named = true,
},
[sym_identifier] =
{
.visible = true,
.named = true,
},
[anon_sym_alias] =
{
.visible = true,
.named = false,
},
[anon_sym_COLON_EQ] =
{
.visible = true,
.named = false,
},
[anon_sym_export] =
{
.visible = true,
.named = false,
},
[anon_sym_import] =
{
.visible = true,
.named = false,
},
[anon_sym_QMARK] =
{
.visible = true,
.named = false,
},
[anon_sym_mod] =
{
.visible = true,
.named = false,
},
[anon_sym_set] =
{
.visible = true,
.named = false,
},
[anon_sym_LBRACK] =
{
.visible = true,
.named = false,
},
[anon_sym_COMMA] =
{
.visible = true,
.named = false,
},
[anon_sym_RBRACK] =
{
.visible = true,
.named = false,
},
[anon_sym_shell] =
{
.visible = true,
.named = false,
},
[anon_sym_true] =
{
.visible = true,
.named = false,
},
[anon_sym_false] =
{
.visible = true,
.named = false,
},
[anon_sym_SLASH] =
{
.visible = true,
.named = false,
},
[anon_sym_PLUS] =
{
.visible = true,
.named = false,
},
[anon_sym_if] =
{
.visible = true,
.named = false,
},
[anon_sym_else] =
{
.visible = true,
.named = false,
},
[anon_sym_LBRACE] =
{
.visible = true,
.named = false,
},
[anon_sym_RBRACE] =
{
.visible = true,
.named = false,
},
[anon_sym_EQ_EQ] =
{
.visible = true,
.named = false,
},
[anon_sym_BANG_EQ] =
{
.visible = true,
.named = false,
},
[anon_sym_EQ_TILDE] =
{
.visible = true,
.named = false,
},
[anon_sym_LPAREN] =
{
.visible = true,
.named = false,
},
[anon_sym_RPAREN] =
{
.visible = true,
.named = false,
},
[anon_sym_EQ] =
{
.visible = true,
.named = false,
},
[anon_sym_COLON] =
{
.visible = true,
.named = false,
},
[anon_sym_AT] =
{
.visible = true,
.named = false,
},
[anon_sym_DOLLAR] =
{
.visible = true,
.named = false,
},
[anon_sym_STAR] =
{
.visible = true,
.named = false,
},
[anon_sym_AMP_AMP] =
{
.visible = true,
.named = false,
},
[anon_sym_AT_DASH] =
{
.visible = true,
.named = false,
},
[anon_sym_DASH_AT] =
{
.visible = true,
.named = false,
},
[anon_sym_DASH] =
{
.visible = true,
.named = false,
},
[aux_sym_shebang_token1] =
{
.visible = false,
.named = false,
},
[aux_sym__shebang_with_lang_token1] =
{
.visible = false,
.named = false,
},
[anon_sym_env] =
{
.visible = true,
.named = false,
},
[aux_sym__shebang_with_lang_token2] =
{
.visible = false,
.named = false,
},
[aux_sym__shebang_with_lang_token3] =
{
.visible = false,
.named = false,
},
[sym__opaque_shebang] =
{
.visible = false,
.named = true,
},
[aux_sym_string_token1] =
{
.visible = false,
.named = false,
},
[anon_sym_SQUOTE_SQUOTE_SQUOTE] =
{
.visible = true,
.named = false,
},
[aux_sym__raw_string_indented_token1] =
{
.visible = false,
.named = false,
},
[anon_sym_DQUOTE] =
{
.visible = true,
.named = false,
},
[aux_sym__string_token1] =
{
.visible = false,
.named = false,
},
[anon_sym_DQUOTE_DQUOTE_DQUOTE] =
{
.visible = true,
.named = false,
},
[aux_sym__string_indented_token1] =
{
.visible = false,
.named = false,
},
[sym_escape_sequence] =
{
.visible = true,
.named = true,
},
[anon_sym_BQUOTE] =
{
.visible = true,
.named = false,
},
[anon_sym_BQUOTE_BQUOTE_BQUOTE] =
{
.visible = true,
.named = false,
},
[anon_sym_LBRACE_LBRACE] =
{
.visible = true,
.named = false,
},
[anon_sym_RBRACE_RBRACE] =
{
.visible = true,
.named = false,
},
[sym_numeric_error] =
{
.visible = true,
.named = true,
},
[sym_comment] =
{
.visible = true,
.named = true,
},
[sym__indent] =
{
.visible = false,
.named = true,
},
[sym__dedent] =
{
.visible = false,
.named = true,
},
[sym__newline] =
{
.visible = false,
.named = true,
},
[sym_text] =
{
.visible = true,
.named = true,
},
[sym_error_recovery] =
{
.visible = true,
.named = true,
},
[sym_source_file] =
{
.visible = true,
.named = true,
},
[sym__item] =
{
.visible = false,
.named = true,
},
[sym_alias] =
{
.visible = true,
.named = true,
},
[sym_assignment] =
{
.visible = true,
.named = true,
},
[sym_export] =
{
.visible = true,
.named = true,
},
[sym_import] =
{
.visible = true,
.named = true,
},
[sym_module] =
{
.visible = true,
.named = true,
},
[sym_setting] =
{
.visible = true,
.named = true,
},
[sym_boolean] =
{
.visible = true,
.named = true,
},
[sym_expression] =
{
.visible = true,
.named = true,
},
[sym__expression_inner] =
{
.visible = false,
.named = true,
},
[sym_if_expression] =
{
.visible = true,
.named = true,
},
[sym_else_if_clause] =
{
.visible = true,
.named = true,
},
[sym_else_clause] =
{
.visible = true,
.named = true,
},
[sym__braced_expr] =
{
.visible = false,
.named = true,
},
[sym_condition] =
{
.visible = true,
.named = true,
},
[sym_regex_literal] =
{
.visible = true,
.named = true,
},
[sym_value] =
{
.visible = true,
.named = true,
},
[sym_function_call] =
{
.visible = true,
.named = true,
},
[sym_external_command] =
{
.visible = true,
.named = true,
},
[sym_sequence] =
{
.visible = true,
.named = true,
},
[sym_attribute_kv_argument] =
{
.visible = true,
.named = true,
},
[sym_attribute] =
{
.visible = true,
.named = true,
},
[sym_recipe] =
{
.visible = true,
.named = true,
},
[sym_recipe_header] =
{
.visible = true,
.named = true,
},
[sym_parameters] =
{
.visible = true,
.named = true,
},
[sym_parameter] =
{
.visible = true,
.named = true,
},
[sym_variadic_parameter] =
{
.visible = true,
.named = true,
},
[sym_dependencies] =
{
.visible = true,
.named = true,
},
[sym_dependency] =
{
.visible = true,
.named = true,
},
[sym_dependency_expression] =
{
.visible = true,
.named = true,
},
[sym_recipe_body] =
{
.visible = true,
.named = true,
},
[sym_recipe_line] =
{
.visible = true,
.named = true,
},
[sym_recipe_line_prefix] =
{
.visible = true,
.named = true,
},
[sym_shebang] =
{
.visible = true,
.named = true,
},
[sym__shebang_with_lang] =
{
.visible = false,
.named = true,
},
[sym_string] =
{
.visible = true,
.named = true,
},
[sym__backticked] =
{
.visible = false,
.named = true,
},
[sym__indented_backticked] =
{
.visible = false,
.named = true,
},
[sym_command_body] =
{
.visible = true,
.named = true,
},
[sym_interpolation] =
{
.visible = true,
.named = true,
},
[aux_sym_source_file_repeat1] =
{
.visible = false,
.named = false,
},
[aux_sym_alias_repeat1] =
{
.visible = false,
.named = false,
},
[aux_sym_setting_repeat1] =
{
.visible = false,
.named = false,
},
[aux_sym_if_expression_repeat1] =
{
.visible = false,
.named = false,
},
[aux_sym_sequence_repeat1] =
{
.visible = false,
.named = false,
},
[aux_sym_attribute_repeat1] =
{
.visible = false,
.named = false,
},
[aux_sym_attribute_repeat2] =
{
.visible = false,
.named = false,
},
[aux_sym_parameters_repeat1] =
{
.visible = false,
.named = false,
},
[aux_sym_dependencies_repeat1] =
{
.visible = false,
.named = false,
},
[aux_sym_dependency_expression_repeat1] =
{
.visible = false,
.named = false,
},
[aux_sym_recipe_body_repeat1] =
{
.visible = false,
.named = false,
},
[aux_sym_recipe_line_repeat1] =
{
.visible = false,
.named = false,
},
[aux_sym__shebang_with_lang_repeat1] =
{
.visible = false,
.named = false,
},
[aux_sym__raw_string_indented_repeat1] =
{
.visible = false,
.named = false,
},
[aux_sym__string_repeat1] =
{
.visible = false,
.named = false,
},
[aux_sym__string_indented_repeat1] =
{
.visible = false,
.named = false,
},
[aux_sym_command_body_repeat1] =
{
.visible = false,
.named = false,
},
[anon_alias_sym_expression] =
{
.visible = true,
.named = false,
},
[alias_sym_language] =
{
.visible = true,
.named = true,
},
};
enum ts_field_identifiers {
field_alternative = 1,
field_argument = 2,
field_arguments = 3,
field_array = 4,
field_body = 5,
field_consequence = 6,
field_content = 7,
field_default = 8,
field_element = 9,
field_key = 10,
field_kleene = 11,
field_left = 12,
field_name = 13,
field_right = 14,
field_shebang = 15,
field_value = 16,
};
static const char *const ts_field_names[] = {
[0] = NULL,
[field_alternative] = "alternative",
[field_argument] = "argument",
[field_arguments] = "arguments",
[field_array] = "array",
[field_body] = "body",
[field_consequence] = "consequence",
[field_content] = "content",
[field_default] = "default",
[field_element] = "element",
[field_key] = "key",
[field_kleene] = "kleene",
[field_left] = "left",
[field_name] = "name",
[field_right] = "right",
[field_shebang] = "shebang",
[field_value] = "value",
};
static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
[1] = {.index = 0, .length = 1}, [2] = {.index = 0, .length = 1},
[3] = {.index = 1, .length = 1}, [4] = {.index = 2, .length = 1},
[5] = {.index = 3, .length = 1}, [6] = {.index = 4, .length = 1},
[7] = {.index = 1, .length = 1}, [8] = {.index = 5, .length = 2},
[9] = {.index = 7, .length = 2}, [10] = {.index = 9, .length = 2},
[12] = {.index = 11, .length = 2}, [13] = {.index = 13, .length = 2},
[14] = {.index = 15, .length = 3}, [15] = {.index = 18, .length = 1},
[17] = {.index = 19, .length = 2}, [19] = {.index = 21, .length = 2},
[20] = {.index = 23, .length = 2}, [21] = {.index = 25, .length = 4},
[22] = {.index = 29, .length = 1}, [23] = {.index = 30, .length = 2},
[25] = {.index = 32, .length = 1}, [26] = {.index = 33, .length = 3},
[27] = {.index = 36, .length = 3}, [28] = {.index = 39, .length = 2},
[29] = {.index = 41, .length = 1}, [30] = {.index = 42, .length = 1},
[31] = {.index = 43, .length = 3}, [32] = {.index = 46, .length = 2},
[33] = {.index = 48, .length = 5}, [34] = {.index = 53, .length = 2},
[35] = {.index = 55, .length = 1}, [36] = {.index = 56, .length = 1},
[37] = {.index = 57, .length = 4}, [38] = {.index = 61, .length = 2},
[39] = {.index = 63, .length = 4}, [40] = {.index = 67, .length = 5},
[41] = {.index = 72, .length = 6}, [42] = {.index = 78, .length = 7},
[43] = {.index = 85, .length = 2}, [44] = {.index = 87, .length = 2},
[45] = {.index = 89, .length = 6}, [46] = {.index = 95, .length = 8},
[47] = {.index = 103, .length = 3}, [48] = {.index = 106, .length = 1},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] = {field_name, 0},
[1] = {field_name, 1},
[2] = {field_kleene, 0},
[3] = {field_name, 2},
[4] = {field_left, 1},
[5] = {field_left, 1},
{field_right, 3},
[7] = {field_default, 2},
{field_name, 0},
[9] = {field_argument, 0, .inherited = true},
{field_argument, 1, .inherited = true},
[11] = {field_left, 0},
{field_right, 2},
[13] = {field_default, 3},
{field_name, 1},
[15] = {field_left, 1},
{field_right, 2},
{field_right, 3},
[18] = {field_argument, 2, .inherited = true},
[19] = {field_body, 2, .inherited = true},
{field_consequence, 2},
[21] = {field_left, 2},
{field_right, 4},
[23] = {field_right, 3},
{field_right, 4},
[25] = {field_array, 3},
{field_array, 4},
{field_left, 1},
{field_right, 2},
[29] = {field_argument, 3},
[30] = {field_key, 0},
{field_value, 2},
[32] = {field_alternative, 0},
[33] = {field_alternative, 3},
{field_body, 2, .inherited = true},
{field_consequence, 2},
[36] = {field_alternative, 3, .inherited = true},
{field_body, 2, .inherited = true},
{field_consequence, 2},
[39] = {field_arguments, 2},
{field_name, 0},
[41] = {field_shebang, 1},
[42] = {field_element, 1},
[43] = {field_element, 4},
{field_right, 3},
{field_right, 5},
[46] = {field_element, 0, .inherited = true},
{field_element, 1, .inherited = true},
[48] = {field_array, 3},
{field_array, 5},
{field_element, 4},
{field_left, 1},
{field_right, 2},
[53] = {field_argument, 3},
{field_argument, 4, .inherited = true},
[55] = {field_body, 1},
[56] = {field_body, 1, .inherited = true},
[57] = {field_alternative, 3, .inherited = true},
{field_alternative, 4},
{field_body, 2, .inherited = true},
{field_consequence, 2},
[61] = {field_alternative, 0, .inherited = true},
{field_alternative, 1, .inherited = true},
[63] = {field_element, 4},
{field_element, 5},
{field_right, 3},
{field_right, 6},
[67] = {field_content, 5},
{field_element, 4},
{field_element, 5, .inherited = true},
{field_right, 3},
{field_right, 6},
[72] = {field_array, 3},
{field_array, 6},
{field_element, 4},
{field_element, 5},
{field_left, 1},
{field_right, 2},
[78] = {field_array, 3},
{field_array, 6},
{field_content, 5},
{field_element, 4},
{field_element, 5, .inherited = true},
{field_left, 1},
{field_right, 2},
[85] = {field_argument, 3},
{field_argument, 4},
[87] = {field_argument, 3},
{field_argument, 5, .inherited = true},
[89] = {field_content, 5},
{field_element, 4},
{field_element, 5, .inherited = true},
{field_element, 6},
{field_right, 3},
{field_right, 7},
[95] = {field_array, 3},
{field_array, 7},
{field_content, 5},
{field_element, 4},
{field_element, 5, .inherited = true},
{field_element, 6},
{field_left, 1},
{field_right, 2},
[103] = {field_argument, 3},
{field_argument, 4},
{field_argument, 6, .inherited = true},
[106] = {field_body, 3, .inherited = true},
};
static const TSSymbol
ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
[1] =
{
[0] = sym_identifier,
},
[7] =
{
[1] = sym_identifier,
},
[11] =
{
[1] = alias_sym_language,
},
[16] =
{
[2] = alias_sym_language,
},
[18] =
{
[0] = anon_alias_sym_expression,
[2] = anon_alias_sym_expression,
},
[24] =
{
[3] = alias_sym_language,
},
};
static const uint16_t ts_non_terminal_alias_map[] = {
sym__expression_inner, 2, sym__expression_inner,
anon_alias_sym_expression, 0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0, [1] = 1, [2] = 2, [3] = 3, [4] = 4,
[5] = 5, [6] = 6, [7] = 7, [8] = 8, [9] = 9,
[10] = 10, [11] = 11, [12] = 12, [13] = 13, [14] = 14,
[15] = 15, [16] = 16, [17] = 17, [18] = 18, [19] = 19,
[20] = 20, [21] = 9, [22] = 9, [23] = 23, [24] = 24,
[25] = 25, [26] = 26, [27] = 27, [28] = 28, [29] = 29,
[30] = 27, [31] = 24, [32] = 27, [33] = 24, [34] = 34,
[35] = 35, [36] = 36, [37] = 37, [38] = 38, [39] = 39,
[40] = 35, [41] = 41, [42] = 42, [43] = 38, [44] = 36,
[45] = 35, [46] = 38, [47] = 36, [48] = 48, [49] = 49,
[50] = 50, [51] = 51, [52] = 52, [53] = 53, [54] = 54,
[55] = 55, [56] = 54, [57] = 55, [58] = 55, [59] = 59,
[60] = 59, [61] = 55, [62] = 59, [63] = 59, [64] = 54,
[65] = 54, [66] = 3, [67] = 2, [68] = 4, [69] = 69,
[70] = 70, [71] = 71, [72] = 70, [73] = 71, [74] = 74,
[75] = 75, [76] = 76, [77] = 77, [78] = 78, [79] = 79,
[80] = 80, [81] = 77, [82] = 82, [83] = 83, [84] = 84,
[85] = 85, [86] = 86, [87] = 87, [88] = 88, [89] = 89,
[90] = 90, [91] = 91, [92] = 92, [93] = 93, [94] = 83,
[95] = 95, [96] = 78, [97] = 97, [98] = 98, [99] = 99,
[100] = 100, [101] = 101, [102] = 82, [103] = 103, [104] = 104,
[105] = 105, [106] = 106, [107] = 107, [108] = 108, [109] = 109,
[110] = 110, [111] = 111, [112] = 112, [113] = 113, [114] = 114,
[115] = 115, [116] = 116, [117] = 117, [118] = 118, [119] = 119,
[120] = 120, [121] = 121, [122] = 122, [123] = 123, [124] = 124,
[125] = 125, [126] = 126, [127] = 127, [128] = 128, [129] = 129,
[130] = 130, [131] = 131, [132] = 132, [133] = 133, [134] = 134,
[135] = 135, [136] = 136, [137] = 137, [138] = 6, [139] = 6,
[140] = 140, [141] = 141, [142] = 5, [143] = 143, [144] = 144,
[145] = 145, [146] = 5, [147] = 147, [148] = 148, [149] = 149,
[150] = 20, [151] = 151, [152] = 152, [153] = 153, [154] = 154,
[155] = 155, [156] = 20, [157] = 157, [158] = 151, [159] = 152,
[160] = 152, [161] = 161, [162] = 151, [163] = 163, [164] = 164,
[165] = 165, [166] = 166, [167] = 167, [168] = 168, [169] = 169,
[170] = 170, [171] = 171, [172] = 172, [173] = 173, [174] = 174,
[175] = 175, [176] = 176, [177] = 177, [178] = 178, [179] = 179,
[180] = 180, [181] = 181, [182] = 182, [183] = 183, [184] = 170,
[185] = 185, [186] = 182, [187] = 187, [188] = 188, [189] = 189,
[190] = 190, [191] = 191, [192] = 39, [193] = 77, [194] = 41,
[195] = 48, [196] = 196, [197] = 197, [198] = 198, [199] = 199,
[200] = 200, [201] = 201, [202] = 39, [203] = 41, [204] = 204,
[205] = 48, [206] = 77, [207] = 207, [208] = 208, [209] = 189,
[210] = 198, [211] = 211, [212] = 212, [213] = 207, [214] = 208,
[215] = 189, [216] = 198, [217] = 207, [218] = 218, [219] = 208,
[220] = 220, [221] = 221, [222] = 222, [223] = 223, [224] = 224,
[225] = 51, [226] = 226, [227] = 221, [228] = 228, [229] = 19,
[230] = 82, [231] = 231, [232] = 232, [233] = 52, [234] = 11,
[235] = 50, [236] = 49, [237] = 237, [238] = 83, [239] = 53,
[240] = 7, [241] = 241, [242] = 2, [243] = 3, [244] = 244,
[245] = 245, [246] = 4, [247] = 247, [248] = 8, [249] = 249,
[250] = 250, [251] = 251, [252] = 252, [253] = 16, [254] = 11,
[255] = 83, [256] = 53, [257] = 7, [258] = 78, [259] = 13,
[260] = 14, [261] = 78, [262] = 8, [263] = 15, [264] = 16,
[265] = 17, [266] = 52, [267] = 17, [268] = 51, [269] = 13,
[270] = 221, [271] = 19, [272] = 50, [273] = 49, [274] = 274,
[275] = 275, [276] = 82, [277] = 277, [278] = 278, [279] = 14,
[280] = 224, [281] = 277, [282] = 277, [283] = 283, [284] = 284,
[285] = 278, [286] = 286, [287] = 224, [288] = 288, [289] = 15,
[290] = 278, [291] = 291, [292] = 292, [293] = 293, [294] = 294,
[295] = 295, [296] = 296, [297] = 297, [298] = 298, [299] = 299,
[300] = 300, [301] = 301, [302] = 302, [303] = 303, [304] = 161,
[305] = 157, [306] = 299, [307] = 303, [308] = 308, [309] = 309,
[310] = 310, [311] = 311, [312] = 312, [313] = 299, [314] = 303,
[315] = 315, [316] = 316, [317] = 317, [318] = 318, [319] = 319,
[320] = 320, [321] = 321, [322] = 322, [323] = 323, [324] = 324,
[325] = 325, [326] = 326, [327] = 327, [328] = 328, [329] = 329,
[330] = 330, [331] = 331, [332] = 332, [333] = 333, [334] = 334,
[335] = 335, [336] = 336, [337] = 337, [338] = 338, [339] = 339,
[340] = 340, [341] = 341, [342] = 342, [343] = 343, [344] = 344,
[345] = 345, [346] = 346, [347] = 347, [348] = 348, [349] = 349,
[350] = 350, [351] = 351, [352] = 352, [353] = 353, [354] = 354,
[355] = 355, [356] = 356, [357] = 357, [358] = 358, [359] = 359,
[360] = 360, [361] = 333, [362] = 346, [363] = 363, [364] = 364,
[365] = 347, [366] = 366, [367] = 323, [368] = 368, [369] = 369,
[370] = 370, [371] = 371, [372] = 372, [373] = 373, [374] = 374,
[375] = 375, [376] = 376, [377] = 377, [378] = 378, [379] = 379,
[380] = 380, [381] = 381, [382] = 333, [383] = 346, [384] = 358,
[385] = 385, [386] = 347, [387] = 366, [388] = 323, [389] = 389,
[390] = 390, [391] = 326, [392] = 392, [393] = 393, [394] = 366,
[395] = 395, [396] = 396, [397] = 344, [398] = 398, [399] = 399,
[400] = 400, [401] = 401, [402] = 402, [403] = 344, [404] = 358,
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof)
ADVANCE(38);
ADVANCE_MAP('!', 27, '"', 89, '#', 108, '$', 60, '&', 22, '\'', 23, '(', 52,
')', 53, '*', 61, '+', 45, ',', 42, '-', 65, '/', 44, ':', 57,
'=', 55, '?', 40, '@', 59, '[', 41, );
if (lookahead == '\\')
SKIP(33);
if (lookahead == ']')
ADVANCE(43);
if (lookahead == '`')
ADVANCE(101);
if (lookahead == '{')
ADVANCE(47);
if (lookahead == '}')
ADVANCE(48);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
SKIP(0);
if (('0' <= lookahead && lookahead <= '9'))
ADVANCE(106);
if (('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z'))
ADVANCE(105);
END_STATE();
case 1:
if (lookahead == '\n')
SKIP(15);
END_STATE();
case 2:
if (lookahead == '\n')
SKIP(15);
if (lookahead == '\r')
SKIP(1);
END_STATE();
case 3:
if (lookahead == '\n')
SKIP(20);
END_STATE();
case 4:
if (lookahead == '\n')
SKIP(20);
if (lookahead == '\r')
SKIP(3);
END_STATE();
case 5:
if (lookahead == '\n')
SKIP(5);
if (lookahead == '#')
ADVANCE(81);
if (lookahead == '\\')
ADVANCE(81);
if (lookahead == '`')
ADVANCE(100);
if (lookahead == '{')
ADVANCE(87);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
ADVANCE(83);
if (lookahead != 0)
ADVANCE(81);
END_STATE();
case 6:
if (lookahead == '\n')
ADVANCE(98);
END_STATE();
case 7:
if (lookahead == '\n')
ADVANCE(98);
if (lookahead == '\r')
ADVANCE(6);
if (lookahead == '"' || lookahead == '\\' || lookahead == 'n' ||
lookahead == 'r' || lookahead == 't')
ADVANCE(97);
END_STATE();
case 8:
if (lookahead == '\n')
SKIP(8);
if (lookahead == '#')
ADVANCE(76);
if (lookahead == '/')
ADVANCE(67);
if (lookahead == '\\')
ADVANCE(73);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
ADVANCE(74);
if (lookahead != 0)
ADVANCE(75);
END_STATE();
case 9:
if (lookahead == '\n')
SKIP(9);
if (lookahead == '#')
ADVANCE(81);
if (lookahead == '\'')
ADVANCE(85);
if (lookahead == '\\')
ADVANCE(81);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
ADVANCE(82);
if (lookahead != 0)
ADVANCE(81);
END_STATE();
case 10:
if (lookahead == '\n')
SKIP(21);
END_STATE();
case 11:
if (lookahead == '\n')
SKIP(21);
if (lookahead == '\r')
SKIP(10);
END_STATE();
case 12:
if (lookahead == '\n')
SKIP(12);
if (lookahead == '#')
ADVANCE(81);
if (lookahead == '\\')
ADVANCE(81);
if (lookahead == '`')
ADVANCE(86);
if (lookahead == '{')
ADVANCE(87);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
ADVANCE(84);
if (lookahead != 0)
ADVANCE(81);
END_STATE();
case 13:
if (lookahead == '\n')
ADVANCE(99);
END_STATE();
case 14:
if (lookahead == '\n')
ADVANCE(99);
if (lookahead == '\r')
ADVANCE(13);
if (lookahead == '"' || lookahead == '\\' || lookahead == 'n' ||
lookahead == 'r' || lookahead == 't')
ADVANCE(97);
END_STATE();
case 15:
ADVANCE_MAP('"', 89, '#', 110, '$', 60, '\'', 23, '(', 52, ')', 53, '*', 61,
'+', 45, ',', 42, '-', 65, '/', 44, ':', 56, '=', 54, '@',
59, );
if (lookahead == '\\')
SKIP(2);
if (lookahead == '`')
ADVANCE(101);
if (lookahead == '{')
ADVANCE(30);
if (lookahead == '}')
ADVANCE(48);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
SKIP(15);
if (('0' <= lookahead && lookahead <= '9'))
ADVANCE(106);
if (('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z'))
ADVANCE(105);
END_STATE();
case 16:
if (lookahead == '"')
ADVANCE(17);
if (lookahead != 0 && lookahead != '\\')
ADVANCE(96);
END_STATE();
case 17:
if (lookahead == '"')
ADVANCE(93);
END_STATE();
case 18:
if (lookahead == '"')
ADVANCE(16);
if (lookahead == '#')
ADVANCE(94);
if (lookahead == '\\')
ADVANCE(7);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
ADVANCE(95);
if (lookahead != 0)
ADVANCE(96);
END_STATE();
case 19:
if (lookahead == '"')
ADVANCE(88);
if (lookahead == '#')
ADVANCE(90);
if (lookahead == '\\')
ADVANCE(14);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
ADVANCE(91);
if (lookahead != 0)
ADVANCE(92);
END_STATE();
case 20:
if (lookahead == '#')
ADVANCE(108);
if (lookahead == '-')
ADVANCE(65);
if (lookahead == '@')
ADVANCE(59);
if (lookahead == '\\')
SKIP(4);
if (lookahead == '{')
ADVANCE(30);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
SKIP(20);
END_STATE();
case 21:
if (lookahead == '#')
ADVANCE(110);
if (lookahead == '\\')
SKIP(11);
if (lookahead == '`')
ADVANCE(100);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
SKIP(21);
END_STATE();
case 22:
if (lookahead == '&')
ADVANCE(62);
END_STATE();
case 23:
if (lookahead == '\'')
ADVANCE(79);
if (lookahead != 0)
ADVANCE(25);
END_STATE();
case 24:
if (lookahead == '\'')
ADVANCE(80);
END_STATE();
case 25:
if (lookahead == '\'')
ADVANCE(78);
if (lookahead != 0)
ADVANCE(25);
END_STATE();
case 26:
if (lookahead == '/')
ADVANCE(67);
if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ')
ADVANCE(26);
END_STATE();
case 27:
if (lookahead == '=')
ADVANCE(50);
END_STATE();
case 28:
if (lookahead == '=')
ADVANCE(49);
if (lookahead == '~')
ADVANCE(51);
END_STATE();
case 29:
if (lookahead == '`')
ADVANCE(102);
END_STATE();
case 30:
if (lookahead == '{')
ADVANCE(103);
END_STATE();
case 31:
if (lookahead == '}')
ADVANCE(104);
END_STATE();
case 32:
if (eof)
ADVANCE(38);
if (lookahead == '\n')
SKIP(36);
END_STATE();
case 33:
if (eof)
ADVANCE(38);
if (lookahead == '\n')
SKIP(36);
if (lookahead == '\r')
SKIP(32);
END_STATE();
case 34:
if (eof)
ADVANCE(38);
if (lookahead == '\n')
SKIP(37);
END_STATE();
case 35:
if (eof)
ADVANCE(38);
if (lookahead == '\n')
SKIP(37);
if (lookahead == '\r')
SKIP(34);
END_STATE();
case 36:
if (eof)
ADVANCE(38);
ADVANCE_MAP('!', 27, '"', 89, '#', 108, '$', 60, '&', 22, '\'', 23, '(', 52,
')', 53, '*', 61, '+', 45, ',', 42, '-', 65, '/', 44, ':', 57,
'=', 55, '?', 40, '@', 59, '[', 41, );
if (lookahead == '\\')
SKIP(33);
if (lookahead == ']')
ADVANCE(43);
if (lookahead == '`')
ADVANCE(101);
if (lookahead == '{')
ADVANCE(47);
if (lookahead == '}')
ADVANCE(48);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
SKIP(36);
if (('0' <= lookahead && lookahead <= '9'))
ADVANCE(106);
if (('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z'))
ADVANCE(105);
END_STATE();
case 37:
if (eof)
ADVANCE(38);
ADVANCE_MAP('!', 27, '"', 89, '#', 110, '$', 60, '&', 22, '\'', 23, '(', 52,
')', 53, '*', 61, '+', 45, ',', 42, '-', 69, '/', 44, ':', 57,
'=', 28, '?', 40, '@', 58, '[', 41, );
if (lookahead == '\\')
SKIP(35);
if (lookahead == ']')
ADVANCE(43);
if (lookahead == '`')
ADVANCE(101);
if (lookahead == '{')
ADVANCE(46);
if (lookahead == '}')
ADVANCE(31);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
SKIP(37);
if (('0' <= lookahead && lookahead <= '9'))
ADVANCE(106);
if (('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z'))
ADVANCE(105);
END_STATE();
case 38:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 39:
ACCEPT_TOKEN(anon_sym_COLON_EQ);
END_STATE();
case 40:
ACCEPT_TOKEN(anon_sym_QMARK);
END_STATE();
case 41:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 42:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 43:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 44:
ACCEPT_TOKEN(anon_sym_SLASH);
END_STATE();
case 45:
ACCEPT_TOKEN(anon_sym_PLUS);
END_STATE();
case 46:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 47:
ACCEPT_TOKEN(anon_sym_LBRACE);
if (lookahead == '{')
ADVANCE(103);
END_STATE();
case 48:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 49:
ACCEPT_TOKEN(anon_sym_EQ_EQ);
END_STATE();
case 50:
ACCEPT_TOKEN(anon_sym_BANG_EQ);
END_STATE();
case 51:
ACCEPT_TOKEN(anon_sym_EQ_TILDE);
END_STATE();
case 52:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 53:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 54:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 55:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=')
ADVANCE(49);
if (lookahead == '~')
ADVANCE(51);
END_STATE();
case 56:
ACCEPT_TOKEN(anon_sym_COLON);
END_STATE();
case 57:
ACCEPT_TOKEN(anon_sym_COLON);
if (lookahead == '=')
ADVANCE(39);
END_STATE();
case 58:
ACCEPT_TOKEN(anon_sym_AT);
END_STATE();
case 59:
ACCEPT_TOKEN(anon_sym_AT);
if (lookahead == '-')
ADVANCE(63);
END_STATE();
case 60:
ACCEPT_TOKEN(anon_sym_DOLLAR);
END_STATE();
case 61:
ACCEPT_TOKEN(anon_sym_STAR);
END_STATE();
case 62:
ACCEPT_TOKEN(anon_sym_AMP_AMP);
END_STATE();
case 63:
ACCEPT_TOKEN(anon_sym_AT_DASH);
END_STATE();
case 64:
ACCEPT_TOKEN(anon_sym_DASH_AT);
END_STATE();
case 65:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '@')
ADVANCE(64);
END_STATE();
case 66:
ACCEPT_TOKEN(aux_sym_shebang_token1);
if (lookahead == '\t' || lookahead == ' ')
ADVANCE(66);
END_STATE();
case 67:
ACCEPT_TOKEN(aux_sym__shebang_with_lang_token1);
if (lookahead == '/')
ADVANCE(67);
if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ')
ADVANCE(26);
END_STATE();
case 68:
ACCEPT_TOKEN(aux_sym__shebang_with_lang_token1);
if (lookahead == '/')
ADVANCE(68);
if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ')
ADVANCE(109);
END_STATE();
case 69:
ACCEPT_TOKEN(aux_sym__shebang_with_lang_token2);
if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ')
ADVANCE(69);
END_STATE();
case 70:
ACCEPT_TOKEN(aux_sym__shebang_with_lang_token3);
if (lookahead == '\r')
ADVANCE(72);
if (lookahead != 0 && lookahead != '\n')
ADVANCE(72);
END_STATE();
case 71:
ACCEPT_TOKEN(aux_sym__shebang_with_lang_token3);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '\\')
ADVANCE(70);
if (lookahead == '\t' || (0x0b <= lookahead && lookahead <= '\r') ||
lookahead == ' ')
ADVANCE(71);
if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead))
ADVANCE(72);
END_STATE();
case 72:
ACCEPT_TOKEN(aux_sym__shebang_with_lang_token3);
if (lookahead != 0 && lookahead != '\n')
ADVANCE(72);
END_STATE();
case 73:
ACCEPT_TOKEN(sym__opaque_shebang);
if (lookahead == '\r')
ADVANCE(77);
if (lookahead == '\t' || lookahead == 0x0b || lookahead == '\f' ||
lookahead == ' ')
ADVANCE(77);
if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) &&
lookahead != '/')
ADVANCE(75);
END_STATE();
case 74:
ACCEPT_TOKEN(sym__opaque_shebang);
if (lookahead == '#')
ADVANCE(76);
if (lookahead == '\\')
ADVANCE(73);
if (lookahead == '\t' || (0x0b <= lookahead && lookahead <= '\r') ||
lookahead == ' ')
ADVANCE(74);
if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) &&
lookahead != '/')
ADVANCE(75);
END_STATE();
case 75:
ACCEPT_TOKEN(sym__opaque_shebang);
if (lookahead == '/')
ADVANCE(67);
if (lookahead == '\t' || (0x0b <= lookahead && lookahead <= '\r') ||
lookahead == ' ')
ADVANCE(77);
if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead))
ADVANCE(75);
END_STATE();
case 76:
ACCEPT_TOKEN(sym__opaque_shebang);
if (lookahead == '/')
ADVANCE(68);
if (lookahead == '\t' || (0x0b <= lookahead && lookahead <= '\r') ||
lookahead == ' ')
ADVANCE(77);
if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead))
ADVANCE(76);
END_STATE();
case 77:
ACCEPT_TOKEN(sym__opaque_shebang);
if (lookahead != 0 && lookahead != '\n' && lookahead != '/')
ADVANCE(77);
END_STATE();
case 78:
ACCEPT_TOKEN(aux_sym_string_token1);
END_STATE();
case 79:
ACCEPT_TOKEN(aux_sym_string_token1);
if (lookahead == '\'')
ADVANCE(80);
END_STATE();
case 80:
ACCEPT_TOKEN(anon_sym_SQUOTE_SQUOTE_SQUOTE);
END_STATE();
case 81:
ACCEPT_TOKEN(aux_sym__raw_string_indented_token1);
END_STATE();
case 82:
ACCEPT_TOKEN(aux_sym__raw_string_indented_token1);
if (lookahead == '#')
ADVANCE(81);
if (lookahead == '\'')
ADVANCE(85);
if (lookahead == '\\')
ADVANCE(81);
if (lookahead == '\t' || (0x0b <= lookahead && lookahead <= '\r') ||
lookahead == ' ')
ADVANCE(82);
if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead))
ADVANCE(81);
END_STATE();
case 83:
ACCEPT_TOKEN(aux_sym__raw_string_indented_token1);
if (lookahead == '#')
ADVANCE(81);
if (lookahead == '\\')
ADVANCE(81);
if (lookahead == '`')
ADVANCE(100);
if (lookahead == '{')
ADVANCE(87);
if (lookahead == '\t' || (0x0b <= lookahead && lookahead <= '\r') ||
lookahead == ' ')
ADVANCE(83);
if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead))
ADVANCE(81);
END_STATE();
case 84:
ACCEPT_TOKEN(aux_sym__raw_string_indented_token1);
if (lookahead == '#')
ADVANCE(81);
if (lookahead == '\\')
ADVANCE(81);
if (lookahead == '`')
ADVANCE(86);
if (lookahead == '{')
ADVANCE(87);
if (lookahead == '\t' || (0x0b <= lookahead && lookahead <= '\r') ||
lookahead == ' ')
ADVANCE(84);
if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead))
ADVANCE(81);
END_STATE();
case 85:
ACCEPT_TOKEN(aux_sym__raw_string_indented_token1);
if (lookahead == '\'')
ADVANCE(24);
END_STATE();
case 86:
ACCEPT_TOKEN(aux_sym__raw_string_indented_token1);
if (lookahead == '`')
ADVANCE(29);
END_STATE();
case 87:
ACCEPT_TOKEN(aux_sym__raw_string_indented_token1);
if (lookahead == '{')
ADVANCE(103);
END_STATE();
case 88:
ACCEPT_TOKEN(anon_sym_DQUOTE);
END_STATE();
case 89:
ACCEPT_TOKEN(anon_sym_DQUOTE);
if (lookahead == '"')
ADVANCE(17);
END_STATE();
case 90:
ACCEPT_TOKEN(aux_sym__string_token1);
if (lookahead == '\n')
ADVANCE(92);
if (lookahead != 0 && lookahead != '"' && lookahead != '\\')
ADVANCE(90);
END_STATE();
case 91:
ACCEPT_TOKEN(aux_sym__string_token1);
if (lookahead == '#')
ADVANCE(90);
if (lookahead == '\\')
ADVANCE(14);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
ADVANCE(91);
if (lookahead != 0 && lookahead != '"' && lookahead != '#')
ADVANCE(92);
END_STATE();
case 92:
ACCEPT_TOKEN(aux_sym__string_token1);
if (lookahead != 0 && lookahead != '"' && lookahead != '\\')
ADVANCE(92);
END_STATE();
case 93:
ACCEPT_TOKEN(anon_sym_DQUOTE_DQUOTE_DQUOTE);
END_STATE();
case 94:
ACCEPT_TOKEN(aux_sym__string_indented_token1);
if (lookahead == '\n')
ADVANCE(96);
if (lookahead != 0 && lookahead != '"' && lookahead != '\\')
ADVANCE(94);
END_STATE();
case 95:
ACCEPT_TOKEN(aux_sym__string_indented_token1);
if (lookahead == '"')
ADVANCE(16);
if (lookahead == '#')
ADVANCE(94);
if (lookahead == '\\')
ADVANCE(7);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
ADVANCE(95);
if (lookahead != 0)
ADVANCE(96);
END_STATE();
case 96:
ACCEPT_TOKEN(aux_sym__string_indented_token1);
if (lookahead != 0 && lookahead != '"' && lookahead != '\\')
ADVANCE(96);
END_STATE();
case 97:
ACCEPT_TOKEN(sym_escape_sequence);
END_STATE();
case 98:
ACCEPT_TOKEN(sym_escape_sequence);
if (lookahead == '\\')
ADVANCE(7);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
ADVANCE(95);
END_STATE();
case 99:
ACCEPT_TOKEN(sym_escape_sequence);
if (lookahead == '\\')
ADVANCE(14);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
ADVANCE(91);
END_STATE();
case 100:
ACCEPT_TOKEN(anon_sym_BQUOTE);
END_STATE();
case 101:
ACCEPT_TOKEN(anon_sym_BQUOTE);
if (lookahead == '`')
ADVANCE(29);
END_STATE();
case 102:
ACCEPT_TOKEN(anon_sym_BQUOTE_BQUOTE_BQUOTE);
END_STATE();
case 103:
ACCEPT_TOKEN(anon_sym_LBRACE_LBRACE);
END_STATE();
case 104:
ACCEPT_TOKEN(anon_sym_RBRACE_RBRACE);
END_STATE();
case 105:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(105);
END_STATE();
case 106:
ACCEPT_TOKEN(sym_numeric_error);
if (lookahead == '.')
ADVANCE(107);
if (('0' <= lookahead && lookahead <= '9'))
ADVANCE(106);
END_STATE();
case 107:
ACCEPT_TOKEN(sym_numeric_error);
if (('0' <= lookahead && lookahead <= '9'))
ADVANCE(107);
END_STATE();
case 108:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '!')
ADVANCE(66);
if (lookahead != 0 && lookahead != '\n')
ADVANCE(110);
END_STATE();
case 109:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '/')
ADVANCE(68);
if (lookahead == '\t' || (0x0b <= lookahead && lookahead <= '\r') ||
lookahead == ' ')
ADVANCE(110);
if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead))
ADVANCE(109);
END_STATE();
case 110:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 && lookahead != '\n')
ADVANCE(110);
END_STATE();
default:
return false;
}
}
static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (lookahead == '\\')
SKIP(1);
if (lookahead == 'a')
ADVANCE(2);
if (lookahead == 'e')
ADVANCE(3);
if (lookahead == 'f')
ADVANCE(4);
if (lookahead == 'i')
ADVANCE(5);
if (lookahead == 'm')
ADVANCE(6);
if (lookahead == 's')
ADVANCE(7);
if (lookahead == 't')
ADVANCE(8);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
SKIP(0);
END_STATE();
case 1:
if (lookahead == '\n')
SKIP(9);
if (lookahead == '\r')
SKIP(10);
END_STATE();
case 2:
if (lookahead == 'l')
ADVANCE(11);
END_STATE();
case 3:
if (lookahead == 'l')
ADVANCE(12);
if (lookahead == 'n')
ADVANCE(13);
if (lookahead == 'x')
ADVANCE(14);
END_STATE();
case 4:
if (lookahead == 'a')
ADVANCE(15);
END_STATE();
case 5:
if (lookahead == 'f')
ADVANCE(16);
if (lookahead == 'm')
ADVANCE(17);
END_STATE();
case 6:
if (lookahead == 'o')
ADVANCE(18);
END_STATE();
case 7:
if (lookahead == 'e')
ADVANCE(19);
if (lookahead == 'h')
ADVANCE(20);
END_STATE();
case 8:
if (lookahead == 'r')
ADVANCE(21);
END_STATE();
case 9:
if (lookahead == '\\')
SKIP(1);
if (lookahead == 'a')
ADVANCE(2);
if (lookahead == 'e')
ADVANCE(3);
if (lookahead == 'f')
ADVANCE(4);
if (lookahead == 'i')
ADVANCE(5);
if (lookahead == 'm')
ADVANCE(6);
if (lookahead == 's')
ADVANCE(7);
if (lookahead == 't')
ADVANCE(8);
if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ')
SKIP(9);
END_STATE();
case 10:
if (lookahead == '\n')
SKIP(9);
END_STATE();
case 11:
if (lookahead == 'i')
ADVANCE(22);
END_STATE();
case 12:
if (lookahead == 's')
ADVANCE(23);
END_STATE();
case 13:
if (lookahead == 'v')
ADVANCE(24);
END_STATE();
case 14:
if (lookahead == 'p')
ADVANCE(25);
END_STATE();
case 15:
if (lookahead == 'l')
ADVANCE(26);
END_STATE();
case 16:
ACCEPT_TOKEN(anon_sym_if);
END_STATE();
case 17:
if (lookahead == 'p')
ADVANCE(27);
END_STATE();
case 18:
if (lookahead == 'd')
ADVANCE(28);
END_STATE();
case 19:
if (lookahead == 't')
ADVANCE(29);
END_STATE();
case 20:
if (lookahead == 'e')
ADVANCE(30);
END_STATE();
case 21:
if (lookahead == 'u')
ADVANCE(31);
END_STATE();
case 22:
if (lookahead == 'a')
ADVANCE(32);
END_STATE();
case 23:
if (lookahead == 'e')
ADVANCE(33);
END_STATE();
case 24:
ACCEPT_TOKEN(anon_sym_env);
END_STATE();
case 25:
if (lookahead == 'o')
ADVANCE(34);
END_STATE();
case 26:
if (lookahead == 's')
ADVANCE(35);
END_STATE();
case 27:
if (lookahead == 'o')
ADVANCE(36);
END_STATE();
case 28:
ACCEPT_TOKEN(anon_sym_mod);
END_STATE();
case 29:
ACCEPT_TOKEN(anon_sym_set);
END_STATE();
case 30:
if (lookahead == 'l')
ADVANCE(37);
END_STATE();
case 31:
if (lookahead == 'e')
ADVANCE(38);
END_STATE();
case 32:
if (lookahead == 's')
ADVANCE(39);
END_STATE();
case 33:
ACCEPT_TOKEN(anon_sym_else);
END_STATE();
case 34:
if (lookahead == 'r')
ADVANCE(40);
END_STATE();
case 35:
if (lookahead == 'e')
ADVANCE(41);
END_STATE();
case 36:
if (lookahead == 'r')
ADVANCE(42);
END_STATE();
case 37:
if (lookahead == 'l')
ADVANCE(43);
END_STATE();
case 38:
ACCEPT_TOKEN(anon_sym_true);
END_STATE();
case 39:
ACCEPT_TOKEN(anon_sym_alias);
END_STATE();
case 40:
if (lookahead == 't')
ADVANCE(44);
END_STATE();
case 41:
ACCEPT_TOKEN(anon_sym_false);
END_STATE();
case 42:
if (lookahead == 't')
ADVANCE(45);
END_STATE();
case 43:
ACCEPT_TOKEN(anon_sym_shell);
END_STATE();
case 44:
ACCEPT_TOKEN(anon_sym_export);
END_STATE();
case 45:
ACCEPT_TOKEN(anon_sym_import);
END_STATE();
default:
return false;
}
}
static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0, .external_lex_state = 1},
[1] = {.lex_state = 0},
[2] = {.lex_state = 37},
[3] = {.lex_state = 37},
[4] = {.lex_state = 37},
[5] = {.lex_state = 37},
[6] = {.lex_state = 37},
[7] = {.lex_state = 37},
[8] = {.lex_state = 37},
[9] = {.lex_state = 37},
[10] = {.lex_state = 37},
[11] = {.lex_state = 37},
[12] = {.lex_state = 37},
[13] = {.lex_state = 37},
[14] = {.lex_state = 37},
[15] = {.lex_state = 37},
[16] = {.lex_state = 37},
[17] = {.lex_state = 37},
[18] = {.lex_state = 37},
[19] = {.lex_state = 37},
[20] = {.lex_state = 37},
[21] = {.lex_state = 37},
[22] = {.lex_state = 37},
[23] = {.lex_state = 37},
[24] = {.lex_state = 37},
[25] = {.lex_state = 37},
[26] = {.lex_state = 37},
[27] = {.lex_state = 37},
[28] = {.lex_state = 37},
[29] = {.lex_state = 37},
[30] = {.lex_state = 37},
[31] = {.lex_state = 37},
[32] = {.lex_state = 37},
[33] = {.lex_state = 37},
[34] = {.lex_state = 37},
[35] = {.lex_state = 37},
[36] = {.lex_state = 37},
[37] = {.lex_state = 37},
[38] = {.lex_state = 37},
[39] = {.lex_state = 37},
[40] = {.lex_state = 37},
[41] = {.lex_state = 37},
[42] = {.lex_state = 37},
[43] = {.lex_state = 37},
[44] = {.lex_state = 37},
[45] = {.lex_state = 37},
[46] = {.lex_state = 37},
[47] = {.lex_state = 37},
[48] = {.lex_state = 37},
[49] = {.lex_state = 37},
[50] = {.lex_state = 37},
[51] = {.lex_state = 37},
[52] = {.lex_state = 37},
[53] = {.lex_state = 37},
[54] = {.lex_state = 37},
[55] = {.lex_state = 37},
[56] = {.lex_state = 37},
[57] = {.lex_state = 37},
[58] = {.lex_state = 37},
[59] = {.lex_state = 37},
[60] = {.lex_state = 37},
[61] = {.lex_state = 37},
[62] = {.lex_state = 37},
[63] = {.lex_state = 37},
[64] = {.lex_state = 37},
[65] = {.lex_state = 37},
[66] = {.lex_state = 15},
[67] = {.lex_state = 15},
[68] = {.lex_state = 15},
[69] = {.lex_state = 20, .external_lex_state = 2},
[70] = {.lex_state = 37},
[71] = {.lex_state = 37},
[72] = {.lex_state = 37},
[73] = {.lex_state = 37},
[74] = {.lex_state = 37},
[75] = {.lex_state = 37},
[76] = {.lex_state = 37},
[77] = {.lex_state = 37},
[78] = {.lex_state = 37},
[79] = {.lex_state = 15, .external_lex_state = 2},
[80] = {.lex_state = 15, .external_lex_state = 2},
[81] = {.lex_state = 37},
[82] = {.lex_state = 37},
[83] = {.lex_state = 37},
[84] = {.lex_state = 15, .external_lex_state = 2},
[85] = {.lex_state = 15, .external_lex_state = 2},
[86] = {.lex_state = 37, .external_lex_state = 3},
[87] = {.lex_state = 37, .external_lex_state = 3},
[88] = {.lex_state = 37},
[89] = {.lex_state = 37},
[90] = {.lex_state = 37},
[91] = {.lex_state = 37},
[92] = {.lex_state = 37},
[93] = {.lex_state = 37},
[94] = {.lex_state = 37},
[95] = {.lex_state = 37},
[96] = {.lex_state = 37},
[97] = {.lex_state = 37},
[98] = {.lex_state = 37},
[99] = {.lex_state = 37},
[100] = {.lex_state = 37},
[101] = {.lex_state = 37},
[102] = {.lex_state = 37},
[103] = {.lex_state = 37},
[104] = {.lex_state = 37},
[105] = {.lex_state = 37},
[106] = {.lex_state = 37},
[107] = {.lex_state = 37},
[108] = {.lex_state = 37},
[109] = {.lex_state = 37},
[110] = {.lex_state = 37},
[111] = {.lex_state = 37},
[112] = {.lex_state = 37},
[113] = {.lex_state = 37},
[114] = {.lex_state = 37},
[115] = {.lex_state = 37},
[116] = {.lex_state = 37},
[117] = {.lex_state = 37},
[118] = {.lex_state = 37},
[119] = {.lex_state = 37},
[120] = {.lex_state = 37},
[121] = {.lex_state = 37},
[122] = {.lex_state = 37},
[123] = {.lex_state = 37, .external_lex_state = 4},
[124] = {.lex_state = 37, .external_lex_state = 4},
[125] = {.lex_state = 37, .external_lex_state = 4},
[126] = {.lex_state = 37, .external_lex_state = 4},
[127] = {.lex_state = 37},
[128] = {.lex_state = 37, .external_lex_state = 4},
[129] = {.lex_state = 37},
[130] = {.lex_state = 37, .external_lex_state = 4},
[131] = {.lex_state = 37},
[132] = {.lex_state = 37},
[133] = {.lex_state = 37},
[134] = {.lex_state = 15, .external_lex_state = 2},
[135] = {.lex_state = 37, .external_lex_state = 4},
[136] = {.lex_state = 37, .external_lex_state = 4},
[137] = {.lex_state = 37},
[138] = {.lex_state = 37, .external_lex_state = 4},
[139] = {.lex_state = 15},
[140] = {.lex_state = 37, .external_lex_state = 4},
[141] = {.lex_state = 37},
[142] = {.lex_state = 15},
[143] = {.lex_state = 37},
[144] = {.lex_state = 37},
[145] = {.lex_state = 37},
[146] = {.lex_state = 37, .external_lex_state = 4},
[147] = {.lex_state = 37, .external_lex_state = 4},
[148] = {.lex_state = 37},
[149] = {.lex_state = 37},
[150] = {.lex_state = 15},
[151] = {.lex_state = 5},
[152] = {.lex_state = 12},
[153] = {.lex_state = 37},
[154] = {.lex_state = 37},
[155] = {.lex_state = 37},
[156] = {.lex_state = 37, .external_lex_state = 4},
[157] = {.lex_state = 15},
[158] = {.lex_state = 5},
[159] = {.lex_state = 12},
[160] = {.lex_state = 12},
[161] = {.lex_state = 15},
[162] = {.lex_state = 5},
[163] = {.lex_state = 37},
[164] = {.lex_state = 37},
[165] = {.lex_state = 37},
[166] = {.lex_state = 37},
[167] = {.lex_state = 37},
[168] = {.lex_state = 37},
[169] = {.lex_state = 37},
[170] = {.lex_state = 5},
[171] = {.lex_state = 15, .external_lex_state = 5},
[172] = {.lex_state = 15, .external_lex_state = 5},
[173] = {.lex_state = 37},
[174] = {.lex_state = 37},
[175] = {.lex_state = 37},
[176] = {.lex_state = 37},
[177] = {.lex_state = 37},
[178] = {.lex_state = 37},
[179] = {.lex_state = 37},
[180] = {.lex_state = 37},
[181] = {.lex_state = 37},
[182] = {.lex_state = 12},
[183] = {.lex_state = 37},
[184] = {.lex_state = 12},
[185] = {.lex_state = 37},
[186] = {.lex_state = 5},
[187] = {.lex_state = 15, .external_lex_state = 5},
[188] = {.lex_state = 18},
[189] = {.lex_state = 19},
[190] = {.lex_state = 37, .external_lex_state = 4},
[191] = {.lex_state = 15},
[192] = {.lex_state = 37, .external_lex_state = 4},
[193] = {.lex_state = 37, .external_lex_state = 4},
[194] = {.lex_state = 37, .external_lex_state = 4},
[195] = {.lex_state = 37, .external_lex_state = 4},
[196] = {.lex_state = 37, .external_lex_state = 4},
[197] = {.lex_state = 19},
[198] = {.lex_state = 18},
[199] = {.lex_state = 37},
[200] = {.lex_state = 15},
[201] = {.lex_state = 37},
[202] = {.lex_state = 15},
[203] = {.lex_state = 15},
[204] = {.lex_state = 37},
[205] = {.lex_state = 15},
[206] = {.lex_state = 15},
[207] = {.lex_state = 19},
[208] = {.lex_state = 18},
[209] = {.lex_state = 19},
[210] = {.lex_state = 18},
[211] = {.lex_state = 37, .external_lex_state = 4},
[212] = {.lex_state = 37, .external_lex_state = 4},
[213] = {.lex_state = 19},
[214] = {.lex_state = 18},
[215] = {.lex_state = 19},
[216] = {.lex_state = 18},
[217] = {.lex_state = 19},
[218] = {.lex_state = 15, .external_lex_state = 6},
[219] = {.lex_state = 18},
[220] = {.lex_state = 37, .external_lex_state = 4},
[221] = {.lex_state = 12},
[222] = {.lex_state = 37},
[223] = {.lex_state = 37},
[224] = {.lex_state = 37},
[225] = {.lex_state = 37, .external_lex_state = 4},
[226] = {.lex_state = 37},
[227] = {.lex_state = 5},
[228] = {.lex_state = 37},
[229] = {.lex_state = 37, .external_lex_state = 4},
[230] = {.lex_state = 37, .external_lex_state = 4},
[231] = {.lex_state = 37},
[232] = {.lex_state = 37},
[233] = {.lex_state = 37, .external_lex_state = 4},
[234] = {.lex_state = 37, .external_lex_state = 4},
[235] = {.lex_state = 37, .external_lex_state = 4},
[236] = {.lex_state = 37, .external_lex_state = 4},
[237] = {.lex_state = 37},
[238] = {.lex_state = 37, .external_lex_state = 4},
[239] = {.lex_state = 37, .external_lex_state = 4},
[240] = {.lex_state = 37, .external_lex_state = 4},
[241] = {.lex_state = 37},
[242] = {.lex_state = 37, .external_lex_state = 4},
[243] = {.lex_state = 37, .external_lex_state = 4},
[244] = {.lex_state = 8},
[245] = {.lex_state = 37},
[246] = {.lex_state = 37, .external_lex_state = 4},
[247] = {.lex_state = 9},
[248] = {.lex_state = 37, .external_lex_state = 4},
[249] = {.lex_state = 37},
[250] = {.lex_state = 37},
[251] = {.lex_state = 37},
[252] = {.lex_state = 37},
[253] = {.lex_state = 37, .external_lex_state = 4},
[254] = {.lex_state = 15},
[255] = {.lex_state = 15},
[256] = {.lex_state = 15},
[257] = {.lex_state = 15},
[258] = {.lex_state = 15},
[259] = {.lex_state = 15},
[260] = {.lex_state = 15},
[261] = {.lex_state = 37, .external_lex_state = 4},
[262] = {.lex_state = 15},
[263] = {.lex_state = 15},
[264] = {.lex_state = 15},
[265] = {.lex_state = 15},
[266] = {.lex_state = 15},
[267] = {.lex_state = 37, .external_lex_state = 4},
[268] = {.lex_state = 15},
[269] = {.lex_state = 37, .external_lex_state = 4},
[270] = {.lex_state = 15, .external_lex_state = 5},
[271] = {.lex_state = 15},
[272] = {.lex_state = 15},
[273] = {.lex_state = 15},
[274] = {.lex_state = 37},
[275] = {.lex_state = 37},
[276] = {.lex_state = 15},
[277] = {.lex_state = 9},
[278] = {.lex_state = 9},
[279] = {.lex_state = 37, .external_lex_state = 4},
[280] = {.lex_state = 37},
[281] = {.lex_state = 9},
[282] = {.lex_state = 9},
[283] = {.lex_state = 37},
[284] = {.lex_state = 37},
[285] = {.lex_state = 9},
[286] = {.lex_state = 15},
[287] = {.lex_state = 37},
[288] = {.lex_state = 37},
[289] = {.lex_state = 37, .external_lex_state = 4},
[290] = {.lex_state = 9},
[291] = {.lex_state = 37},
[292] = {.lex_state = 37},
[293] = {.lex_state = 37},
[294] = {.lex_state = 37},
[295] = {.lex_state = 37},
[296] = {.lex_state = 37},
[297] = {.lex_state = 37},
[298] = {.lex_state = 37},
[299] = {.lex_state = 37},
[300] = {.lex_state = 37},
[301] = {.lex_state = 37},
[302] = {.lex_state = 37},
[303] = {.lex_state = 37},
[304] = {.lex_state = 15},
[305] = {.lex_state = 15},
[306] = {.lex_state = 37},
[307] = {.lex_state = 37},
[308] = {.lex_state = 37, .external_lex_state = 4},
[309] = {.lex_state = 37},
[310] = {.lex_state = 37},
[311] = {.lex_state = 37},
[312] = {.lex_state = 15, .external_lex_state = 6},
[313] = {.lex_state = 37},
[314] = {.lex_state = 37},
[315] = {.lex_state = 37},
[316] = {.lex_state = 71},
[317] = {.lex_state = 37, .external_lex_state = 4},
[318] = {.lex_state = 37},
[319] = {.lex_state = 37, .external_lex_state = 4},
[320] = {.lex_state = 37},
[321] = {.lex_state = 71},
[322] = {.lex_state = 37, .external_lex_state = 4},
[323] = {.lex_state = 15},
[324] = {.lex_state = 37, .external_lex_state = 4},
[325] = {.lex_state = 37, .external_lex_state = 4},
[326] = {.lex_state = 37},
[327] = {.lex_state = 37, .external_lex_state = 4},
[328] = {.lex_state = 37},
[329] = {.lex_state = 37},
[330] = {.lex_state = 37, .external_lex_state = 4},
[331] = {.lex_state = 37},
[332] = {.lex_state = 37},
[333] = {.lex_state = 37},
[334] = {.lex_state = 37, .external_lex_state = 4},
[335] = {.lex_state = 37, .external_lex_state = 4},
[336] = {.lex_state = 37},
[337] = {.lex_state = 37, .external_lex_state = 4},
[338] = {.lex_state = 37, .external_lex_state = 4},
[339] = {.lex_state = 37, .external_lex_state = 4},
[340] = {.lex_state = 37, .external_lex_state = 4},
[341] = {.lex_state = 71},
[342] = {.lex_state = 37, .external_lex_state = 4},
[343] = {.lex_state = 37, .external_lex_state = 4},
[344] = {.lex_state = 37},
[345] = {.lex_state = 37, .external_lex_state = 4},
[346] = {.lex_state = 21},
[347] = {.lex_state = 37},
[348] = {.lex_state = 37},
[349] = {.lex_state = 37},
[350] = {.lex_state = 37},
[351] = {.lex_state = 37},
[352] = {.lex_state = 37, .external_lex_state = 4},
[353] = {.lex_state = 37},
[354] = {.lex_state = 37, .external_lex_state = 4},
[355] = {.lex_state = 37},
[356] = {.lex_state = 37, .external_lex_state = 4},
[357] = {.lex_state = 37},
[358] = {.lex_state = 37},
[359] = {.lex_state = 37},
[360] = {.lex_state = 37, .external_lex_state = 4},
[361] = {.lex_state = 37},
[362] = {.lex_state = 21},
[363] = {.lex_state = 37},
[364] = {.lex_state = 37, .external_lex_state = 4},
[365] = {.lex_state = 37},
[366] = {.lex_state = 37},
[367] = {.lex_state = 15},
[368] = {.lex_state = 37, .external_lex_state = 4},
[369] = {.lex_state = 37, .external_lex_state = 4},
[370] = {.lex_state = 37, .external_lex_state = 4},
[371] = {.lex_state = 37},
[372] = {.lex_state = 37},
[373] = {.lex_state = 37},
[374] = {.lex_state = 37, .external_lex_state = 4},
[375] = {.lex_state = 37},
[376] = {.lex_state = 37, .external_lex_state = 4},
[377] = {.lex_state = 37},
[378] = {.lex_state = 37, .external_lex_state = 4},
[379] = {.lex_state = 37, .external_lex_state = 4},
[380] = {.lex_state = 37, .external_lex_state = 4},
[381] = {.lex_state = 37},
[382] = {.lex_state = 37},
[383] = {.lex_state = 21},
[384] = {.lex_state = 37},
[385] = {.lex_state = 37, .external_lex_state = 4},
[386] = {.lex_state = 37},
[387] = {.lex_state = 37},
[388] = {.lex_state = 15},
[389] = {.lex_state = 37, .external_lex_state = 4},
[390] = {.lex_state = 37, .external_lex_state = 4},
[391] = {.lex_state = 37},
[392] = {.lex_state = 37, .external_lex_state = 4},
[393] = {.lex_state = 37, .external_lex_state = 4},
[394] = {.lex_state = 37},
[395] = {.lex_state = 37},
[396] = {.lex_state = 37},
[397] = {.lex_state = 37},
[398] = {.lex_state = 37, .external_lex_state = 4},
[399] = {.lex_state = 37},
[400] = {.lex_state = 37, .external_lex_state = 4},
[401] = {.lex_state = 37, .external_lex_state = 4},
[402] = {.lex_state = 37, .external_lex_state = 4},
[403] = {.lex_state = 37},
[404] = {.lex_state = 37},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[STATE(0)] =
{
[ts_builtin_sym_end] = ACTIONS(1),
[sym_identifier] = ACTIONS(1),
[anon_sym_alias] = ACTIONS(1),
[anon_sym_COLON_EQ] = ACTIONS(1),
[anon_sym_export] = ACTIONS(1),
[anon_sym_import] = ACTIONS(1),
[anon_sym_QMARK] = ACTIONS(1),
[anon_sym_mod] = ACTIONS(1),
[anon_sym_set] = ACTIONS(1),
[anon_sym_LBRACK] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_RBRACK] = ACTIONS(1),
[anon_sym_shell] = ACTIONS(1),
[anon_sym_true] = ACTIONS(1),
[anon_sym_false] = ACTIONS(1),
[anon_sym_SLASH] = ACTIONS(1),
[anon_sym_PLUS] = ACTIONS(1),
[anon_sym_if] = ACTIONS(1),
[anon_sym_else] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[anon_sym_EQ_EQ] = ACTIONS(1),
[anon_sym_BANG_EQ] = ACTIONS(1),
[anon_sym_EQ_TILDE] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
[anon_sym_AT] = ACTIONS(1),
[anon_sym_DOLLAR] = ACTIONS(1),
[anon_sym_STAR] = ACTIONS(1),
[anon_sym_AMP_AMP] = ACTIONS(1),
[anon_sym_AT_DASH] = ACTIONS(1),
[anon_sym_DASH_AT] = ACTIONS(1),
[anon_sym_DASH] = ACTIONS(1),
[aux_sym_shebang_token1] = ACTIONS(1),
[anon_sym_env] = ACTIONS(1),
[aux_sym_string_token1] = ACTIONS(1),
[anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1),
[anon_sym_DQUOTE] = ACTIONS(1),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1),
[anon_sym_BQUOTE] = ACTIONS(1),
[anon_sym_BQUOTE_BQUOTE_BQUOTE] = ACTIONS(1),
[anon_sym_LBRACE_LBRACE] = ACTIONS(1),
[sym_numeric_error] = ACTIONS(1),
[sym_comment] = ACTIONS(3),
[sym__indent] = ACTIONS(1),
[sym__dedent] = ACTIONS(1),
[sym__newline] = ACTIONS(1),
[sym_text] = ACTIONS(1),
[sym_error_recovery] = ACTIONS(1),
},
[STATE(1)] =
{
[sym_source_file] = STATE(357),
[sym__item] = STATE(26),
[sym_alias] = STATE(26),
[sym_assignment] = STATE(26),
[sym_export] = STATE(26),
[sym_import] = STATE(26),
[sym_module] = STATE(26),
[sym_setting] = STATE(26),
[sym_attribute] = STATE(127),
[sym_recipe] = STATE(26),
[sym_recipe_header] = STATE(327),
[sym_shebang] = STATE(330),
[aux_sym_source_file_repeat1] = STATE(26),
[aux_sym_alias_repeat1] = STATE(127),
[ts_builtin_sym_end] = ACTIONS(5),
[sym_identifier] = ACTIONS(7),
[anon_sym_alias] = ACTIONS(9),
[anon_sym_export] = ACTIONS(11),
[anon_sym_import] = ACTIONS(13),
[anon_sym_mod] = ACTIONS(15),
[anon_sym_set] = ACTIONS(17),
[anon_sym_LBRACK] = ACTIONS(19),
[anon_sym_AT] = ACTIONS(21),
[aux_sym_shebang_token1] = ACTIONS(23),
[sym_comment] = ACTIONS(3),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(27),
8,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
aux_sym_string_token1,
anon_sym_DQUOTE,
sym_identifier,
ACTIONS(25),
16,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_AT,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_RBRACE_RBRACE,
[32] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(33),
8,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
aux_sym_string_token1,
anon_sym_DQUOTE,
sym_identifier,
ACTIONS(31),
16,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_AT,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_RBRACE_RBRACE,
[64] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(37),
8,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
aux_sym_string_token1,
anon_sym_DQUOTE,
sym_identifier,
ACTIONS(35),
16,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_AT,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_RBRACE_RBRACE,
[96] = 7,
ACTIONS(29),
1,
sym_comment,
ACTIONS(43),
1,
anon_sym_else,
STATE(6),
1,
aux_sym_if_expression_repeat1,
STATE(39),
1,
sym_else_if_clause,
STATE(51),
1,
sym_else_clause,
ACTIONS(39),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(41),
14,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[135] = 7,
ACTIONS(29),
1,
sym_comment,
ACTIONS(43),
1,
anon_sym_else,
STATE(20),
1,
aux_sym_if_expression_repeat1,
STATE(39),
1,
sym_else_if_clause,
STATE(49),
1,
sym_else_clause,
ACTIONS(45),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(47),
14,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[174] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(49),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(51),
17,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_DOLLAR,
anon_sym_STAR,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[204] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(53),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(55),
17,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_DOLLAR,
anon_sym_STAR,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[234] = 19,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(65),
1,
anon_sym_RPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(94),
1,
sym__expression_inner,
STATE(283),
1,
sym_expression,
STATE(394),
1,
sym_sequence,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[296] = 18,
ACTIONS(29),
1,
sym_comment,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
ACTIONS(81),
1,
sym_identifier,
ACTIONS(83),
1,
anon_sym_SLASH,
ACTIONS(85),
1,
anon_sym_RPAREN,
ACTIONS(87),
1,
aux_sym_string_token1,
ACTIONS(89),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(91),
1,
anon_sym_DQUOTE,
ACTIONS(93),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(83),
1,
sym__expression_inner,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(12),
2,
sym_expression,
aux_sym_dependency_expression_repeat1,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[356] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(95),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(97),
17,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_DOLLAR,
anon_sym_STAR,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[386] = 18,
ACTIONS(29),
1,
sym_comment,
ACTIONS(99),
1,
sym_identifier,
ACTIONS(102),
1,
anon_sym_SLASH,
ACTIONS(105),
1,
anon_sym_if,
ACTIONS(108),
1,
anon_sym_LPAREN,
ACTIONS(111),
1,
anon_sym_RPAREN,
ACTIONS(113),
1,
aux_sym_string_token1,
ACTIONS(116),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(119),
1,
anon_sym_DQUOTE,
ACTIONS(122),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(125),
1,
anon_sym_BQUOTE,
ACTIONS(128),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(131),
1,
sym_numeric_error,
STATE(83),
1,
sym__expression_inner,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(12),
2,
sym_expression,
aux_sym_dependency_expression_repeat1,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[446] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(134),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(136),
17,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_DOLLAR,
anon_sym_STAR,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[476] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(138),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(140),
17,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_DOLLAR,
anon_sym_STAR,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[506] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(142),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(144),
17,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_DOLLAR,
anon_sym_STAR,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[536] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(146),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(148),
17,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_DOLLAR,
anon_sym_STAR,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[566] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(150),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(152),
17,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_DOLLAR,
anon_sym_STAR,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[596] = 18,
ACTIONS(29),
1,
sym_comment,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
ACTIONS(81),
1,
sym_identifier,
ACTIONS(83),
1,
anon_sym_SLASH,
ACTIONS(87),
1,
aux_sym_string_token1,
ACTIONS(89),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(91),
1,
anon_sym_DQUOTE,
ACTIONS(93),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(154),
1,
anon_sym_RPAREN,
STATE(83),
1,
sym__expression_inner,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(10),
2,
sym_expression,
aux_sym_dependency_expression_repeat1,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[656] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(156),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(158),
17,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_DOLLAR,
anon_sym_STAR,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[686] = 6,
ACTIONS(29),
1,
sym_comment,
ACTIONS(164),
1,
anon_sym_else,
STATE(20),
1,
aux_sym_if_expression_repeat1,
STATE(39),
1,
sym_else_if_clause,
ACTIONS(160),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(162),
14,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[722] = 19,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
ACTIONS(167),
1,
anon_sym_RPAREN,
STATE(94),
1,
sym__expression_inner,
STATE(283),
1,
sym_expression,
STATE(366),
1,
sym_sequence,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[784] = 19,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
ACTIONS(169),
1,
anon_sym_RPAREN,
STATE(94),
1,
sym__expression_inner,
STATE(283),
1,
sym_expression,
STATE(387),
1,
sym_sequence,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[846] = 13,
ACTIONS(7),
1,
sym_identifier,
ACTIONS(9),
1,
anon_sym_alias,
ACTIONS(11),
1,
anon_sym_export,
ACTIONS(13),
1,
anon_sym_import,
ACTIONS(15),
1,
anon_sym_mod,
ACTIONS(17),
1,
anon_sym_set,
ACTIONS(19),
1,
anon_sym_LBRACK,
ACTIONS(21),
1,
anon_sym_AT,
ACTIONS(29),
1,
sym_comment,
ACTIONS(171),
1,
ts_builtin_sym_end,
STATE(327),
1,
sym_recipe_header,
STATE(127),
2,
sym_attribute,
aux_sym_alias_repeat1,
STATE(29),
9,
sym__item,
sym_alias,
sym_assignment,
sym_export,
sym_import,
sym_module,
sym_setting,
sym_recipe,
aux_sym_source_file_repeat1,
[895] = 18,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(94),
1,
sym__expression_inner,
STATE(201),
1,
sym_expression,
STATE(303),
1,
sym_condition,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[954] = 18,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(94),
1,
sym__expression_inner,
STATE(223),
1,
sym_string,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(11),
2,
sym_function_call,
sym_external_command,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(318),
2,
sym_expression,
sym_regex_literal,
[1013] = 13,
ACTIONS(7),
1,
sym_identifier,
ACTIONS(9),
1,
anon_sym_alias,
ACTIONS(11),
1,
anon_sym_export,
ACTIONS(13),
1,
anon_sym_import,
ACTIONS(15),
1,
anon_sym_mod,
ACTIONS(17),
1,
anon_sym_set,
ACTIONS(19),
1,
anon_sym_LBRACK,
ACTIONS(21),
1,
anon_sym_AT,
ACTIONS(29),
1,
sym_comment,
ACTIONS(173),
1,
ts_builtin_sym_end,
STATE(327),
1,
sym_recipe_header,
STATE(127),
2,
sym_attribute,
aux_sym_alias_repeat1,
STATE(28),
9,
sym__item,
sym_alias,
sym_assignment,
sym_export,
sym_import,
sym_module,
sym_setting,
sym_recipe,
aux_sym_source_file_repeat1,
[1062] = 18,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(94),
1,
sym__expression_inner,
STATE(201),
1,
sym_expression,
STATE(299),
1,
sym_condition,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[1121] = 13,
ACTIONS(29),
1,
sym_comment,
ACTIONS(175),
1,
ts_builtin_sym_end,
ACTIONS(177),
1,
sym_identifier,
ACTIONS(180),
1,
anon_sym_alias,
ACTIONS(183),
1,
anon_sym_export,
ACTIONS(186),
1,
anon_sym_import,
ACTIONS(189),
1,
anon_sym_mod,
ACTIONS(192),
1,
anon_sym_set,
ACTIONS(195),
1,
anon_sym_LBRACK,
ACTIONS(198),
1,
anon_sym_AT,
STATE(327),
1,
sym_recipe_header,
STATE(127),
2,
sym_attribute,
aux_sym_alias_repeat1,
STATE(28),
9,
sym__item,
sym_alias,
sym_assignment,
sym_export,
sym_import,
sym_module,
sym_setting,
sym_recipe,
aux_sym_source_file_repeat1,
[1170] = 13,
ACTIONS(7),
1,
sym_identifier,
ACTIONS(9),
1,
anon_sym_alias,
ACTIONS(11),
1,
anon_sym_export,
ACTIONS(13),
1,
anon_sym_import,
ACTIONS(15),
1,
anon_sym_mod,
ACTIONS(17),
1,
anon_sym_set,
ACTIONS(19),
1,
anon_sym_LBRACK,
ACTIONS(21),
1,
anon_sym_AT,
ACTIONS(29),
1,
sym_comment,
ACTIONS(201),
1,
ts_builtin_sym_end,
STATE(327),
1,
sym_recipe_header,
STATE(127),
2,
sym_attribute,
aux_sym_alias_repeat1,
STATE(28),
9,
sym__item,
sym_alias,
sym_assignment,
sym_export,
sym_import,
sym_module,
sym_setting,
sym_recipe,
aux_sym_source_file_repeat1,
[1219] = 18,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(94),
1,
sym__expression_inner,
STATE(201),
1,
sym_expression,
STATE(306),
1,
sym_condition,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[1278] = 18,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(94),
1,
sym__expression_inner,
STATE(201),
1,
sym_expression,
STATE(307),
1,
sym_condition,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[1337] = 18,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(94),
1,
sym__expression_inner,
STATE(201),
1,
sym_expression,
STATE(313),
1,
sym_condition,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[1396] = 18,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(94),
1,
sym__expression_inner,
STATE(201),
1,
sym_expression,
STATE(314),
1,
sym_condition,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[1455] = 17,
ACTIONS(29),
1,
sym_comment,
ACTIONS(203),
1,
sym_identifier,
ACTIONS(205),
1,
anon_sym_SLASH,
ACTIONS(207),
1,
anon_sym_if,
ACTIONS(209),
1,
anon_sym_LPAREN,
ACTIONS(211),
1,
aux_sym_string_token1,
ACTIONS(213),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(215),
1,
anon_sym_DQUOTE,
ACTIONS(217),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(219),
1,
anon_sym_BQUOTE,
ACTIONS(221),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(223),
1,
sym_numeric_error,
STATE(238),
1,
sym__expression_inner,
STATE(325),
1,
sym_expression,
STATE(239),
2,
sym_if_expression,
sym_value,
STATE(240),
2,
sym__backticked,
sym__indented_backticked,
STATE(234),
3,
sym_function_call,
sym_external_command,
sym_string,
[1511] = 17,
ACTIONS(29),
1,
sym_comment,
ACTIONS(87),
1,
aux_sym_string_token1,
ACTIONS(89),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(91),
1,
anon_sym_DQUOTE,
ACTIONS(93),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(225),
1,
sym_identifier,
ACTIONS(227),
1,
anon_sym_SLASH,
ACTIONS(229),
1,
anon_sym_if,
ACTIONS(231),
1,
anon_sym_LPAREN,
ACTIONS(233),
1,
anon_sym_BQUOTE,
ACTIONS(235),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(237),
1,
sym_numeric_error,
STATE(255),
1,
sym__expression_inner,
STATE(388),
1,
sym_expression,
STATE(256),
2,
sym_if_expression,
sym_value,
STATE(257),
2,
sym__backticked,
sym__indented_backticked,
STATE(254),
3,
sym_function_call,
sym_external_command,
sym_string,
[1567] = 17,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(94),
1,
sym__expression_inner,
STATE(347),
1,
sym_expression,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[1623] = 17,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(94),
1,
sym__expression_inner,
STATE(318),
1,
sym_expression,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[1679] = 17,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(94),
1,
sym__expression_inner,
STATE(333),
1,
sym_expression,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[1735] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(239),
6,
anon_sym_if,
anon_sym_else,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(241),
14,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[1763] = 17,
ACTIONS(29),
1,
sym_comment,
ACTIONS(87),
1,
aux_sym_string_token1,
ACTIONS(89),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(91),
1,
anon_sym_DQUOTE,
ACTIONS(93),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(225),
1,
sym_identifier,
ACTIONS(227),
1,
anon_sym_SLASH,
ACTIONS(229),
1,
anon_sym_if,
ACTIONS(231),
1,
anon_sym_LPAREN,
ACTIONS(233),
1,
anon_sym_BQUOTE,
ACTIONS(235),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(237),
1,
sym_numeric_error,
STATE(255),
1,
sym__expression_inner,
STATE(323),
1,
sym_expression,
STATE(256),
2,
sym_if_expression,
sym_value,
STATE(257),
2,
sym__backticked,
sym__indented_backticked,
STATE(254),
3,
sym_function_call,
sym_external_command,
sym_string,
[1819] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(243),
6,
anon_sym_if,
anon_sym_else,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(245),
14,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[1847] = 17,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(94),
1,
sym__expression_inner,
STATE(298),
1,
sym_expression,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[1903] = 17,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(94),
1,
sym__expression_inner,
STATE(361),
1,
sym_expression,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[1959] = 17,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(94),
1,
sym__expression_inner,
STATE(365),
1,
sym_expression,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[2015] = 17,
ACTIONS(29),
1,
sym_comment,
ACTIONS(87),
1,
aux_sym_string_token1,
ACTIONS(89),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(91),
1,
anon_sym_DQUOTE,
ACTIONS(93),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(225),
1,
sym_identifier,
ACTIONS(227),
1,
anon_sym_SLASH,
ACTIONS(229),
1,
anon_sym_if,
ACTIONS(231),
1,
anon_sym_LPAREN,
ACTIONS(233),
1,
anon_sym_BQUOTE,
ACTIONS(235),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(237),
1,
sym_numeric_error,
STATE(255),
1,
sym__expression_inner,
STATE(367),
1,
sym_expression,
STATE(256),
2,
sym_if_expression,
sym_value,
STATE(257),
2,
sym__backticked,
sym__indented_backticked,
STATE(254),
3,
sym_function_call,
sym_external_command,
sym_string,
[2071] = 17,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(94),
1,
sym__expression_inner,
STATE(382),
1,
sym_expression,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[2127] = 17,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(59),
1,
anon_sym_SLASH,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(94),
1,
sym__expression_inner,
STATE(386),
1,
sym_expression,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[2183] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(247),
6,
anon_sym_if,
anon_sym_else,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(249),
14,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[2211] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(251),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(253),
14,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[2238] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(255),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(257),
14,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[2265] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(259),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(261),
14,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[2292] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(263),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(265),
14,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[2319] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(267),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(269),
14,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_RBRACE_RBRACE,
sym_numeric_error,
[2346] = 15,
ACTIONS(29),
1,
sym_comment,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
ACTIONS(81),
1,
sym_identifier,
ACTIONS(87),
1,
aux_sym_string_token1,
ACTIONS(89),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(91),
1,
anon_sym_DQUOTE,
ACTIONS(93),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(82),
1,
sym__expression_inner,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[2396] = 15,
ACTIONS(29),
1,
sym_comment,
ACTIONS(203),
1,
sym_identifier,
ACTIONS(207),
1,
anon_sym_if,
ACTIONS(209),
1,
anon_sym_LPAREN,
ACTIONS(211),
1,
aux_sym_string_token1,
ACTIONS(213),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(215),
1,
anon_sym_DQUOTE,
ACTIONS(217),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(219),
1,
anon_sym_BQUOTE,
ACTIONS(221),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(223),
1,
sym_numeric_error,
STATE(233),
1,
sym__expression_inner,
STATE(239),
2,
sym_if_expression,
sym_value,
STATE(240),
2,
sym__backticked,
sym__indented_backticked,
STATE(234),
3,
sym_function_call,
sym_external_command,
sym_string,
[2446] = 15,
ACTIONS(29),
1,
sym_comment,
ACTIONS(87),
1,
aux_sym_string_token1,
ACTIONS(89),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(91),
1,
anon_sym_DQUOTE,
ACTIONS(93),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(225),
1,
sym_identifier,
ACTIONS(229),
1,
anon_sym_if,
ACTIONS(231),
1,
anon_sym_LPAREN,
ACTIONS(233),
1,
anon_sym_BQUOTE,
ACTIONS(235),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(237),
1,
sym_numeric_error,
STATE(276),
1,
sym__expression_inner,
STATE(256),
2,
sym_if_expression,
sym_value,
STATE(257),
2,
sym__backticked,
sym__indented_backticked,
STATE(254),
3,
sym_function_call,
sym_external_command,
sym_string,
[2496] = 15,
ACTIONS(29),
1,
sym_comment,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
ACTIONS(81),
1,
sym_identifier,
ACTIONS(87),
1,
aux_sym_string_token1,
ACTIONS(89),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(91),
1,
anon_sym_DQUOTE,
ACTIONS(93),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(52),
1,
sym__expression_inner,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[2546] = 15,
ACTIONS(29),
1,
sym_comment,
ACTIONS(87),
1,
aux_sym_string_token1,
ACTIONS(89),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(91),
1,
anon_sym_DQUOTE,
ACTIONS(93),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(225),
1,
sym_identifier,
ACTIONS(229),
1,
anon_sym_if,
ACTIONS(231),
1,
anon_sym_LPAREN,
ACTIONS(233),
1,
anon_sym_BQUOTE,
ACTIONS(235),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(237),
1,
sym_numeric_error,
STATE(266),
1,
sym__expression_inner,
STATE(256),
2,
sym_if_expression,
sym_value,
STATE(257),
2,
sym__backticked,
sym__indented_backticked,
STATE(254),
3,
sym_function_call,
sym_external_command,
sym_string,
[2596] = 15,
ACTIONS(29),
1,
sym_comment,
ACTIONS(87),
1,
aux_sym_string_token1,
ACTIONS(89),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(91),
1,
anon_sym_DQUOTE,
ACTIONS(93),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(225),
1,
sym_identifier,
ACTIONS(229),
1,
anon_sym_if,
ACTIONS(231),
1,
anon_sym_LPAREN,
ACTIONS(233),
1,
anon_sym_BQUOTE,
ACTIONS(235),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(237),
1,
sym_numeric_error,
STATE(258),
1,
sym__expression_inner,
STATE(256),
2,
sym_if_expression,
sym_value,
STATE(257),
2,
sym__backticked,
sym__indented_backticked,
STATE(254),
3,
sym_function_call,
sym_external_command,
sym_string,
[2646] = 15,
ACTIONS(29),
1,
sym_comment,
ACTIONS(203),
1,
sym_identifier,
ACTIONS(207),
1,
anon_sym_if,
ACTIONS(209),
1,
anon_sym_LPAREN,
ACTIONS(211),
1,
aux_sym_string_token1,
ACTIONS(213),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(215),
1,
anon_sym_DQUOTE,
ACTIONS(217),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(219),
1,
anon_sym_BQUOTE,
ACTIONS(221),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(223),
1,
sym_numeric_error,
STATE(261),
1,
sym__expression_inner,
STATE(239),
2,
sym_if_expression,
sym_value,
STATE(240),
2,
sym__backticked,
sym__indented_backticked,
STATE(234),
3,
sym_function_call,
sym_external_command,
sym_string,
[2696] = 15,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(52),
1,
sym__expression_inner,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[2746] = 15,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(96),
1,
sym__expression_inner,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[2796] = 15,
ACTIONS(29),
1,
sym_comment,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
ACTIONS(81),
1,
sym_identifier,
ACTIONS(87),
1,
aux_sym_string_token1,
ACTIONS(89),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(91),
1,
anon_sym_DQUOTE,
ACTIONS(93),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(78),
1,
sym__expression_inner,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[2846] = 15,
ACTIONS(29),
1,
sym_comment,
ACTIONS(57),
1,
sym_identifier,
ACTIONS(61),
1,
anon_sym_if,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
STATE(102),
1,
sym__expression_inner,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(53),
2,
sym_if_expression,
sym_value,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[2896] = 15,
ACTIONS(29),
1,
sym_comment,
ACTIONS(203),
1,
sym_identifier,
ACTIONS(207),
1,
anon_sym_if,
ACTIONS(209),
1,
anon_sym_LPAREN,
ACTIONS(211),
1,
aux_sym_string_token1,
ACTIONS(213),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(215),
1,
anon_sym_DQUOTE,
ACTIONS(217),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(219),
1,
anon_sym_BQUOTE,
ACTIONS(221),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(223),
1,
sym_numeric_error,
STATE(230),
1,
sym__expression_inner,
STATE(239),
2,
sym_if_expression,
sym_value,
STATE(240),
2,
sym__backticked,
sym__indented_backticked,
STATE(234),
3,
sym_function_call,
sym_external_command,
sym_string,
[2946] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(33),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(31),
12,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_DOLLAR,
anon_sym_STAR,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
sym_numeric_error,
[2971] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(27),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(25),
12,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_DOLLAR,
anon_sym_STAR,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
sym_numeric_error,
[2996] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(37),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(35),
12,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_DOLLAR,
anon_sym_STAR,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
sym_numeric_error,
[3021] = 13,
ACTIONS(3),
1,
sym_comment,
ACTIONS(23),
1,
aux_sym_shebang_token1,
ACTIONS(275),
1,
anon_sym_LBRACE_LBRACE,
ACTIONS(277),
1,
sym__dedent,
ACTIONS(279),
1,
sym__newline,
ACTIONS(281),
1,
sym_text,
STATE(84),
1,
aux_sym_recipe_body_repeat1,
STATE(218),
1,
sym_recipe_line_prefix,
STATE(385),
1,
sym_recipe_line,
STATE(393),
1,
sym_shebang,
ACTIONS(271),
2,
anon_sym_AT,
anon_sym_DASH,
ACTIONS(273),
2,
anon_sym_AT_DASH,
anon_sym_DASH_AT,
STATE(187),
2,
sym_interpolation,
aux_sym_recipe_line_repeat1,
[3064] = 13,
ACTIONS(29),
1,
sym_comment,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
ACTIONS(283),
1,
sym_identifier,
STATE(164),
1,
sym_value,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[3107] = 13,
ACTIONS(29),
1,
sym_comment,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
ACTIONS(87),
1,
aux_sym_string_token1,
ACTIONS(89),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(91),
1,
anon_sym_DQUOTE,
ACTIONS(93),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(283),
1,
sym_identifier,
STATE(183),
1,
sym_value,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[3150] = 13,
ACTIONS(29),
1,
sym_comment,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
ACTIONS(87),
1,
aux_sym_string_token1,
ACTIONS(89),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(91),
1,
anon_sym_DQUOTE,
ACTIONS(93),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(283),
1,
sym_identifier,
STATE(164),
1,
sym_value,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[3193] = 13,
ACTIONS(29),
1,
sym_comment,
ACTIONS(63),
1,
anon_sym_LPAREN,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(75),
1,
anon_sym_BQUOTE,
ACTIONS(77),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(79),
1,
sym_numeric_error,
ACTIONS(283),
1,
sym_identifier,
STATE(183),
1,
sym_value,
STATE(7),
2,
sym__backticked,
sym__indented_backticked,
STATE(11),
3,
sym_function_call,
sym_external_command,
sym_string,
[3236] = 15,
ACTIONS(29),
1,
sym_comment,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(285),
1,
sym_identifier,
ACTIONS(287),
1,
anon_sym_QMARK,
ACTIONS(291),
1,
anon_sym_COLON,
ACTIONS(293),
1,
anon_sym_DOLLAR,
STATE(117),
1,
sym_string,
STATE(141),
1,
aux_sym_parameters_repeat1,
STATE(169),
1,
sym_parameter,
STATE(329),
1,
sym_parameters,
STATE(349),
1,
sym_variadic_parameter,
ACTIONS(289),
2,
anon_sym_PLUS,
anon_sym_STAR,
[3283] = 8,
ACTIONS(29),
1,
sym_comment,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(122),
1,
sym_string,
ACTIONS(295),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(297),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[3315] = 8,
ACTIONS(29),
1,
sym_comment,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(109),
1,
sym_string,
ACTIONS(299),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(301),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[3347] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(303),
1,
anon_sym_LPAREN,
ACTIONS(97),
13,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_DOLLAR,
anon_sym_STAR,
anon_sym_RBRACE_RBRACE,
sym_identifier,
[3369] = 5,
ACTIONS(29),
1,
sym_comment,
ACTIONS(307),
1,
anon_sym_SLASH,
ACTIONS(309),
1,
anon_sym_PLUS,
ACTIONS(305),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(311),
6,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
sym_numeric_error,
[3394] = 11,
ACTIONS(29),
1,
sym_comment,
ACTIONS(319),
1,
anon_sym_LBRACE_LBRACE,
ACTIONS(322),
1,
sym__dedent,
ACTIONS(324),
1,
sym__newline,
ACTIONS(327),
1,
sym_text,
STATE(79),
1,
aux_sym_recipe_body_repeat1,
STATE(218),
1,
sym_recipe_line_prefix,
STATE(385),
1,
sym_recipe_line,
ACTIONS(313),
2,
anon_sym_AT,
anon_sym_DASH,
ACTIONS(316),
2,
anon_sym_AT_DASH,
anon_sym_DASH_AT,
STATE(187),
2,
sym_interpolation,
aux_sym_recipe_line_repeat1,
[3431] = 11,
ACTIONS(29),
1,
sym_comment,
ACTIONS(275),
1,
anon_sym_LBRACE_LBRACE,
ACTIONS(281),
1,
sym_text,
ACTIONS(330),
1,
sym__dedent,
ACTIONS(332),
1,
sym__newline,
STATE(79),
1,
aux_sym_recipe_body_repeat1,
STATE(218),
1,
sym_recipe_line_prefix,
STATE(385),
1,
sym_recipe_line,
ACTIONS(271),
2,
anon_sym_AT,
anon_sym_DASH,
ACTIONS(273),
2,
anon_sym_AT_DASH,
anon_sym_DASH_AT,
STATE(187),
2,
sym_interpolation,
aux_sym_recipe_line_repeat1,
[3468] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(95),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(97),
8,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
sym_numeric_error,
[3489] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(309),
1,
anon_sym_PLUS,
ACTIONS(263),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(265),
7,
anon_sym_SLASH,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
sym_numeric_error,
[3512] = 5,
ACTIONS(29),
1,
sym_comment,
ACTIONS(307),
1,
anon_sym_SLASH,
ACTIONS(309),
1,
anon_sym_PLUS,
ACTIONS(334),
5,
anon_sym_if,
aux_sym_string_token1,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym_identifier,
ACTIONS(336),
6,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
sym_numeric_error,
[3537] = 11,
ACTIONS(29),
1,
sym_comment,
ACTIONS(275),
1,
anon_sym_LBRACE_LBRACE,
ACTIONS(281),
1,
sym_text,
ACTIONS(332),
1,
sym__newline,
ACTIONS(338),
1,
sym__dedent,
STATE(79),
1,
aux_sym_recipe_body_repeat1,
STATE(218),
1,
sym_recipe_line_prefix,
STATE(385),
1,
sym_recipe_line,
ACTIONS(271),
2,
anon_sym_AT,
anon_sym_DASH,
ACTIONS(273),
2,
anon_sym_AT_DASH,
anon_sym_DASH_AT,
STATE(187),
2,
sym_interpolation,
aux_sym_recipe_line_repeat1,
[3574] = 11,
ACTIONS(29),
1,
sym_comment,
ACTIONS(275),
1,
anon_sym_LBRACE_LBRACE,
ACTIONS(281),
1,
sym_text,
ACTIONS(340),
1,
sym__dedent,
ACTIONS(342),
1,
sym__newline,
STATE(80),
1,
aux_sym_recipe_body_repeat1,
STATE(218),
1,
sym_recipe_line_prefix,
STATE(385),
1,
sym_recipe_line,
ACTIONS(271),
2,
anon_sym_AT,
anon_sym_DASH,
ACTIONS(273),
2,
anon_sym_AT_DASH,
anon_sym_DASH_AT,
STATE(187),
2,
sym_interpolation,
aux_sym_recipe_line_repeat1,
[3611] = 5,
ACTIONS(29),
1,
sym_comment,
ACTIONS(348),
1,
sym__indent,
STATE(99),
1,
sym_recipe_body,
ACTIONS(344),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(346),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[3634] = 5,
ACTIONS(29),
1,
sym_comment,
ACTIONS(348),
1,
sym__indent,
STATE(114),
1,
sym_recipe_body,
ACTIONS(350),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(352),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[3657] = 10,
ACTIONS(29),
1,
sym_comment,
ACTIONS(285),
1,
sym_identifier,
ACTIONS(293),
1,
anon_sym_DOLLAR,
ACTIONS(354),
1,
anon_sym_COLON_EQ,
ACTIONS(356),
1,
anon_sym_COLON,
STATE(141),
1,
aux_sym_parameters_repeat1,
STATE(169),
1,
sym_parameter,
STATE(315),
1,
sym_parameters,
STATE(349),
1,
sym_variadic_parameter,
ACTIONS(289),
2,
anon_sym_PLUS,
anon_sym_STAR,
[3689] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(358),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(360),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[3706] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(362),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(364),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[3723] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(366),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(368),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[3740] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(370),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(372),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[3757] = 8,
ACTIONS(29),
1,
sym_comment,
ACTIONS(211),
1,
aux_sym_string_token1,
ACTIONS(213),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(215),
1,
anon_sym_DQUOTE,
ACTIONS(217),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(374),
1,
anon_sym_LBRACK,
ACTIONS(376),
2,
anon_sym_true,
anon_sym_false,
STATE(343),
2,
sym_boolean,
sym_string,
[3784] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(378),
1,
anon_sym_SLASH,
ACTIONS(380),
1,
anon_sym_PLUS,
ACTIONS(336),
7,
anon_sym_COMMA,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_RPAREN,
anon_sym_RBRACE_RBRACE,
[3803] = 9,
ACTIONS(29),
1,
sym_comment,
ACTIONS(285),
1,
sym_identifier,
ACTIONS(293),
1,
anon_sym_DOLLAR,
ACTIONS(382),
1,
anon_sym_COLON,
STATE(141),
1,
aux_sym_parameters_repeat1,
STATE(169),
1,
sym_parameter,
STATE(349),
1,
sym_variadic_parameter,
STATE(355),
1,
sym_parameters,
ACTIONS(289),
2,
anon_sym_PLUS,
anon_sym_STAR,
[3832] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(378),
1,
anon_sym_SLASH,
ACTIONS(380),
1,
anon_sym_PLUS,
ACTIONS(311),
7,
anon_sym_COMMA,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_RPAREN,
anon_sym_RBRACE_RBRACE,
[3851] = 9,
ACTIONS(29),
1,
sym_comment,
ACTIONS(285),
1,
sym_identifier,
ACTIONS(293),
1,
anon_sym_DOLLAR,
ACTIONS(384),
1,
anon_sym_COLON,
STATE(141),
1,
aux_sym_parameters_repeat1,
STATE(169),
1,
sym_parameter,
STATE(320),
1,
sym_parameters,
STATE(349),
1,
sym_variadic_parameter,
ACTIONS(289),
2,
anon_sym_PLUS,
anon_sym_STAR,
[3880] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(386),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(388),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[3897] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(350),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(352),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[3914] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(390),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(392),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[3931] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(394),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(396),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[3948] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(380),
1,
anon_sym_PLUS,
ACTIONS(265),
8,
anon_sym_COMMA,
anon_sym_SLASH,
anon_sym_LBRACE,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_EQ_TILDE,
anon_sym_RPAREN,
anon_sym_RBRACE_RBRACE,
[3965] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(398),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(400),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[3982] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(402),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(404),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[3999] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(406),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(408),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[4016] = 9,
ACTIONS(29),
1,
sym_comment,
ACTIONS(285),
1,
sym_identifier,
ACTIONS(291),
1,
anon_sym_COLON,
ACTIONS(293),
1,
anon_sym_DOLLAR,
STATE(141),
1,
aux_sym_parameters_repeat1,
STATE(169),
1,
sym_parameter,
STATE(329),
1,
sym_parameters,
STATE(349),
1,
sym_variadic_parameter,
ACTIONS(289),
2,
anon_sym_PLUS,
anon_sym_STAR,
[4045] = 9,
ACTIONS(29),
1,
sym_comment,
ACTIONS(285),
1,
sym_identifier,
ACTIONS(293),
1,
anon_sym_DOLLAR,
ACTIONS(410),
1,
anon_sym_COLON,
STATE(141),
1,
aux_sym_parameters_repeat1,
STATE(169),
1,
sym_parameter,
STATE(315),
1,
sym_parameters,
STATE(349),
1,
sym_variadic_parameter,
ACTIONS(289),
2,
anon_sym_PLUS,
anon_sym_STAR,
[4074] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(412),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(414),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[4091] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(416),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(418),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[4108] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(420),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(422),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[4125] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(424),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(426),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[4142] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(428),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(430),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[4159] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(432),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(434),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[4176] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(436),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(438),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[4193] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(440),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(442),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[4210] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(444),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(446),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[4227] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(448),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(450),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[4244] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(452),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(454),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[4261] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(456),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(458),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[4278] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(460),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(462),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[4295] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(464),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(466),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[4312] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(468),
3,
ts_builtin_sym_end,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(470),
6,
anon_sym_alias,
anon_sym_export,
anon_sym_import,
anon_sym_mod,
anon_sym_set,
sym_identifier,
[4329] = 8,
ACTIONS(29),
1,
sym_comment,
ACTIONS(472),
1,
sym_identifier,
ACTIONS(474),
1,
anon_sym_LPAREN,
ACTIONS(476),
1,
anon_sym_AMP_AMP,
ACTIONS(478),
1,
sym__newline,
STATE(212),
1,
sym_dependency_expression,
STATE(364),
1,
sym_dependencies,
STATE(140),
2,
sym_dependency,
aux_sym_dependencies_repeat1,
[4355] = 8,
ACTIONS(29),
1,
sym_comment,
ACTIONS(472),
1,
sym_identifier,
ACTIONS(474),
1,
anon_sym_LPAREN,
ACTIONS(476),
1,
anon_sym_AMP_AMP,
ACTIONS(480),
1,
sym__newline,
STATE(212),
1,
sym_dependency_expression,
STATE(390),
1,
sym_dependencies,
STATE(140),
2,
sym_dependency,
aux_sym_dependencies_repeat1,
[4381] = 8,
ACTIONS(29),
1,
sym_comment,
ACTIONS(472),
1,
sym_identifier,
ACTIONS(474),
1,
anon_sym_LPAREN,
ACTIONS(476),
1,
anon_sym_AMP_AMP,
ACTIONS(482),
1,
sym__newline,
STATE(212),
1,
sym_dependency_expression,
STATE(374),
1,
sym_dependencies,
STATE(140),
2,
sym_dependency,
aux_sym_dependencies_repeat1,
[4407] = 8,
ACTIONS(29),
1,
sym_comment,
ACTIONS(472),
1,
sym_identifier,
ACTIONS(474),
1,
anon_sym_LPAREN,
ACTIONS(476),
1,
anon_sym_AMP_AMP,
ACTIONS(484),
1,
sym__newline,
STATE(212),
1,
sym_dependency_expression,
STATE(319),
1,
sym_dependencies,
STATE(140),
2,
sym_dependency,
aux_sym_dependencies_repeat1,
[4433] = 8,
ACTIONS(19),
1,
anon_sym_LBRACK,
ACTIONS(21),
1,
anon_sym_AT,
ACTIONS(29),
1,
sym_comment,
ACTIONS(486),
1,
sym_identifier,
ACTIONS(488),
1,
anon_sym_alias,
ACTIONS(490),
1,
anon_sym_import,
STATE(400),
1,
sym_recipe_header,
STATE(143),
2,
sym_attribute,
aux_sym_alias_repeat1,
[4459] = 8,
ACTIONS(29),
1,
sym_comment,
ACTIONS(472),
1,
sym_identifier,
ACTIONS(474),
1,
anon_sym_LPAREN,
ACTIONS(476),
1,
anon_sym_AMP_AMP,
ACTIONS(492),
1,
sym__newline,
STATE(212),
1,
sym_dependency_expression,
STATE(378),
1,
sym_dependencies,
STATE(140),
2,
sym_dependency,
aux_sym_dependencies_repeat1,
[4485] = 9,
ACTIONS(29),
1,
sym_comment,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(494),
1,
anon_sym_COMMA,
ACTIONS(496),
1,
anon_sym_RBRACK,
STATE(133),
1,
aux_sym_setting_repeat1,
STATE(350),
1,
sym_string,
[4513] = 8,
ACTIONS(29),
1,
sym_comment,
ACTIONS(472),
1,
sym_identifier,
ACTIONS(474),
1,
anon_sym_LPAREN,
ACTIONS(476),
1,
anon_sym_AMP_AMP,
ACTIONS(498),
1,
sym__newline,
STATE(212),
1,
sym_dependency_expression,
STATE(335),
1,
sym_dependencies,
STATE(140),
2,
sym_dependency,
aux_sym_dependencies_repeat1,
[4539] = 9,
ACTIONS(29),
1,
sym_comment,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(494),
1,
anon_sym_COMMA,
ACTIONS(500),
1,
anon_sym_RBRACK,
STATE(132),
1,
aux_sym_setting_repeat1,
STATE(359),
1,
sym_string,
[4567] = 9,
ACTIONS(29),
1,
sym_comment,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(494),
1,
anon_sym_COMMA,
ACTIONS(502),
1,
anon_sym_RBRACK,
STATE(144),
1,
aux_sym_setting_repeat1,
STATE(353),
1,
sym_string,
[4595] = 9,
ACTIONS(29),
1,
sym_comment,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(494),
1,
anon_sym_COMMA,
ACTIONS(504),
1,
anon_sym_RBRACK,
STATE(144),
1,
aux_sym_setting_repeat1,
STATE(371),
1,
sym_string,
[4623] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(506),
2,
anon_sym_AT,
anon_sym_DASH,
ACTIONS(322),
6,
sym__dedent,
sym__newline,
sym_text,
anon_sym_AT_DASH,
anon_sym_DASH_AT,
anon_sym_LBRACE_LBRACE,
[4639] = 8,
ACTIONS(29),
1,
sym_comment,
ACTIONS(472),
1,
sym_identifier,
ACTIONS(474),
1,
anon_sym_LPAREN,
ACTIONS(476),
1,
anon_sym_AMP_AMP,
ACTIONS(508),
1,
sym__newline,
STATE(212),
1,
sym_dependency_expression,
STATE(380),
1,
sym_dependencies,
STATE(140),
2,
sym_dependency,
aux_sym_dependencies_repeat1,
[4665] = 8,
ACTIONS(29),
1,
sym_comment,
ACTIONS(472),
1,
sym_identifier,
ACTIONS(474),
1,
anon_sym_LPAREN,
ACTIONS(476),
1,
anon_sym_AMP_AMP,
ACTIONS(510),
1,
sym__newline,
STATE(212),
1,
sym_dependency_expression,
STATE(360),
1,
sym_dependencies,
STATE(140),
2,
sym_dependency,
aux_sym_dependencies_repeat1,
[4691] = 7,
ACTIONS(29),
1,
sym_comment,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(512),
1,
sym_identifier,
STATE(284),
2,
sym_attribute_kv_argument,
sym_string,
[4714] = 6,
ACTIONS(29),
1,
sym_comment,
ACTIONS(514),
1,
anon_sym_else,
STATE(156),
1,
aux_sym_if_expression_repeat1,
STATE(192),
1,
sym_else_if_clause,
STATE(236),
1,
sym_else_clause,
ACTIONS(47),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[4735] = 6,
ACTIONS(29),
1,
sym_comment,
ACTIONS(516),
1,
anon_sym_else,
STATE(150),
1,
aux_sym_if_expression_repeat1,
STATE(202),
1,
sym_else_if_clause,
STATE(273),
1,
sym_else_clause,
ACTIONS(47),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[4756] = 7,
ACTIONS(29),
1,
sym_comment,
ACTIONS(472),
1,
sym_identifier,
ACTIONS(474),
1,
anon_sym_LPAREN,
ACTIONS(476),
1,
anon_sym_AMP_AMP,
ACTIONS(518),
1,
sym__newline,
STATE(212),
1,
sym_dependency_expression,
STATE(147),
2,
sym_dependency,
aux_sym_dependencies_repeat1,
[4779] = 7,
ACTIONS(29),
1,
sym_comment,
ACTIONS(285),
1,
sym_identifier,
ACTIONS(293),
1,
anon_sym_DOLLAR,
STATE(155),
1,
aux_sym_parameters_repeat1,
STATE(165),
1,
sym_parameter,
STATE(375),
1,
sym_variadic_parameter,
ACTIONS(289),
2,
anon_sym_PLUS,
anon_sym_STAR,
[4802] = 6,
ACTIONS(29),
1,
sym_comment,
ACTIONS(516),
1,
anon_sym_else,
STATE(139),
1,
aux_sym_if_expression_repeat1,
STATE(202),
1,
sym_else_if_clause,
STATE(268),
1,
sym_else_clause,
ACTIONS(41),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[4823] = 5,
ACTIONS(29),
1,
sym_comment,
ACTIONS(522),
1,
anon_sym_LBRACK,
ACTIONS(525),
1,
anon_sym_AT,
STATE(143),
2,
sym_attribute,
aux_sym_alias_repeat1,
ACTIONS(520),
3,
anon_sym_alias,
anon_sym_import,
sym_identifier,
[4842] = 5,
ACTIONS(29),
1,
sym_comment,
ACTIONS(527),
1,
anon_sym_COMMA,
STATE(144),
1,
aux_sym_setting_repeat1,
ACTIONS(532),
2,
aux_sym_string_token1,
anon_sym_DQUOTE,
ACTIONS(530),
3,
anon_sym_RBRACK,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[4861] = 7,
ACTIONS(29),
1,
sym_comment,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(534),
1,
sym_identifier,
STATE(311),
2,
sym_attribute_kv_argument,
sym_string,
[4884] = 6,
ACTIONS(29),
1,
sym_comment,
ACTIONS(514),
1,
anon_sym_else,
STATE(138),
1,
aux_sym_if_expression_repeat1,
STATE(192),
1,
sym_else_if_clause,
STATE(225),
1,
sym_else_clause,
ACTIONS(41),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[4905] = 7,
ACTIONS(29),
1,
sym_comment,
ACTIONS(536),
1,
sym_identifier,
ACTIONS(539),
1,
anon_sym_LPAREN,
ACTIONS(542),
1,
anon_sym_AMP_AMP,
ACTIONS(545),
1,
sym__newline,
STATE(212),
1,
sym_dependency_expression,
STATE(147),
2,
sym_dependency,
aux_sym_dependencies_repeat1,
[4928] = 7,
ACTIONS(29),
1,
sym_comment,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(547),
1,
sym_identifier,
STATE(250),
2,
sym_attribute_kv_argument,
sym_string,
[4951] = 7,
ACTIONS(29),
1,
sym_comment,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(549),
1,
anon_sym_RBRACK,
STATE(131),
1,
sym_string,
[4973] = 5,
ACTIONS(29),
1,
sym_comment,
ACTIONS(551),
1,
anon_sym_else,
STATE(150),
1,
aux_sym_if_expression_repeat1,
STATE(202),
1,
sym_else_if_clause,
ACTIONS(162),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[4991] = 6,
ACTIONS(3),
1,
sym_comment,
ACTIONS(554),
1,
aux_sym__raw_string_indented_token1,
ACTIONS(556),
1,
anon_sym_BQUOTE,
ACTIONS(558),
1,
anon_sym_LBRACE_LBRACE,
STATE(362),
1,
sym_command_body,
STATE(186),
2,
sym_interpolation,
aux_sym_command_body_repeat1,
[5011] = 6,
ACTIONS(3),
1,
sym_comment,
ACTIONS(560),
1,
aux_sym__raw_string_indented_token1,
ACTIONS(562),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(564),
1,
anon_sym_LBRACE_LBRACE,
STATE(404),
1,
sym_command_body,
STATE(182),
2,
sym_interpolation,
aux_sym_command_body_repeat1,
[5031] = 7,
ACTIONS(29),
1,
sym_comment,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(566),
1,
anon_sym_RBRACK,
STATE(129),
1,
sym_string,
[5053] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(570),
2,
aux_sym_string_token1,
anon_sym_DQUOTE,
ACTIONS(568),
4,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[5067] = 5,
ACTIONS(29),
1,
sym_comment,
ACTIONS(572),
1,
sym_identifier,
ACTIONS(577),
1,
anon_sym_DOLLAR,
ACTIONS(575),
2,
anon_sym_PLUS,
anon_sym_STAR,
STATE(155),
2,
sym_parameter,
aux_sym_parameters_repeat1,
[5085] = 5,
ACTIONS(29),
1,
sym_comment,
ACTIONS(580),
1,
anon_sym_else,
STATE(156),
1,
aux_sym_if_expression_repeat1,
STATE(192),
1,
sym_else_if_clause,
ACTIONS(162),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[5103] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(585),
1,
anon_sym_EQ,
ACTIONS(583),
5,
anon_sym_PLUS,
anon_sym_COLON,
anon_sym_DOLLAR,
anon_sym_STAR,
sym_identifier,
[5117] = 6,
ACTIONS(3),
1,
sym_comment,
ACTIONS(554),
1,
aux_sym__raw_string_indented_token1,
ACTIONS(558),
1,
anon_sym_LBRACE_LBRACE,
ACTIONS(587),
1,
anon_sym_BQUOTE,
STATE(346),
1,
sym_command_body,
STATE(186),
2,
sym_interpolation,
aux_sym_command_body_repeat1,
[5137] = 6,
ACTIONS(3),
1,
sym_comment,
ACTIONS(560),
1,
aux_sym__raw_string_indented_token1,
ACTIONS(564),
1,
anon_sym_LBRACE_LBRACE,
ACTIONS(589),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
STATE(384),
1,
sym_command_body,
STATE(182),
2,
sym_interpolation,
aux_sym_command_body_repeat1,
[5157] = 6,
ACTIONS(3),
1,
sym_comment,
ACTIONS(560),
1,
aux_sym__raw_string_indented_token1,
ACTIONS(564),
1,
anon_sym_LBRACE_LBRACE,
ACTIONS(591),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
STATE(358),
1,
sym_command_body,
STATE(182),
2,
sym_interpolation,
aux_sym_command_body_repeat1,
[5177] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(595),
1,
anon_sym_EQ,
ACTIONS(593),
5,
anon_sym_PLUS,
anon_sym_COLON,
anon_sym_DOLLAR,
anon_sym_STAR,
sym_identifier,
[5191] = 6,
ACTIONS(3),
1,
sym_comment,
ACTIONS(554),
1,
aux_sym__raw_string_indented_token1,
ACTIONS(558),
1,
anon_sym_LBRACE_LBRACE,
ACTIONS(597),
1,
anon_sym_BQUOTE,
STATE(383),
1,
sym_command_body,
STATE(186),
2,
sym_interpolation,
aux_sym_command_body_repeat1,
[5211] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(601),
2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(599),
3,
anon_sym_alias,
anon_sym_import,
sym_identifier,
[5224] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(603),
5,
anon_sym_PLUS,
anon_sym_COLON,
anon_sym_DOLLAR,
anon_sym_STAR,
sym_identifier,
[5235] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(607),
1,
anon_sym_COLON,
ACTIONS(605),
4,
anon_sym_PLUS,
anon_sym_DOLLAR,
anon_sym_STAR,
sym_identifier,
[5248] = 6,
ACTIONS(29),
1,
sym_comment,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(310),
1,
sym_string,
[5267] = 6,
ACTIONS(29),
1,
sym_comment,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(294),
1,
sym_string,
[5286] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(611),
2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(609),
3,
anon_sym_alias,
anon_sym_import,
sym_identifier,
[5299] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(613),
1,
anon_sym_COLON,
ACTIONS(605),
4,
anon_sym_PLUS,
anon_sym_DOLLAR,
anon_sym_STAR,
sym_identifier,
[5312] = 5,
ACTIONS(3),
1,
sym_comment,
ACTIONS(615),
1,
aux_sym__raw_string_indented_token1,
ACTIONS(618),
1,
anon_sym_BQUOTE,
ACTIONS(620),
1,
anon_sym_LBRACE_LBRACE,
STATE(170),
2,
sym_interpolation,
aux_sym_command_body_repeat1,
[5329] = 5,
ACTIONS(29),
1,
sym_comment,
ACTIONS(275),
1,
anon_sym_LBRACE_LBRACE,
ACTIONS(623),
1,
sym__newline,
ACTIONS(625),
1,
sym_text,
STATE(172),
2,
sym_interpolation,
aux_sym_recipe_line_repeat1,
[5346] = 5,
ACTIONS(29),
1,
sym_comment,
ACTIONS(627),
1,
anon_sym_LBRACE_LBRACE,
ACTIONS(630),
1,
sym__newline,
ACTIONS(632),
1,
sym_text,
STATE(172),
2,
sym_interpolation,
aux_sym_recipe_line_repeat1,
[5363] = 6,
ACTIONS(29),
1,
sym_comment,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(251),
1,
sym_string,
[5382] = 6,
ACTIONS(29),
1,
sym_comment,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(154),
1,
sym_string,
[5401] = 6,
ACTIONS(29),
1,
sym_comment,
ACTIONS(635),
1,
anon_sym_COMMA,
ACTIONS(637),
1,
anon_sym_RBRACK,
ACTIONS(639),
1,
anon_sym_LPAREN,
ACTIONS(641),
1,
anon_sym_COLON,
STATE(274),
1,
aux_sym_attribute_repeat2,
[5420] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(645),
2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(643),
3,
anon_sym_alias,
anon_sym_import,
sym_identifier,
[5433] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(649),
2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(647),
3,
anon_sym_alias,
anon_sym_import,
sym_identifier,
[5446] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(653),
2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(651),
3,
anon_sym_alias,
anon_sym_import,
sym_identifier,
[5459] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(657),
2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(655),
3,
anon_sym_alias,
anon_sym_import,
sym_identifier,
[5472] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(661),
2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(659),
3,
anon_sym_alias,
anon_sym_import,
sym_identifier,
[5485] = 6,
ACTIONS(29),
1,
sym_comment,
ACTIONS(67),
1,
aux_sym_string_token1,
ACTIONS(69),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(71),
1,
anon_sym_DQUOTE,
ACTIONS(73),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(110),
1,
sym_string,
[5504] = 5,
ACTIONS(3),
1,
sym_comment,
ACTIONS(564),
1,
anon_sym_LBRACE_LBRACE,
ACTIONS(663),
1,
aux_sym__raw_string_indented_token1,
ACTIONS(665),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
STATE(184),
2,
sym_interpolation,
aux_sym_command_body_repeat1,
[5521] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(667),
5,
anon_sym_PLUS,
anon_sym_COLON,
anon_sym_DOLLAR,
anon_sym_STAR,
sym_identifier,
[5532] = 5,
ACTIONS(3),
1,
sym_comment,
ACTIONS(618),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
ACTIONS(669),
1,
aux_sym__raw_string_indented_token1,
ACTIONS(672),
1,
anon_sym_LBRACE_LBRACE,
STATE(184),
2,
sym_interpolation,
aux_sym_command_body_repeat1,
[5549] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(677),
2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(675),
3,
anon_sym_alias,
anon_sym_import,
sym_identifier,
[5562] = 5,
ACTIONS(3),
1,
sym_comment,
ACTIONS(558),
1,
anon_sym_LBRACE_LBRACE,
ACTIONS(665),
1,
anon_sym_BQUOTE,
ACTIONS(679),
1,
aux_sym__raw_string_indented_token1,
STATE(170),
2,
sym_interpolation,
aux_sym_command_body_repeat1,
[5579] = 5,
ACTIONS(29),
1,
sym_comment,
ACTIONS(275),
1,
anon_sym_LBRACE_LBRACE,
ACTIONS(625),
1,
sym_text,
ACTIONS(681),
1,
sym__newline,
STATE(172),
2,
sym_interpolation,
aux_sym_recipe_line_repeat1,
[5596] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(683),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(188),
1,
aux_sym__string_indented_repeat1,
ACTIONS(685),
2,
aux_sym__string_indented_token1,
sym_escape_sequence,
[5610] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(688),
1,
anon_sym_DQUOTE,
STATE(197),
1,
aux_sym__string_repeat1,
ACTIONS(690),
2,
aux_sym__string_token1,
sym_escape_sequence,
[5624] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(692),
4,
sym__newline,
anon_sym_LPAREN,
anon_sym_AMP_AMP,
sym_identifier,
[5634] = 5,
ACTIONS(29),
1,
sym_comment,
ACTIONS(694),
1,
anon_sym_COMMA,
ACTIONS(696),
1,
anon_sym_RPAREN,
ACTIONS(698),
1,
anon_sym_EQ,
STATE(231),
1,
aux_sym_attribute_repeat1,
[5650] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(241),
4,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_else,
[5660] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(700),
1,
anon_sym_LPAREN,
ACTIONS(97),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[5672] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(245),
4,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_else,
[5682] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(249),
4,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_else,
[5692] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(545),
4,
sym__newline,
anon_sym_LPAREN,
anon_sym_AMP_AMP,
sym_identifier,
[5702] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(702),
1,
anon_sym_DQUOTE,
STATE(197),
1,
aux_sym__string_repeat1,
ACTIONS(704),
2,
aux_sym__string_token1,
sym_escape_sequence,
[5716] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(688),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(188),
1,
aux_sym__string_indented_repeat1,
ACTIONS(707),
2,
aux_sym__string_indented_token1,
sym_escape_sequence,
[5730] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(711),
1,
anon_sym_LPAREN,
ACTIONS(713),
1,
anon_sym_COLON,
ACTIONS(709),
2,
anon_sym_COMMA,
anon_sym_RBRACK,
[5744] = 5,
ACTIONS(29),
1,
sym_comment,
ACTIONS(694),
1,
anon_sym_COMMA,
ACTIONS(698),
1,
anon_sym_EQ,
ACTIONS(715),
1,
anon_sym_RPAREN,
STATE(249),
1,
aux_sym_attribute_repeat1,
[5760] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(717),
1,
anon_sym_LBRACE,
ACTIONS(721),
1,
anon_sym_EQ_TILDE,
ACTIONS(719),
2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
[5774] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(241),
4,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_else,
anon_sym_RBRACE,
[5784] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(245),
4,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_else,
anon_sym_RBRACE,
[5794] = 5,
ACTIONS(29),
1,
sym_comment,
ACTIONS(472),
1,
sym_identifier,
ACTIONS(474),
1,
anon_sym_LPAREN,
STATE(196),
1,
sym_dependency,
STATE(212),
1,
sym_dependency_expression,
[5810] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(249),
4,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_else,
anon_sym_RBRACE,
[5820] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(723),
1,
anon_sym_LPAREN,
ACTIONS(97),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[5832] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(725),
1,
anon_sym_DQUOTE,
STATE(209),
1,
aux_sym__string_repeat1,
ACTIONS(727),
2,
aux_sym__string_token1,
sym_escape_sequence,
[5846] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(725),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(210),
1,
aux_sym__string_indented_repeat1,
ACTIONS(729),
2,
aux_sym__string_indented_token1,
sym_escape_sequence,
[5860] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(731),
1,
anon_sym_DQUOTE,
STATE(197),
1,
aux_sym__string_repeat1,
ACTIONS(690),
2,
aux_sym__string_token1,
sym_escape_sequence,
[5874] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(731),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(188),
1,
aux_sym__string_indented_repeat1,
ACTIONS(707),
2,
aux_sym__string_indented_token1,
sym_escape_sequence,
[5888] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(733),
4,
sym__newline,
anon_sym_LPAREN,
anon_sym_AMP_AMP,
sym_identifier,
[5898] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(735),
4,
sym__newline,
anon_sym_LPAREN,
anon_sym_AMP_AMP,
sym_identifier,
[5908] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(737),
1,
anon_sym_DQUOTE,
STATE(215),
1,
aux_sym__string_repeat1,
ACTIONS(739),
2,
aux_sym__string_token1,
sym_escape_sequence,
[5922] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(737),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(216),
1,
aux_sym__string_indented_repeat1,
ACTIONS(741),
2,
aux_sym__string_indented_token1,
sym_escape_sequence,
[5936] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(743),
1,
anon_sym_DQUOTE,
STATE(197),
1,
aux_sym__string_repeat1,
ACTIONS(690),
2,
aux_sym__string_token1,
sym_escape_sequence,
[5950] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(743),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(188),
1,
aux_sym__string_indented_repeat1,
ACTIONS(707),
2,
aux_sym__string_indented_token1,
sym_escape_sequence,
[5964] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(745),
1,
anon_sym_DQUOTE,
STATE(189),
1,
aux_sym__string_repeat1,
ACTIONS(747),
2,
aux_sym__string_token1,
sym_escape_sequence,
[5978] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(275),
1,
anon_sym_LBRACE_LBRACE,
ACTIONS(749),
1,
sym_text,
STATE(171),
2,
sym_interpolation,
aux_sym_recipe_line_repeat1,
[5992] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(745),
1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(198),
1,
aux_sym__string_indented_repeat1,
ACTIONS(751),
2,
aux_sym__string_indented_token1,
sym_escape_sequence,
[6006] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(753),
4,
sym__newline,
anon_sym_LPAREN,
anon_sym_AMP_AMP,
sym_identifier,
[6016] = 2,
ACTIONS(3),
1,
sym_comment,
ACTIONS(755),
3,
aux_sym__raw_string_indented_token1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
anon_sym_LBRACE_LBRACE,
[6025] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(757),
1,
anon_sym_COMMA,
ACTIONS(760),
1,
anon_sym_RPAREN,
STATE(222),
1,
aux_sym_attribute_repeat1,
[6038] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(762),
1,
anon_sym_LBRACE,
ACTIONS(97),
2,
anon_sym_SLASH,
anon_sym_PLUS,
[6049] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(764),
1,
anon_sym_if,
ACTIONS(766),
1,
anon_sym_LBRACE,
STATE(235),
1,
sym__braced_expr,
[6062] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(261),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[6071] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(768),
1,
sym_identifier,
ACTIONS(770),
1,
aux_sym__shebang_with_lang_token2,
STATE(293),
1,
aux_sym__shebang_with_lang_repeat1,
[6084] = 2,
ACTIONS(3),
1,
sym_comment,
ACTIONS(755),
3,
aux_sym__raw_string_indented_token1,
anon_sym_BQUOTE,
anon_sym_LBRACE_LBRACE,
[6093] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(772),
1,
anon_sym_COMMA,
ACTIONS(774),
1,
anon_sym_RPAREN,
STATE(237),
1,
aux_sym_sequence_repeat1,
[6106] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(158),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[6115] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(776),
1,
anon_sym_PLUS,
ACTIONS(265),
2,
sym__newline,
anon_sym_SLASH,
[6126] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(694),
1,
anon_sym_COMMA,
ACTIONS(778),
1,
anon_sym_RPAREN,
STATE(222),
1,
aux_sym_attribute_repeat1,
[6139] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(635),
1,
anon_sym_COMMA,
ACTIONS(780),
1,
anon_sym_RBRACK,
STATE(252),
1,
aux_sym_attribute_repeat2,
[6152] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(265),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[6161] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(97),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[6170] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(257),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[6179] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(253),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[6188] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(782),
1,
anon_sym_COMMA,
ACTIONS(785),
1,
anon_sym_RPAREN,
STATE(237),
1,
aux_sym_sequence_repeat1,
[6201] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(336),
1,
sym__newline,
ACTIONS(776),
1,
anon_sym_PLUS,
ACTIONS(787),
1,
anon_sym_SLASH,
[6214] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(269),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[6223] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(51),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[6232] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(789),
1,
sym_identifier,
ACTIONS(791),
1,
aux_sym__shebang_with_lang_token2,
STATE(241),
1,
aux_sym__shebang_with_lang_repeat1,
[6245] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(25),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[6254] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(31),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[6263] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(794),
1,
aux_sym__shebang_with_lang_token1,
ACTIONS(796),
1,
sym__opaque_shebang,
STATE(389),
1,
sym__shebang_with_lang,
[6276] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(798),
1,
sym_identifier,
ACTIONS(800),
1,
anon_sym_DOLLAR,
STATE(381),
1,
sym_parameter,
[6289] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(35),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[6298] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(802),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(804),
1,
aux_sym__raw_string_indented_token1,
STATE(247),
1,
aux_sym__raw_string_indented_repeat1,
[6311] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(55),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[6320] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(694),
1,
anon_sym_COMMA,
ACTIONS(807),
1,
anon_sym_RPAREN,
STATE(222),
1,
aux_sym_attribute_repeat1,
[6333] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(694),
1,
anon_sym_COMMA,
ACTIONS(715),
1,
anon_sym_RPAREN,
STATE(249),
1,
aux_sym_attribute_repeat1,
[6346] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(635),
1,
anon_sym_COMMA,
ACTIONS(809),
1,
anon_sym_RBRACK,
STATE(275),
1,
aux_sym_attribute_repeat2,
[6359] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(811),
1,
anon_sym_COMMA,
ACTIONS(814),
1,
anon_sym_RBRACK,
STATE(252),
1,
aux_sym_attribute_repeat2,
[6372] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(148),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[6381] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(97),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[6390] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(336),
1,
anon_sym_RBRACE,
ACTIONS(816),
1,
anon_sym_SLASH,
ACTIONS(818),
1,
anon_sym_PLUS,
[6403] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(269),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[6412] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(51),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[6421] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(311),
1,
anon_sym_RBRACE,
ACTIONS(816),
1,
anon_sym_SLASH,
ACTIONS(818),
1,
anon_sym_PLUS,
[6434] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(136),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[6443] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(140),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[6452] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(311),
1,
sym__newline,
ACTIONS(776),
1,
anon_sym_PLUS,
ACTIONS(787),
1,
anon_sym_SLASH,
[6465] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(55),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[6474] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(144),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[6483] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(148),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[6492] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(152),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[6501] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(265),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[6510] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(152),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[6519] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(261),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[6528] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(136),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[6537] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(820),
3,
sym__newline,
sym_text,
anon_sym_LBRACE_LBRACE,
[6546] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(158),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[6555] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(257),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[6564] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(253),
3,
anon_sym_SLASH,
anon_sym_PLUS,
anon_sym_RBRACE,
[6573] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(635),
1,
anon_sym_COMMA,
ACTIONS(822),
1,
anon_sym_RBRACK,
STATE(252),
1,
aux_sym_attribute_repeat2,
[6586] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(635),
1,
anon_sym_COMMA,
ACTIONS(824),
1,
anon_sym_RBRACK,
STATE(252),
1,
aux_sym_attribute_repeat2,
[6599] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(818),
1,
anon_sym_PLUS,
ACTIONS(265),
2,
anon_sym_SLASH,
anon_sym_RBRACE,
[6610] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(725),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(826),
1,
aux_sym__raw_string_indented_token1,
STATE(278),
1,
aux_sym__raw_string_indented_repeat1,
[6623] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(731),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(828),
1,
aux_sym__raw_string_indented_token1,
STATE(247),
1,
aux_sym__raw_string_indented_repeat1,
[6636] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(140),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[6645] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(830),
1,
anon_sym_if,
ACTIONS(832),
1,
anon_sym_LBRACE,
STATE(50),
1,
sym__braced_expr,
[6658] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(745),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(834),
1,
aux_sym__raw_string_indented_token1,
STATE(290),
1,
aux_sym__raw_string_indented_repeat1,
[6671] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(737),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(836),
1,
aux_sym__raw_string_indented_token1,
STATE(285),
1,
aux_sym__raw_string_indented_repeat1,
[6684] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(772),
1,
anon_sym_COMMA,
ACTIONS(838),
1,
anon_sym_RPAREN,
STATE(228),
1,
aux_sym_sequence_repeat1,
[6697] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(694),
1,
anon_sym_COMMA,
ACTIONS(696),
1,
anon_sym_RPAREN,
STATE(231),
1,
aux_sym_attribute_repeat1,
[6710] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(743),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(828),
1,
aux_sym__raw_string_indented_token1,
STATE(247),
1,
aux_sym__raw_string_indented_repeat1,
[6723] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(698),
1,
anon_sym_EQ,
ACTIONS(760),
2,
anon_sym_COMMA,
anon_sym_RPAREN,
[6734] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(840),
1,
anon_sym_if,
ACTIONS(842),
1,
anon_sym_LBRACE,
STATE(272),
1,
sym__braced_expr,
[6747] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(635),
1,
anon_sym_COMMA,
ACTIONS(844),
1,
anon_sym_RBRACK,
STATE(252),
1,
aux_sym_attribute_repeat2,
[6760] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(144),
3,
sym__newline,
anon_sym_SLASH,
anon_sym_PLUS,
[6769] = 4,
ACTIONS(3),
1,
sym_comment,
ACTIONS(688),
1,
anon_sym_SQUOTE_SQUOTE_SQUOTE,
ACTIONS(828),
1,
aux_sym__raw_string_indented_token1,
STATE(247),
1,
aux_sym__raw_string_indented_repeat1,
[6782] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(635),
1,
anon_sym_COMMA,
ACTIONS(846),
1,
anon_sym_RBRACK,
STATE(232),
1,
aux_sym_attribute_repeat2,
[6795] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(635),
1,
anon_sym_COMMA,
ACTIONS(848),
1,
anon_sym_RBRACK,
STATE(288),
1,
aux_sym_attribute_repeat2,
[6808] = 4,
ACTIONS(29),
1,
sym_comment,
ACTIONS(850),
1,
sym_identifier,
ACTIONS(852),
1,
aux_sym__shebang_with_lang_token2,
STATE(241),
1,
aux_sym__shebang_with_lang_repeat1,
[6821] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(854),
2,
anon_sym_COMMA,
anon_sym_RPAREN,
[6829] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(856),
1,
sym_identifier,
STATE(89),
1,
sym_assignment,
[6839] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(858),
1,
sym_identifier,
ACTIONS(860),
1,
anon_sym_import,
[6849] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(862),
2,
anon_sym_COMMA,
anon_sym_RBRACK,
[6857] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(785),
2,
anon_sym_COMMA,
anon_sym_RPAREN,
[6865] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(766),
1,
anon_sym_LBRACE,
STATE(146),
1,
sym__braced_expr,
[6875] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(864),
1,
sym_identifier,
ACTIONS(866),
1,
anon_sym_env,
[6885] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(868),
1,
sym_identifier,
ACTIONS(870),
1,
anon_sym_QMARK,
[6895] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(872),
2,
anon_sym_COMMA,
anon_sym_RBRACK,
[6903] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(766),
1,
anon_sym_LBRACE,
STATE(195),
1,
sym__braced_expr,
[6913] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(593),
1,
anon_sym_COLON,
ACTIONS(874),
1,
anon_sym_EQ,
[6923] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(583),
1,
anon_sym_COLON,
ACTIONS(876),
1,
anon_sym_EQ,
[6933] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(832),
1,
anon_sym_LBRACE,
STATE(5),
1,
sym__braced_expr,
[6943] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(832),
1,
anon_sym_LBRACE,
STATE(48),
1,
sym__braced_expr,
[6953] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(878),
1,
anon_sym_COLON_EQ,
ACTIONS(880),
1,
sym__newline,
[6963] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(882),
1,
sym_identifier,
ACTIONS(884),
1,
anon_sym_shell,
[6973] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(886),
2,
anon_sym_COMMA,
anon_sym_RBRACK,
[6981] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(760),
2,
anon_sym_COMMA,
anon_sym_RPAREN,
[6989] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(888),
2,
sym_text,
anon_sym_LBRACE_LBRACE,
[6997] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(842),
1,
anon_sym_LBRACE,
STATE(142),
1,
sym__braced_expr,
[7007] = 3,
ACTIONS(29),
1,
sym_comment,
ACTIONS(842),
1,
anon_sym_LBRACE,
STATE(205),
1,
sym__braced_expr,
[7017] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(890),
1,
anon_sym_COLON,
[7024] = 2,
ACTIONS(3),
1,
sym_comment,
ACTIONS(892),
1,
aux_sym__shebang_with_lang_token3,
[7031] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(894),
1,
sym__newline,
[7038] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(896),
1,
anon_sym_LBRACE,
[7045] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(898),
1,
sym__newline,
[7052] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(900),
1,
anon_sym_COLON,
[7059] = 2,
ACTIONS(3),
1,
sym_comment,
ACTIONS(902),
1,
aux_sym__shebang_with_lang_token3,
[7066] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(904),
1,
sym__newline,
[7073] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(906),
1,
anon_sym_RBRACE,
[7080] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(908),
1,
sym__newline,
[7087] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(910),
1,
sym__newline,
[7094] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(912),
1,
sym_identifier,
[7101] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(914),
1,
sym__newline,
[7108] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(916),
1,
sym_identifier,
[7115] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(918),
1,
anon_sym_COLON,
[7122] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(920),
1,
sym__newline,
[7129] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(922),
1,
sym_identifier,
[7136] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(924),
1,
anon_sym_LBRACK,
[7143] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(926),
1,
anon_sym_RPAREN,
[7150] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(928),
1,
sym__newline,
[7157] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(492),
1,
sym__newline,
[7164] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(930),
1,
sym_identifier,
[7171] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(932),
1,
sym__newline,
[7178] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(934),
1,
sym__newline,
[7185] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(936),
1,
sym__newline,
[7192] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(938),
1,
sym__newline,
[7199] = 2,
ACTIONS(3),
1,
sym_comment,
ACTIONS(940),
1,
aux_sym__shebang_with_lang_token3,
[7206] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(942),
1,
sym__newline,
[7213] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(944),
1,
sym__newline,
[7220] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(764),
1,
anon_sym_if,
[7227] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(946),
1,
sym__newline,
[7234] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(948),
1,
anon_sym_BQUOTE,
[7241] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(950),
1,
anon_sym_RBRACE_RBRACE,
[7248] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(952),
1,
anon_sym_COLON_EQ,
[7255] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(613),
1,
anon_sym_COLON,
[7262] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(954),
1,
anon_sym_RBRACK,
[7269] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(956),
1,
anon_sym_COLON_EQ,
[7276] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(958),
1,
sym__newline,
[7283] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(960),
1,
anon_sym_RBRACK,
[7290] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(962),
1,
sym__newline,
[7297] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(964),
1,
anon_sym_COLON,
[7304] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(966),
1,
sym__newline,
[7311] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(968),
1,
ts_builtin_sym_end,
[7318] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(970),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
[7325] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(972),
1,
anon_sym_RBRACK,
[7332] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(974),
1,
sym__newline,
[7339] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(976),
1,
anon_sym_RPAREN,
[7346] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(978),
1,
anon_sym_BQUOTE,
[7353] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(980),
1,
sym_identifier,
[7360] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(510),
1,
sym__newline,
[7367] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(982),
1,
anon_sym_RBRACE_RBRACE,
[7374] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(984),
1,
anon_sym_RPAREN,
[7381] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(986),
1,
anon_sym_RBRACE,
[7388] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(988),
1,
sym__newline,
[7395] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(990),
1,
sym__newline,
[7402] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(992),
1,
sym__newline,
[7409] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(994),
1,
anon_sym_RBRACK,
[7416] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(354),
1,
anon_sym_COLON_EQ,
[7423] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(996),
1,
anon_sym_COLON_EQ,
[7430] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(998),
1,
sym__newline,
[7437] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(607),
1,
anon_sym_COLON,
[7444] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1000),
1,
sym__newline,
[7451] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1002),
1,
sym_identifier,
[7458] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1004),
1,
sym__newline,
[7465] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1006),
1,
sym__newline,
[7472] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(482),
1,
sym__newline,
[7479] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1008),
1,
anon_sym_COLON,
[7486] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1010),
1,
anon_sym_RPAREN,
[7493] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1012),
1,
anon_sym_BQUOTE,
[7500] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1014),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
[7507] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1016),
1,
sym__newline,
[7514] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1018),
1,
anon_sym_RBRACE_RBRACE,
[7521] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1020),
1,
anon_sym_RPAREN,
[7528] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1022),
1,
anon_sym_RBRACE,
[7535] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1024),
1,
sym__newline,
[7542] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(484),
1,
sym__newline,
[7549] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1026),
1,
sym_identifier,
[7556] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1028),
1,
sym__newline,
[7563] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1030),
1,
sym__newline,
[7570] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1032),
1,
anon_sym_RPAREN,
[7577] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1034),
1,
sym_identifier,
[7584] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1036),
1,
sym_identifier,
[7591] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(830),
1,
anon_sym_if,
[7598] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1038),
1,
sym__newline,
[7605] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1040),
1,
sym_identifier,
[7612] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1042),
1,
sym__newline,
[7619] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1044),
1,
sym__newline,
[7626] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1046),
1,
sym__newline,
[7633] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(840),
1,
anon_sym_if,
[7640] = 2,
ACTIONS(29),
1,
sym_comment,
ACTIONS(1048),
1,
anon_sym_BQUOTE_BQUOTE_BQUOTE,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0, [SMALL_STATE(3)] = 32,
[SMALL_STATE(4)] = 64, [SMALL_STATE(5)] = 96,
[SMALL_STATE(6)] = 135, [SMALL_STATE(7)] = 174,
[SMALL_STATE(8)] = 204, [SMALL_STATE(9)] = 234,
[SMALL_STATE(10)] = 296, [SMALL_STATE(11)] = 356,
[SMALL_STATE(12)] = 386, [SMALL_STATE(13)] = 446,
[SMALL_STATE(14)] = 476, [SMALL_STATE(15)] = 506,
[SMALL_STATE(16)] = 536, [SMALL_STATE(17)] = 566,
[SMALL_STATE(18)] = 596, [SMALL_STATE(19)] = 656,
[SMALL_STATE(20)] = 686, [SMALL_STATE(21)] = 722,
[SMALL_STATE(22)] = 784, [SMALL_STATE(23)] = 846,
[SMALL_STATE(24)] = 895, [SMALL_STATE(25)] = 954,
[SMALL_STATE(26)] = 1013, [SMALL_STATE(27)] = 1062,
[SMALL_STATE(28)] = 1121, [SMALL_STATE(29)] = 1170,
[SMALL_STATE(30)] = 1219, [SMALL_STATE(31)] = 1278,
[SMALL_STATE(32)] = 1337, [SMALL_STATE(33)] = 1396,
[SMALL_STATE(34)] = 1455, [SMALL_STATE(35)] = 1511,
[SMALL_STATE(36)] = 1567, [SMALL_STATE(37)] = 1623,
[SMALL_STATE(38)] = 1679, [SMALL_STATE(39)] = 1735,
[SMALL_STATE(40)] = 1763, [SMALL_STATE(41)] = 1819,
[SMALL_STATE(42)] = 1847, [SMALL_STATE(43)] = 1903,
[SMALL_STATE(44)] = 1959, [SMALL_STATE(45)] = 2015,
[SMALL_STATE(46)] = 2071, [SMALL_STATE(47)] = 2127,
[SMALL_STATE(48)] = 2183, [SMALL_STATE(49)] = 2211,
[SMALL_STATE(50)] = 2238, [SMALL_STATE(51)] = 2265,
[SMALL_STATE(52)] = 2292, [SMALL_STATE(53)] = 2319,
[SMALL_STATE(54)] = 2346, [SMALL_STATE(55)] = 2396,
[SMALL_STATE(56)] = 2446, [SMALL_STATE(57)] = 2496,
[SMALL_STATE(58)] = 2546, [SMALL_STATE(59)] = 2596,
[SMALL_STATE(60)] = 2646, [SMALL_STATE(61)] = 2696,
[SMALL_STATE(62)] = 2746, [SMALL_STATE(63)] = 2796,
[SMALL_STATE(64)] = 2846, [SMALL_STATE(65)] = 2896,
[SMALL_STATE(66)] = 2946, [SMALL_STATE(67)] = 2971,
[SMALL_STATE(68)] = 2996, [SMALL_STATE(69)] = 3021,
[SMALL_STATE(70)] = 3064, [SMALL_STATE(71)] = 3107,
[SMALL_STATE(72)] = 3150, [SMALL_STATE(73)] = 3193,
[SMALL_STATE(74)] = 3236, [SMALL_STATE(75)] = 3283,
[SMALL_STATE(76)] = 3315, [SMALL_STATE(77)] = 3347,
[SMALL_STATE(78)] = 3369, [SMALL_STATE(79)] = 3394,
[SMALL_STATE(80)] = 3431, [SMALL_STATE(81)] = 3468,
[SMALL_STATE(82)] = 3489, [SMALL_STATE(83)] = 3512,
[SMALL_STATE(84)] = 3537, [SMALL_STATE(85)] = 3574,
[SMALL_STATE(86)] = 3611, [SMALL_STATE(87)] = 3634,
[SMALL_STATE(88)] = 3657, [SMALL_STATE(89)] = 3689,
[SMALL_STATE(90)] = 3706, [SMALL_STATE(91)] = 3723,
[SMALL_STATE(92)] = 3740, [SMALL_STATE(93)] = 3757,
[SMALL_STATE(94)] = 3784, [SMALL_STATE(95)] = 3803,
[SMALL_STATE(96)] = 3832, [SMALL_STATE(97)] = 3851,
[SMALL_STATE(98)] = 3880, [SMALL_STATE(99)] = 3897,
[SMALL_STATE(100)] = 3914, [SMALL_STATE(101)] = 3931,
[SMALL_STATE(102)] = 3948, [SMALL_STATE(103)] = 3965,
[SMALL_STATE(104)] = 3982, [SMALL_STATE(105)] = 3999,
[SMALL_STATE(106)] = 4016, [SMALL_STATE(107)] = 4045,
[SMALL_STATE(108)] = 4074, [SMALL_STATE(109)] = 4091,
[SMALL_STATE(110)] = 4108, [SMALL_STATE(111)] = 4125,
[SMALL_STATE(112)] = 4142, [SMALL_STATE(113)] = 4159,
[SMALL_STATE(114)] = 4176, [SMALL_STATE(115)] = 4193,
[SMALL_STATE(116)] = 4210, [SMALL_STATE(117)] = 4227,
[SMALL_STATE(118)] = 4244, [SMALL_STATE(119)] = 4261,
[SMALL_STATE(120)] = 4278, [SMALL_STATE(121)] = 4295,
[SMALL_STATE(122)] = 4312, [SMALL_STATE(123)] = 4329,
[SMALL_STATE(124)] = 4355, [SMALL_STATE(125)] = 4381,
[SMALL_STATE(126)] = 4407, [SMALL_STATE(127)] = 4433,
[SMALL_STATE(128)] = 4459, [SMALL_STATE(129)] = 4485,
[SMALL_STATE(130)] = 4513, [SMALL_STATE(131)] = 4539,
[SMALL_STATE(132)] = 4567, [SMALL_STATE(133)] = 4595,
[SMALL_STATE(134)] = 4623, [SMALL_STATE(135)] = 4639,
[SMALL_STATE(136)] = 4665, [SMALL_STATE(137)] = 4691,
[SMALL_STATE(138)] = 4714, [SMALL_STATE(139)] = 4735,
[SMALL_STATE(140)] = 4756, [SMALL_STATE(141)] = 4779,
[SMALL_STATE(142)] = 4802, [SMALL_STATE(143)] = 4823,
[SMALL_STATE(144)] = 4842, [SMALL_STATE(145)] = 4861,
[SMALL_STATE(146)] = 4884, [SMALL_STATE(147)] = 4905,
[SMALL_STATE(148)] = 4928, [SMALL_STATE(149)] = 4951,
[SMALL_STATE(150)] = 4973, [SMALL_STATE(151)] = 4991,
[SMALL_STATE(152)] = 5011, [SMALL_STATE(153)] = 5031,
[SMALL_STATE(154)] = 5053, [SMALL_STATE(155)] = 5067,
[SMALL_STATE(156)] = 5085, [SMALL_STATE(157)] = 5103,
[SMALL_STATE(158)] = 5117, [SMALL_STATE(159)] = 5137,
[SMALL_STATE(160)] = 5157, [SMALL_STATE(161)] = 5177,
[SMALL_STATE(162)] = 5191, [SMALL_STATE(163)] = 5211,
[SMALL_STATE(164)] = 5224, [SMALL_STATE(165)] = 5235,
[SMALL_STATE(166)] = 5248, [SMALL_STATE(167)] = 5267,
[SMALL_STATE(168)] = 5286, [SMALL_STATE(169)] = 5299,
[SMALL_STATE(170)] = 5312, [SMALL_STATE(171)] = 5329,
[SMALL_STATE(172)] = 5346, [SMALL_STATE(173)] = 5363,
[SMALL_STATE(174)] = 5382, [SMALL_STATE(175)] = 5401,
[SMALL_STATE(176)] = 5420, [SMALL_STATE(177)] = 5433,
[SMALL_STATE(178)] = 5446, [SMALL_STATE(179)] = 5459,
[SMALL_STATE(180)] = 5472, [SMALL_STATE(181)] = 5485,
[SMALL_STATE(182)] = 5504, [SMALL_STATE(183)] = 5521,
[SMALL_STATE(184)] = 5532, [SMALL_STATE(185)] = 5549,
[SMALL_STATE(186)] = 5562, [SMALL_STATE(187)] = 5579,
[SMALL_STATE(188)] = 5596, [SMALL_STATE(189)] = 5610,
[SMALL_STATE(190)] = 5624, [SMALL_STATE(191)] = 5634,
[SMALL_STATE(192)] = 5650, [SMALL_STATE(193)] = 5660,
[SMALL_STATE(194)] = 5672, [SMALL_STATE(195)] = 5682,
[SMALL_STATE(196)] = 5692, [SMALL_STATE(197)] = 5702,
[SMALL_STATE(198)] = 5716, [SMALL_STATE(199)] = 5730,
[SMALL_STATE(200)] = 5744, [SMALL_STATE(201)] = 5760,
[SMALL_STATE(202)] = 5774, [SMALL_STATE(203)] = 5784,
[SMALL_STATE(204)] = 5794, [SMALL_STATE(205)] = 5810,
[SMALL_STATE(206)] = 5820, [SMALL_STATE(207)] = 5832,
[SMALL_STATE(208)] = 5846, [SMALL_STATE(209)] = 5860,
[SMALL_STATE(210)] = 5874, [SMALL_STATE(211)] = 5888,
[SMALL_STATE(212)] = 5898, [SMALL_STATE(213)] = 5908,
[SMALL_STATE(214)] = 5922, [SMALL_STATE(215)] = 5936,
[SMALL_STATE(216)] = 5950, [SMALL_STATE(217)] = 5964,
[SMALL_STATE(218)] = 5978, [SMALL_STATE(219)] = 5992,
[SMALL_STATE(220)] = 6006, [SMALL_STATE(221)] = 6016,
[SMALL_STATE(222)] = 6025, [SMALL_STATE(223)] = 6038,
[SMALL_STATE(224)] = 6049, [SMALL_STATE(225)] = 6062,
[SMALL_STATE(226)] = 6071, [SMALL_STATE(227)] = 6084,
[SMALL_STATE(228)] = 6093, [SMALL_STATE(229)] = 6106,
[SMALL_STATE(230)] = 6115, [SMALL_STATE(231)] = 6126,
[SMALL_STATE(232)] = 6139, [SMALL_STATE(233)] = 6152,
[SMALL_STATE(234)] = 6161, [SMALL_STATE(235)] = 6170,
[SMALL_STATE(236)] = 6179, [SMALL_STATE(237)] = 6188,
[SMALL_STATE(238)] = 6201, [SMALL_STATE(239)] = 6214,
[SMALL_STATE(240)] = 6223, [SMALL_STATE(241)] = 6232,
[SMALL_STATE(242)] = 6245, [SMALL_STATE(243)] = 6254,
[SMALL_STATE(244)] = 6263, [SMALL_STATE(245)] = 6276,
[SMALL_STATE(246)] = 6289, [SMALL_STATE(247)] = 6298,
[SMALL_STATE(248)] = 6311, [SMALL_STATE(249)] = 6320,
[SMALL_STATE(250)] = 6333, [SMALL_STATE(251)] = 6346,
[SMALL_STATE(252)] = 6359, [SMALL_STATE(253)] = 6372,
[SMALL_STATE(254)] = 6381, [SMALL_STATE(255)] = 6390,
[SMALL_STATE(256)] = 6403, [SMALL_STATE(257)] = 6412,
[SMALL_STATE(258)] = 6421, [SMALL_STATE(259)] = 6434,
[SMALL_STATE(260)] = 6443, [SMALL_STATE(261)] = 6452,
[SMALL_STATE(262)] = 6465, [SMALL_STATE(263)] = 6474,
[SMALL_STATE(264)] = 6483, [SMALL_STATE(265)] = 6492,
[SMALL_STATE(266)] = 6501, [SMALL_STATE(267)] = 6510,
[SMALL_STATE(268)] = 6519, [SMALL_STATE(269)] = 6528,
[SMALL_STATE(270)] = 6537, [SMALL_STATE(271)] = 6546,
[SMALL_STATE(272)] = 6555, [SMALL_STATE(273)] = 6564,
[SMALL_STATE(274)] = 6573, [SMALL_STATE(275)] = 6586,
[SMALL_STATE(276)] = 6599, [SMALL_STATE(277)] = 6610,
[SMALL_STATE(278)] = 6623, [SMALL_STATE(279)] = 6636,
[SMALL_STATE(280)] = 6645, [SMALL_STATE(281)] = 6658,
[SMALL_STATE(282)] = 6671, [SMALL_STATE(283)] = 6684,
[SMALL_STATE(284)] = 6697, [SMALL_STATE(285)] = 6710,
[SMALL_STATE(286)] = 6723, [SMALL_STATE(287)] = 6734,
[SMALL_STATE(288)] = 6747, [SMALL_STATE(289)] = 6760,
[SMALL_STATE(290)] = 6769, [SMALL_STATE(291)] = 6782,
[SMALL_STATE(292)] = 6795, [SMALL_STATE(293)] = 6808,
[SMALL_STATE(294)] = 6821, [SMALL_STATE(295)] = 6829,
[SMALL_STATE(296)] = 6839, [SMALL_STATE(297)] = 6849,
[SMALL_STATE(298)] = 6857, [SMALL_STATE(299)] = 6865,
[SMALL_STATE(300)] = 6875, [SMALL_STATE(301)] = 6885,
[SMALL_STATE(302)] = 6895, [SMALL_STATE(303)] = 6903,
[SMALL_STATE(304)] = 6913, [SMALL_STATE(305)] = 6923,
[SMALL_STATE(306)] = 6933, [SMALL_STATE(307)] = 6943,
[SMALL_STATE(308)] = 6953, [SMALL_STATE(309)] = 6963,
[SMALL_STATE(310)] = 6973, [SMALL_STATE(311)] = 6981,
[SMALL_STATE(312)] = 6989, [SMALL_STATE(313)] = 6997,
[SMALL_STATE(314)] = 7007, [SMALL_STATE(315)] = 7017,
[SMALL_STATE(316)] = 7024, [SMALL_STATE(317)] = 7031,
[SMALL_STATE(318)] = 7038, [SMALL_STATE(319)] = 7045,
[SMALL_STATE(320)] = 7052, [SMALL_STATE(321)] = 7059,
[SMALL_STATE(322)] = 7066, [SMALL_STATE(323)] = 7073,
[SMALL_STATE(324)] = 7080, [SMALL_STATE(325)] = 7087,
[SMALL_STATE(326)] = 7094, [SMALL_STATE(327)] = 7101,
[SMALL_STATE(328)] = 7108, [SMALL_STATE(329)] = 7115,
[SMALL_STATE(330)] = 7122, [SMALL_STATE(331)] = 7129,
[SMALL_STATE(332)] = 7136, [SMALL_STATE(333)] = 7143,
[SMALL_STATE(334)] = 7150, [SMALL_STATE(335)] = 7157,
[SMALL_STATE(336)] = 7164, [SMALL_STATE(337)] = 7171,
[SMALL_STATE(338)] = 7178, [SMALL_STATE(339)] = 7185,
[SMALL_STATE(340)] = 7192, [SMALL_STATE(341)] = 7199,
[SMALL_STATE(342)] = 7206, [SMALL_STATE(343)] = 7213,
[SMALL_STATE(344)] = 7220, [SMALL_STATE(345)] = 7227,
[SMALL_STATE(346)] = 7234, [SMALL_STATE(347)] = 7241,
[SMALL_STATE(348)] = 7248, [SMALL_STATE(349)] = 7255,
[SMALL_STATE(350)] = 7262, [SMALL_STATE(351)] = 7269,
[SMALL_STATE(352)] = 7276, [SMALL_STATE(353)] = 7283,
[SMALL_STATE(354)] = 7290, [SMALL_STATE(355)] = 7297,
[SMALL_STATE(356)] = 7304, [SMALL_STATE(357)] = 7311,
[SMALL_STATE(358)] = 7318, [SMALL_STATE(359)] = 7325,
[SMALL_STATE(360)] = 7332, [SMALL_STATE(361)] = 7339,
[SMALL_STATE(362)] = 7346, [SMALL_STATE(363)] = 7353,
[SMALL_STATE(364)] = 7360, [SMALL_STATE(365)] = 7367,
[SMALL_STATE(366)] = 7374, [SMALL_STATE(367)] = 7381,
[SMALL_STATE(368)] = 7388, [SMALL_STATE(369)] = 7395,
[SMALL_STATE(370)] = 7402, [SMALL_STATE(371)] = 7409,
[SMALL_STATE(372)] = 7416, [SMALL_STATE(373)] = 7423,
[SMALL_STATE(374)] = 7430, [SMALL_STATE(375)] = 7437,
[SMALL_STATE(376)] = 7444, [SMALL_STATE(377)] = 7451,
[SMALL_STATE(378)] = 7458, [SMALL_STATE(379)] = 7465,
[SMALL_STATE(380)] = 7472, [SMALL_STATE(381)] = 7479,
[SMALL_STATE(382)] = 7486, [SMALL_STATE(383)] = 7493,
[SMALL_STATE(384)] = 7500, [SMALL_STATE(385)] = 7507,
[SMALL_STATE(386)] = 7514, [SMALL_STATE(387)] = 7521,
[SMALL_STATE(388)] = 7528, [SMALL_STATE(389)] = 7535,
[SMALL_STATE(390)] = 7542, [SMALL_STATE(391)] = 7549,
[SMALL_STATE(392)] = 7556, [SMALL_STATE(393)] = 7563,
[SMALL_STATE(394)] = 7570, [SMALL_STATE(395)] = 7577,
[SMALL_STATE(396)] = 7584, [SMALL_STATE(397)] = 7591,
[SMALL_STATE(398)] = 7598, [SMALL_STATE(399)] = 7605,
[SMALL_STATE(400)] = 7612, [SMALL_STATE(401)] = 7619,
[SMALL_STATE(402)] = 7626, [SMALL_STATE(403)] = 7633,
[SMALL_STATE(404)] = 7640,
};
static const TSParseActionEntry ts_parse_actions[] = {
[0] = {.entry = {.count = 0, .reusable = false}},
[1] = {.entry = {.count = 1, .reusable = false}},
RECOVER(),
[3] = {.entry = {.count = 1, .reusable = false}},
SHIFT_EXTRA(),
[5] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_source_file, 0, 0, 0),
[7] = {.entry = {.count = 1, .reusable = false}},
SHIFT(88),
[9] = {.entry = {.count = 1, .reusable = false}},
SHIFT(331),
[11] = {.entry = {.count = 1, .reusable = false}},
SHIFT(295),
[13] = {.entry = {.count = 1, .reusable = false}},
SHIFT(74),
[15] = {.entry = {.count = 1, .reusable = false}},
SHIFT(301),
[17] = {.entry = {.count = 1, .reusable = false}},
SHIFT(309),
[19] = {.entry = {.count = 1, .reusable = true}},
SHIFT(395),
[21] = {.entry = {.count = 1, .reusable = true}},
SHIFT(296),
[23] = {.entry = {.count = 1, .reusable = true}},
SHIFT(244),
[25] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_string, 1, 0, 0),
[27] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_string, 1, 0, 0),
[29] = {.entry = {.count = 1, .reusable = true}},
SHIFT_EXTRA(),
[31] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_string, 2, 0, 0),
[33] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_string, 2, 0, 0),
[35] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_string, 3, 0, 0),
[37] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_string, 3, 0, 0),
[39] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_if_expression, 3, 0, 17),
[41] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_if_expression, 3, 0, 17),
[43] = {.entry = {.count = 1, .reusable = false}},
SHIFT(280),
[45] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_if_expression, 4, 0, 27),
[47] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_if_expression, 4, 0, 27),
[49] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_external_command, 1, 0, 0),
[51] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_external_command, 1, 0, 0),
[53] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_value, 3, 0, 0),
[55] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_value, 3, 0, 0),
[57] = {.entry = {.count = 1, .reusable = false}},
SHIFT(77),
[59] = {.entry = {.count = 1, .reusable = true}},
SHIFT(62),
[61] = {.entry = {.count = 1, .reusable = false}},
SHIFT(30),
[63] = {.entry = {.count = 1, .reusable = true}},
SHIFT(43),
[65] = {.entry = {.count = 1, .reusable = true}},
SHIFT(267),
[67] = {.entry = {.count = 1, .reusable = false}},
SHIFT(2),
[69] = {.entry = {.count = 1, .reusable = true}},
SHIFT(281),
[71] = {.entry = {.count = 1, .reusable = false}},
SHIFT(217),
[73] = {.entry = {.count = 1, .reusable = true}},
SHIFT(219),
[75] = {.entry = {.count = 1, .reusable = false}},
SHIFT(151),
[77] = {.entry = {.count = 1, .reusable = true}},
SHIFT(152),
[79] = {.entry = {.count = 1, .reusable = true}},
SHIFT(11),
[81] = {.entry = {.count = 1, .reusable = false}},
SHIFT(81),
[83] = {.entry = {.count = 1, .reusable = true}},
SHIFT(63),
[85] = {.entry = {.count = 1, .reusable = true}},
SHIFT(190),
[87] = {.entry = {.count = 1, .reusable = false}},
SHIFT(67),
[89] = {.entry = {.count = 1, .reusable = true}},
SHIFT(282),
[91] = {.entry = {.count = 1, .reusable = false}},
SHIFT(213),
[93] = {.entry = {.count = 1, .reusable = true}},
SHIFT(214),
[95] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_value, 1, 0, 0),
[97] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_value, 1, 0, 0),
[99] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym_dependency_expression_repeat1, 2, 0, 0),
SHIFT_REPEAT(81),
[102] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_dependency_expression_repeat1, 2, 0, 0),
SHIFT_REPEAT(63),
[105] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym_dependency_expression_repeat1, 2, 0, 0),
SHIFT_REPEAT(30),
[108] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_dependency_expression_repeat1, 2, 0, 0),
SHIFT_REPEAT(43),
[111] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_dependency_expression_repeat1, 2, 0, 0),
[113] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym_dependency_expression_repeat1, 2, 0, 0),
SHIFT_REPEAT(67),
[116] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_dependency_expression_repeat1, 2, 0, 0),
SHIFT_REPEAT(282),
[119] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym_dependency_expression_repeat1, 2, 0, 0),
SHIFT_REPEAT(213),
[122] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_dependency_expression_repeat1, 2, 0, 0),
SHIFT_REPEAT(214),
[125] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym_dependency_expression_repeat1, 2, 0, 0),
SHIFT_REPEAT(151),
[128] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_dependency_expression_repeat1, 2, 0, 0),
SHIFT_REPEAT(152),
[131] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_dependency_expression_repeat1, 2, 0, 0),
SHIFT_REPEAT(11),
[134] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym__backticked, 2, 0, 0),
[136] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym__backticked, 2, 0, 0),
[138] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym__indented_backticked, 2, 0, 0),
[140] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym__indented_backticked, 2, 0, 0),
[142] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym__backticked, 3, 0, 0),
[144] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym__backticked, 3, 0, 0),
[146] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym__indented_backticked, 3, 0, 0),
[148] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym__indented_backticked, 3, 0, 0),
[150] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_function_call, 3, 0, 2),
[152] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_function_call, 3, 0, 2),
[154] = {.entry = {.count = 1, .reusable = true}},
SHIFT(220),
[156] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_function_call, 4, 0, 28),
[158] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_function_call, 4, 0, 28),
[160] = {.entry = {.count = 1, .reusable = false}},
REDUCE(aux_sym_if_expression_repeat1, 2, 0, 38),
[162] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_if_expression_repeat1, 2, 0, 38),
[164] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym_if_expression_repeat1, 2, 0, 38),
SHIFT_REPEAT(397),
[167] = {.entry = {.count = 1, .reusable = true}},
SHIFT(17),
[169] = {.entry = {.count = 1, .reusable = true}},
SHIFT(265),
[171] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_source_file, 2, 0, 0),
[173] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_source_file, 1, 0, 0),
[175] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
[177] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
SHIFT_REPEAT(88),
[180] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
SHIFT_REPEAT(331),
[183] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
SHIFT_REPEAT(295),
[186] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
SHIFT_REPEAT(74),
[189] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
SHIFT_REPEAT(301),
[192] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
SHIFT_REPEAT(309),
[195] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
SHIFT_REPEAT(395),
[198] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
SHIFT_REPEAT(296),
[201] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_source_file, 3, 0, 0),
[203] = {.entry = {.count = 1, .reusable = false}},
SHIFT(193),
[205] = {.entry = {.count = 1, .reusable = true}},
SHIFT(60),
[207] = {.entry = {.count = 1, .reusable = false}},
SHIFT(27),
[209] = {.entry = {.count = 1, .reusable = true}},
SHIFT(38),
[211] = {.entry = {.count = 1, .reusable = false}},
SHIFT(242),
[213] = {.entry = {.count = 1, .reusable = true}},
SHIFT(277),
[215] = {.entry = {.count = 1, .reusable = false}},
SHIFT(207),
[217] = {.entry = {.count = 1, .reusable = true}},
SHIFT(208),
[219] = {.entry = {.count = 1, .reusable = false}},
SHIFT(158),
[221] = {.entry = {.count = 1, .reusable = true}},
SHIFT(160),
[223] = {.entry = {.count = 1, .reusable = true}},
SHIFT(234),
[225] = {.entry = {.count = 1, .reusable = false}},
SHIFT(206),
[227] = {.entry = {.count = 1, .reusable = true}},
SHIFT(59),
[229] = {.entry = {.count = 1, .reusable = false}},
SHIFT(32),
[231] = {.entry = {.count = 1, .reusable = true}},
SHIFT(46),
[233] = {.entry = {.count = 1, .reusable = false}},
SHIFT(162),
[235] = {.entry = {.count = 1, .reusable = true}},
SHIFT(159),
[237] = {.entry = {.count = 1, .reusable = true}},
SHIFT(254),
[239] = {.entry = {.count = 1, .reusable = false}},
REDUCE(aux_sym_if_expression_repeat1, 1, 0, 25),
[241] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_if_expression_repeat1, 1, 0, 25),
[243] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym__braced_expr, 3, 0, 35),
[245] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym__braced_expr, 3, 0, 35),
[247] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_else_if_clause, 4, 0, 48),
[249] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_else_if_clause, 4, 0, 48),
[251] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_if_expression, 5, 0, 37),
[253] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_if_expression, 5, 0, 37),
[255] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_else_clause, 2, 0, 36),
[257] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_else_clause, 2, 0, 36),
[259] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_if_expression, 4, 0, 26),
[261] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_if_expression, 4, 0, 26),
[263] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym__expression_inner, 3, 0, 18),
[265] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym__expression_inner, 3, 0, 18),
[267] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym__expression_inner, 1, 0, 0),
[269] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym__expression_inner, 1, 0, 0),
[271] = {.entry = {.count = 1, .reusable = false}},
SHIFT(312),
[273] = {.entry = {.count = 1, .reusable = true}},
SHIFT(312),
[275] = {.entry = {.count = 1, .reusable = true}},
SHIFT(47),
[277] = {.entry = {.count = 1, .reusable = true}},
SHIFT(111),
[279] = {.entry = {.count = 1, .reusable = true}},
SHIFT(84),
[281] = {.entry = {.count = 1, .reusable = true}},
SHIFT(187),
[283] = {.entry = {.count = 1, .reusable = true}},
SHIFT(77),
[285] = {.entry = {.count = 1, .reusable = true}},
SHIFT(161),
[287] = {.entry = {.count = 1, .reusable = true}},
SHIFT(181),
[289] = {.entry = {.count = 1, .reusable = true}},
SHIFT(245),
[291] = {.entry = {.count = 1, .reusable = true}},
SHIFT(123),
[293] = {.entry = {.count = 1, .reusable = true}},
SHIFT(326),
[295] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_module, 3, 0, 5),
[297] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_module, 3, 0, 5),
[299] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_module, 2, 0, 3),
[301] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_module, 2, 0, 3),
[303] = {.entry = {.count = 1, .reusable = true}},
SHIFT(21),
[305] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_expression, 2, 0, 0),
[307] = {.entry = {.count = 1, .reusable = true}},
SHIFT(54),
[309] = {.entry = {.count = 1, .reusable = true}},
SHIFT(57),
[311] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_expression, 2, 0, 0),
[313] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym_recipe_body_repeat1, 2, 0, 0),
SHIFT_REPEAT(312),
[316] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_recipe_body_repeat1, 2, 0, 0),
SHIFT_REPEAT(312),
[319] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_recipe_body_repeat1, 2, 0, 0),
SHIFT_REPEAT(47),
[322] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_recipe_body_repeat1, 2, 0, 0),
[324] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_recipe_body_repeat1, 2, 0, 0),
SHIFT_REPEAT(79),
[327] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_recipe_body_repeat1, 2, 0, 0),
SHIFT_REPEAT(187),
[330] = {.entry = {.count = 1, .reusable = true}},
SHIFT(112),
[332] = {.entry = {.count = 1, .reusable = true}},
SHIFT(79),
[334] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_expression, 1, 0, 0),
[336] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_expression, 1, 0, 0),
[338] = {.entry = {.count = 1, .reusable = true}},
SHIFT(119),
[340] = {.entry = {.count = 1, .reusable = true}},
SHIFT(100),
[342] = {.entry = {.count = 1, .reusable = true}},
SHIFT(80),
[344] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe, 2, 0, 0),
[346] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_recipe, 2, 0, 0),
[348] = {.entry = {.count = 1, .reusable = true}},
SHIFT(69),
[350] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe, 3, 0, 0),
[352] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_recipe, 3, 0, 0),
[354] = {.entry = {.count = 1, .reusable = true}},
SHIFT(34),
[356] = {.entry = {.count = 1, .reusable = false}},
SHIFT(130),
[358] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_export, 2, 0, 0),
[360] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_export, 2, 0, 0),
[362] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_setting, 9, 0, 45),
[364] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_setting, 9, 0, 45),
[366] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_setting, 9, 0, 46),
[368] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_setting, 9, 0, 46),
[370] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_setting, 3, 0, 6),
[372] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_setting, 3, 0, 6),
[374] = {.entry = {.count = 1, .reusable = true}},
SHIFT(149),
[376] = {.entry = {.count = 1, .reusable = true}},
SHIFT(338),
[378] = {.entry = {.count = 1, .reusable = true}},
SHIFT(64),
[380] = {.entry = {.count = 1, .reusable = true}},
SHIFT(61),
[382] = {.entry = {.count = 1, .reusable = true}},
SHIFT(135),
[384] = {.entry = {.count = 1, .reusable = true}},
SHIFT(124),
[386] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_setting, 6, 0, 20),
[388] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_setting, 6, 0, 20),
[390] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_body, 4, 0, 29),
[392] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_recipe_body, 4, 0, 29),
[394] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_alias, 4, 0, 8),
[396] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_alias, 4, 0, 8),
[398] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_setting, 7, 0, 31),
[400] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_setting, 7, 0, 31),
[402] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_setting, 7, 0, 33),
[404] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_setting, 7, 0, 33),
[406] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_setting, 6, 0, 21),
[408] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_setting, 6, 0, 21),
[410] = {.entry = {.count = 1, .reusable = true}},
SHIFT(130),
[412] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_assignment, 4, 0, 12),
[414] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_assignment, 4, 0, 12),
[416] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_module, 3, 0, 3),
[418] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_module, 3, 0, 3),
[420] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_import, 3, 0, 0),
[422] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_import, 3, 0, 0),
[424] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_body, 2, 0, 0),
[426] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_recipe_body, 2, 0, 0),
[428] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_body, 5, 0, 29),
[430] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_recipe_body, 5, 0, 29),
[432] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_setting, 8, 0, 39),
[434] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_setting, 8, 0, 39),
[436] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe, 4, 0, 0),
[438] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_recipe, 4, 0, 0),
[440] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_setting, 8, 0, 40),
[442] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_setting, 8, 0, 40),
[444] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_setting, 5, 0, 14),
[446] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_setting, 5, 0, 14),
[448] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_import, 2, 0, 0),
[450] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_import, 2, 0, 0),
[452] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_setting, 8, 0, 41),
[454] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_setting, 8, 0, 41),
[456] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_body, 3, 0, 0),
[458] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_recipe_body, 3, 0, 0),
[460] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_setting, 8, 0, 42),
[462] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_setting, 8, 0, 42),
[464] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_alias, 5, 0, 19),
[466] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_alias, 5, 0, 19),
[468] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_module, 4, 0, 5),
[470] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_module, 4, 0, 5),
[472] = {.entry = {.count = 1, .reusable = true}},
SHIFT(211),
[474] = {.entry = {.count = 1, .reusable = true}},
SHIFT(399),
[476] = {.entry = {.count = 1, .reusable = true}},
SHIFT(204),
[478] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_header, 2, 0, 1),
[480] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_header, 3, 0, 3),
[482] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_header, 4, 0, 7),
[484] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_header, 4, 0, 3),
[486] = {.entry = {.count = 1, .reusable = false}},
SHIFT(107),
[488] = {.entry = {.count = 1, .reusable = false}},
SHIFT(377),
[490] = {.entry = {.count = 1, .reusable = false}},
SHIFT(106),
[492] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_header, 3, 0, 2),
[494] = {.entry = {.count = 1, .reusable = true}},
SHIFT(174),
[496] = {.entry = {.count = 1, .reusable = true}},
SHIFT(345),
[498] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_header, 2, 0, 2),
[500] = {.entry = {.count = 1, .reusable = true}},
SHIFT(356),
[502] = {.entry = {.count = 1, .reusable = true}},
SHIFT(401),
[504] = {.entry = {.count = 1, .reusable = true}},
SHIFT(368),
[506] = {.entry = {.count = 1, .reusable = false}},
REDUCE(aux_sym_recipe_body_repeat1, 2, 0, 0),
[508] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_header, 3, 0, 7),
[510] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_header, 3, 0, 1),
[512] = {.entry = {.count = 1, .reusable = true}},
SHIFT(191),
[514] = {.entry = {.count = 1, .reusable = true}},
SHIFT(224),
[516] = {.entry = {.count = 1, .reusable = true}},
SHIFT(287),
[518] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_dependencies, 1, 0, 0),
[520] = {.entry = {.count = 1, .reusable = false}},
REDUCE(aux_sym_alias_repeat1, 2, 0, 0),
[522] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_alias_repeat1, 2, 0, 0),
SHIFT_REPEAT(395),
[525] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_alias_repeat1, 2, 0, 0),
[527] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_setting_repeat1, 2, 0, 32),
SHIFT_REPEAT(174),
[530] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_setting_repeat1, 2, 0, 32),
[532] = {.entry = {.count = 1, .reusable = false}},
REDUCE(aux_sym_setting_repeat1, 2, 0, 32),
[534] = {.entry = {.count = 1, .reusable = true}},
SHIFT(286),
[536] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_dependencies_repeat1, 2, 0, 0),
SHIFT_REPEAT(211),
[539] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_dependencies_repeat1, 2, 0, 0),
SHIFT_REPEAT(399),
[542] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_dependencies_repeat1, 2, 0, 0),
SHIFT_REPEAT(204),
[545] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_dependencies_repeat1, 2, 0, 0),
[547] = {.entry = {.count = 1, .reusable = true}},
SHIFT(200),
[549] = {.entry = {.count = 1, .reusable = true}},
SHIFT(370),
[551] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_if_expression_repeat1, 2, 0, 38),
SHIFT_REPEAT(403),
[554] = {.entry = {.count = 1, .reusable = false}},
SHIFT(186),
[556] = {.entry = {.count = 1, .reusable = false}},
SHIFT(13),
[558] = {.entry = {.count = 1, .reusable = false}},
SHIFT(36),
[560] = {.entry = {.count = 1, .reusable = false}},
SHIFT(182),
[562] = {.entry = {.count = 1, .reusable = false}},
SHIFT(14),
[564] = {.entry = {.count = 1, .reusable = false}},
SHIFT(44),
[566] = {.entry = {.count = 1, .reusable = true}},
SHIFT(402),
[568] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_setting_repeat1, 2, 0, 30),
[570] = {.entry = {.count = 1, .reusable = false}},
REDUCE(aux_sym_setting_repeat1, 2, 0, 30),
[572] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_parameters_repeat1, 2, 0, 0),
SHIFT_REPEAT(161),
[575] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_parameters_repeat1, 2, 0, 0),
[577] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_parameters_repeat1, 2, 0, 0),
SHIFT_REPEAT(326),
[580] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_if_expression_repeat1, 2, 0, 38),
SHIFT_REPEAT(344),
[583] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_parameter, 2, 0, 3),
[585] = {.entry = {.count = 1, .reusable = true}},
SHIFT(72),
[587] = {.entry = {.count = 1, .reusable = false}},
SHIFT(269),
[589] = {.entry = {.count = 1, .reusable = false}},
SHIFT(260),
[591] = {.entry = {.count = 1, .reusable = false}},
SHIFT(279),
[593] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_parameter, 1, 0, 2),
[595] = {.entry = {.count = 1, .reusable = true}},
SHIFT(71),
[597] = {.entry = {.count = 1, .reusable = false}},
SHIFT(259),
[599] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_attribute, 6, 0, 22),
[601] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_attribute, 6, 0, 22),
[603] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_parameter, 4, 0, 13),
[605] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_parameters_repeat1, 1, 0, 0),
[607] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_parameters, 2, 0, 0),
[609] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_attribute, 5, 0, 15),
[611] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_attribute, 5, 0, 15),
[613] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_parameters, 1, 0, 0),
[615] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym_command_body_repeat1, 2, 0, 0),
SHIFT_REPEAT(170),
[618] = {.entry = {.count = 1, .reusable = false}},
REDUCE(aux_sym_command_body_repeat1, 2, 0, 0),
[620] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym_command_body_repeat1, 2, 0, 0),
SHIFT_REPEAT(36),
[623] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_line, 2, 0, 0),
[625] = {.entry = {.count = 1, .reusable = true}},
SHIFT(172),
[627] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_recipe_line_repeat1, 2, 0, 0),
SHIFT_REPEAT(47),
[630] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_recipe_line_repeat1, 2, 0, 0),
[632] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_recipe_line_repeat1, 2, 0, 0),
SHIFT_REPEAT(172),
[635] = {.entry = {.count = 1, .reusable = true}},
SHIFT(336),
[637] = {.entry = {.count = 1, .reusable = true}},
SHIFT(352),
[639] = {.entry = {.count = 1, .reusable = true}},
SHIFT(148),
[641] = {.entry = {.count = 1, .reusable = true}},
SHIFT(173),
[643] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_attribute, 7, 0, 22),
[645] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_attribute, 7, 0, 22),
[647] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_attribute, 7, 0, 34),
[649] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_attribute, 7, 0, 34),
[651] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_attribute, 8, 0, 44),
[653] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_attribute, 8, 0, 44),
[655] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_attribute, 8, 0, 43),
[657] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_attribute, 8, 0, 43),
[659] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_attribute, 9, 0, 47),
[661] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_attribute, 9, 0, 47),
[663] = {.entry = {.count = 1, .reusable = false}},
SHIFT(184),
[665] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_command_body, 1, 0, 0),
[667] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_parameter, 3, 0, 9),
[669] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym_command_body_repeat1, 2, 0, 0),
SHIFT_REPEAT(184),
[672] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym_command_body_repeat1, 2, 0, 0),
SHIFT_REPEAT(44),
[675] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_attribute, 4, 0, 0),
[677] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_attribute, 4, 0, 0),
[679] = {.entry = {.count = 1, .reusable = false}},
SHIFT(170),
[681] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_line, 1, 0, 0),
[683] = {.entry = {.count = 1, .reusable = false}},
REDUCE(aux_sym__string_indented_repeat1, 2, 0, 0),
[685] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym__string_indented_repeat1, 2, 0, 0),
SHIFT_REPEAT(188),
[688] = {.entry = {.count = 1, .reusable = false}},
SHIFT(4),
[690] = {.entry = {.count = 1, .reusable = false}},
SHIFT(197),
[692] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_dependency_expression, 4, 0, 3),
[694] = {.entry = {.count = 1, .reusable = true}},
SHIFT(145),
[696] = {.entry = {.count = 1, .reusable = true}},
SHIFT(297),
[698] = {.entry = {.count = 1, .reusable = true}},
SHIFT(167),
[700] = {.entry = {.count = 1, .reusable = true}},
SHIFT(9),
[702] = {.entry = {.count = 1, .reusable = false}},
REDUCE(aux_sym__string_repeat1, 2, 0, 0),
[704] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym__string_repeat1, 2, 0, 0),
SHIFT_REPEAT(197),
[707] = {.entry = {.count = 1, .reusable = false}},
SHIFT(188),
[709] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_attribute_repeat2, 2, 0, 0),
[711] = {.entry = {.count = 1, .reusable = true}},
SHIFT(137),
[713] = {.entry = {.count = 1, .reusable = true}},
SHIFT(166),
[715] = {.entry = {.count = 1, .reusable = true}},
SHIFT(292),
[717] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_condition, 1, 0, 0),
[719] = {.entry = {.count = 1, .reusable = true}},
SHIFT(37),
[721] = {.entry = {.count = 1, .reusable = true}},
SHIFT(25),
[723] = {.entry = {.count = 1, .reusable = true}},
SHIFT(22),
[725] = {.entry = {.count = 1, .reusable = false}},
SHIFT(243),
[727] = {.entry = {.count = 1, .reusable = false}},
SHIFT(209),
[729] = {.entry = {.count = 1, .reusable = false}},
SHIFT(210),
[731] = {.entry = {.count = 1, .reusable = false}},
SHIFT(246),
[733] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_dependency, 1, 0, 2),
[735] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_dependency, 1, 0, 0),
[737] = {.entry = {.count = 1, .reusable = false}},
SHIFT(66),
[739] = {.entry = {.count = 1, .reusable = false}},
SHIFT(215),
[741] = {.entry = {.count = 1, .reusable = false}},
SHIFT(216),
[743] = {.entry = {.count = 1, .reusable = false}},
SHIFT(68),
[745] = {.entry = {.count = 1, .reusable = false}},
SHIFT(3),
[747] = {.entry = {.count = 1, .reusable = false}},
SHIFT(189),
[749] = {.entry = {.count = 1, .reusable = true}},
SHIFT(171),
[751] = {.entry = {.count = 1, .reusable = false}},
SHIFT(198),
[753] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_dependency_expression, 3, 0, 3),
[755] = {.entry = {.count = 1, .reusable = false}},
REDUCE(sym_interpolation, 3, 0, 0),
[757] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_attribute_repeat1, 2, 0, 0),
SHIFT_REPEAT(145),
[760] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_attribute_repeat1, 2, 0, 0),
[762] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_regex_literal, 1, 0, 0),
[764] = {.entry = {.count = 1, .reusable = true}},
SHIFT(24),
[766] = {.entry = {.count = 1, .reusable = true}},
SHIFT(40),
[768] = {.entry = {.count = 1, .reusable = true}},
SHIFT(316),
[770] = {.entry = {.count = 1, .reusable = true}},
SHIFT(293),
[772] = {.entry = {.count = 1, .reusable = true}},
SHIFT(42),
[774] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_sequence, 2, 0, 0),
[776] = {.entry = {.count = 1, .reusable = true}},
SHIFT(55),
[778] = {.entry = {.count = 1, .reusable = true}},
SHIFT(302),
[780] = {.entry = {.count = 1, .reusable = true}},
SHIFT(342),
[782] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_sequence_repeat1, 2, 0, 0),
SHIFT_REPEAT(42),
[785] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_sequence_repeat1, 2, 0, 0),
[787] = {.entry = {.count = 1, .reusable = true}},
SHIFT(65),
[789] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym__shebang_with_lang_repeat1, 2, 0, 0),
[791] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym__shebang_with_lang_repeat1, 2, 0, 0),
SHIFT_REPEAT(241),
[794] = {.entry = {.count = 1, .reusable = false}},
SHIFT(300),
[796] = {.entry = {.count = 1, .reusable = false}},
SHIFT(389),
[798] = {.entry = {.count = 1, .reusable = true}},
SHIFT(304),
[800] = {.entry = {.count = 1, .reusable = true}},
SHIFT(391),
[802] = {.entry = {.count = 1, .reusable = false}},
REDUCE(aux_sym__raw_string_indented_repeat1, 2, 0, 0),
[804] = {.entry = {.count = 2, .reusable = false}},
REDUCE(aux_sym__raw_string_indented_repeat1, 2, 0, 0),
SHIFT_REPEAT(247),
[807] = {.entry = {.count = 1, .reusable = true}},
SHIFT(291),
[809] = {.entry = {.count = 1, .reusable = true}},
SHIFT(340),
[811] = {.entry = {.count = 2, .reusable = true}},
REDUCE(aux_sym_attribute_repeat2, 2, 0, 10),
SHIFT_REPEAT(336),
[814] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_attribute_repeat2, 2, 0, 10),
[816] = {.entry = {.count = 1, .reusable = true}},
SHIFT(56),
[818] = {.entry = {.count = 1, .reusable = true}},
SHIFT(58),
[820] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_interpolation, 3, 0, 0),
[822] = {.entry = {.count = 1, .reusable = true}},
SHIFT(376),
[824] = {.entry = {.count = 1, .reusable = true}},
SHIFT(324),
[826] = {.entry = {.count = 1, .reusable = false}},
SHIFT(278),
[828] = {.entry = {.count = 1, .reusable = false}},
SHIFT(247),
[830] = {.entry = {.count = 1, .reusable = true}},
SHIFT(31),
[832] = {.entry = {.count = 1, .reusable = true}},
SHIFT(45),
[834] = {.entry = {.count = 1, .reusable = false}},
SHIFT(290),
[836] = {.entry = {.count = 1, .reusable = false}},
SHIFT(285),
[838] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_sequence, 1, 0, 0),
[840] = {.entry = {.count = 1, .reusable = true}},
SHIFT(33),
[842] = {.entry = {.count = 1, .reusable = true}},
SHIFT(35),
[844] = {.entry = {.count = 1, .reusable = true}},
SHIFT(379),
[846] = {.entry = {.count = 1, .reusable = true}},
SHIFT(317),
[848] = {.entry = {.count = 1, .reusable = true}},
SHIFT(392),
[850] = {.entry = {.count = 1, .reusable = true}},
SHIFT(341),
[852] = {.entry = {.count = 1, .reusable = true}},
SHIFT(241),
[854] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_attribute_kv_argument, 3, 0, 23),
[856] = {.entry = {.count = 1, .reusable = true}},
SHIFT(372),
[858] = {.entry = {.count = 1, .reusable = false}},
SHIFT(97),
[860] = {.entry = {.count = 1, .reusable = false}},
SHIFT(95),
[862] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_attribute_repeat2, 5, 0, 22),
[864] = {.entry = {.count = 1, .reusable = false}},
SHIFT(321),
[866] = {.entry = {.count = 1, .reusable = false}},
SHIFT(226),
[868] = {.entry = {.count = 1, .reusable = true}},
SHIFT(76),
[870] = {.entry = {.count = 1, .reusable = true}},
SHIFT(363),
[872] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_attribute_repeat2, 6, 0, 43),
[874] = {.entry = {.count = 1, .reusable = true}},
SHIFT(73),
[876] = {.entry = {.count = 1, .reusable = true}},
SHIFT(70),
[878] = {.entry = {.count = 1, .reusable = true}},
SHIFT(93),
[880] = {.entry = {.count = 1, .reusable = true}},
SHIFT(92),
[882] = {.entry = {.count = 1, .reusable = false}},
SHIFT(308),
[884] = {.entry = {.count = 1, .reusable = false}},
SHIFT(351),
[886] = {.entry = {.count = 1, .reusable = true}},
REDUCE(aux_sym_attribute_repeat2, 4, 0, 22),
[888] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_line_prefix, 1, 0, 0),
[890] = {.entry = {.count = 1, .reusable = true}},
SHIFT(128),
[892] = {.entry = {.count = 1, .reusable = true}},
SHIFT(339),
[894] = {.entry = {.count = 1, .reusable = true}},
SHIFT(179),
[896] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_condition, 3, 0, 0),
[898] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_header, 5, 0, 3),
[900] = {.entry = {.count = 1, .reusable = true}},
SHIFT(126),
[902] = {.entry = {.count = 1, .reusable = true}},
SHIFT(322),
[904] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym__shebang_with_lang, 3, 0, 11),
[906] = {.entry = {.count = 1, .reusable = true}},
SHIFT(194),
[908] = {.entry = {.count = 1, .reusable = true}},
SHIFT(177),
[910] = {.entry = {.count = 1, .reusable = true}},
SHIFT(108),
[912] = {.entry = {.count = 1, .reusable = true}},
SHIFT(157),
[914] = {.entry = {.count = 1, .reusable = true}},
SHIFT(86),
[916] = {.entry = {.count = 1, .reusable = true}},
SHIFT(101),
[918] = {.entry = {.count = 1, .reusable = true}},
SHIFT(136),
[920] = {.entry = {.count = 1, .reusable = true}},
SHIFT(23),
[922] = {.entry = {.count = 1, .reusable = true}},
SHIFT(348),
[924] = {.entry = {.count = 1, .reusable = true}},
SHIFT(153),
[926] = {.entry = {.count = 1, .reusable = true}},
SHIFT(248),
[928] = {.entry = {.count = 1, .reusable = true}},
SHIFT(90),
[930] = {.entry = {.count = 1, .reusable = true}},
SHIFT(199),
[932] = {.entry = {.count = 1, .reusable = true}},
SHIFT(91),
[934] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_boolean, 1, 0, 0),
[936] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym__shebang_with_lang, 4, 0, 16),
[938] = {.entry = {.count = 1, .reusable = true}},
SHIFT(163),
[940] = {.entry = {.count = 1, .reusable = true}},
SHIFT(369),
[942] = {.entry = {.count = 1, .reusable = true}},
SHIFT(180),
[944] = {.entry = {.count = 1, .reusable = true}},
SHIFT(116),
[946] = {.entry = {.count = 1, .reusable = true}},
SHIFT(103),
[948] = {.entry = {.count = 1, .reusable = true}},
SHIFT(289),
[950] = {.entry = {.count = 1, .reusable = true}},
SHIFT(227),
[952] = {.entry = {.count = 1, .reusable = true}},
SHIFT(328),
[954] = {.entry = {.count = 1, .reusable = true}},
SHIFT(354),
[956] = {.entry = {.count = 1, .reusable = true}},
SHIFT(332),
[958] = {.entry = {.count = 1, .reusable = true}},
SHIFT(185),
[960] = {.entry = {.count = 1, .reusable = true}},
SHIFT(337),
[962] = {.entry = {.count = 1, .reusable = true}},
SHIFT(113),
[964] = {.entry = {.count = 1, .reusable = true}},
SHIFT(125),
[966] = {.entry = {.count = 1, .reusable = true}},
SHIFT(104),
[968] = {.entry = {.count = 1, .reusable = true}},
ACCEPT_INPUT(),
[970] = {.entry = {.count = 1, .reusable = true}},
SHIFT(253),
[972] = {.entry = {.count = 1, .reusable = true}},
SHIFT(398),
[974] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_header, 4, 0, 1),
[976] = {.entry = {.count = 1, .reusable = true}},
SHIFT(8),
[978] = {.entry = {.count = 1, .reusable = true}},
SHIFT(15),
[980] = {.entry = {.count = 1, .reusable = true}},
SHIFT(75),
[982] = {.entry = {.count = 1, .reusable = true}},
SHIFT(221),
[984] = {.entry = {.count = 1, .reusable = true}},
SHIFT(19),
[986] = {.entry = {.count = 1, .reusable = true}},
SHIFT(41),
[988] = {.entry = {.count = 1, .reusable = true}},
SHIFT(115),
[990] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym__shebang_with_lang, 5, 0, 24),
[992] = {.entry = {.count = 1, .reusable = true}},
SHIFT(105),
[994] = {.entry = {.count = 1, .reusable = true}},
SHIFT(334),
[996] = {.entry = {.count = 1, .reusable = true}},
SHIFT(396),
[998] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_header, 5, 0, 7),
[1000] = {.entry = {.count = 1, .reusable = true}},
SHIFT(168),
[1002] = {.entry = {.count = 1, .reusable = true}},
SHIFT(373),
[1004] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_recipe_header, 4, 0, 2),
[1006] = {.entry = {.count = 1, .reusable = true}},
SHIFT(178),
[1008] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_variadic_parameter, 2, 0, 4),
[1010] = {.entry = {.count = 1, .reusable = true}},
SHIFT(262),
[1012] = {.entry = {.count = 1, .reusable = true}},
SHIFT(263),
[1014] = {.entry = {.count = 1, .reusable = true}},
SHIFT(264),
[1016] = {.entry = {.count = 1, .reusable = true}},
SHIFT(134),
[1018] = {.entry = {.count = 1, .reusable = true}},
SHIFT(270),
[1020] = {.entry = {.count = 1, .reusable = true}},
SHIFT(271),
[1022] = {.entry = {.count = 1, .reusable = true}},
SHIFT(203),
[1024] = {.entry = {.count = 1, .reusable = true}},
REDUCE(sym_shebang, 2, 0, 0),
[1026] = {.entry = {.count = 1, .reusable = true}},
SHIFT(305),
[1028] = {.entry = {.count = 1, .reusable = true}},
SHIFT(176),
[1030] = {.entry = {.count = 1, .reusable = true}},
SHIFT(85),
[1032] = {.entry = {.count = 1, .reusable = true}},
SHIFT(229),
[1034] = {.entry = {.count = 1, .reusable = true}},
SHIFT(175),
[1036] = {.entry = {.count = 1, .reusable = true}},
SHIFT(121),
[1038] = {.entry = {.count = 1, .reusable = true}},
SHIFT(118),
[1040] = {.entry = {.count = 1, .reusable = true}},
SHIFT(18),
[1042] = {.entry = {.count = 1, .reusable = true}},
SHIFT(87),
[1044] = {.entry = {.count = 1, .reusable = true}},
SHIFT(120),
[1046] = {.entry = {.count = 1, .reusable = true}},
SHIFT(98),
[1048] = {.entry = {.count = 1, .reusable = true}},
SHIFT(16),
};
enum ts_external_scanner_symbol_identifiers {
ts_external_token__indent = 0,
ts_external_token__dedent = 1,
ts_external_token__newline = 2,
ts_external_token_text = 3,
ts_external_token_error_recovery = 4,
};
static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = {
[ts_external_token__indent] = sym__indent,
[ts_external_token__dedent] = sym__dedent,
[ts_external_token__newline] = sym__newline,
[ts_external_token_text] = sym_text,
[ts_external_token_error_recovery] = sym_error_recovery,
};
static const bool ts_external_scanner_states[7][EXTERNAL_TOKEN_COUNT] = {
[1] =
{
[ts_external_token__indent] = true,
[ts_external_token__dedent] = true,
[ts_external_token__newline] = true,
[ts_external_token_text] = true,
[ts_external_token_error_recovery] = true,
},
[2] =
{
[ts_external_token__dedent] = true,
[ts_external_token__newline] = true,
[ts_external_token_text] = true,
},
[3] =
{
[ts_external_token__indent] = true,
},
[4] =
{
[ts_external_token__newline] = true,
},
[5] =
{
[ts_external_token__newline] = true,
[ts_external_token_text] = true,
},
[6] =
{
[ts_external_token_text] = true,
},
};
#ifdef __cplusplus
extern "C" {
#endif
void *tree_sitter_just_external_scanner_create(void);
void tree_sitter_just_external_scanner_destroy(void *);
bool tree_sitter_just_external_scanner_scan(void *, TSLexer *, const bool *);
unsigned tree_sitter_just_external_scanner_serialize(void *, char *);
void tree_sitter_just_external_scanner_deserialize(void *, const char *,
unsigned);
#ifdef TREE_SITTER_HIDE_SYMBOLS
#define TS_PUBLIC
#elif defined(_WIN32)
#define TS_PUBLIC __declspec(dllexport)
#else
#define TS_PUBLIC __attribute__((visibility("default")))
#endif
TS_PUBLIC const TSLanguage *tree_sitter_just(void) {
static const TSLanguage language = {
.abi_version = LANGUAGE_VERSION,
.symbol_count = SYMBOL_COUNT,
.alias_count = ALIAS_COUNT,
.token_count = TOKEN_COUNT,
.external_token_count = EXTERNAL_TOKEN_COUNT,
.state_count = STATE_COUNT,
.large_state_count = LARGE_STATE_COUNT,
.production_id_count = PRODUCTION_ID_COUNT,
.supertype_count = SUPERTYPE_COUNT,
.field_count = FIELD_COUNT,
.max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
.parse_table = &ts_parse_table[0][0],
.small_parse_table = ts_small_parse_table,
.small_parse_table_map = ts_small_parse_table_map,
.parse_actions = ts_parse_actions,
.symbol_names = ts_symbol_names,
.field_names = ts_field_names,
.field_map_slices = ts_field_map_slices,
.field_map_entries = ts_field_map_entries,
.symbol_metadata = ts_symbol_metadata,
.public_symbol_map = ts_symbol_map,
.alias_map = ts_non_terminal_alias_map,
.alias_sequences = &ts_alias_sequences[0][0],
.lex_modes = (const void *)ts_lex_modes,
.lex_fn = ts_lex,
.keyword_lex_fn = ts_lex_keywords,
.keyword_capture_token = sym_identifier,
.external_scanner =
{
&ts_external_scanner_states[0][0],
ts_external_scanner_symbol_map,
tree_sitter_just_external_scanner_create,
tree_sitter_just_external_scanner_destroy,
tree_sitter_just_external_scanner_scan,
tree_sitter_just_external_scanner_serialize,
tree_sitter_just_external_scanner_deserialize,
},
.primary_state_ids = ts_primary_state_ids,
.name = "just",
.max_reserved_word_set_size = 0,
.metadata =
{
.major_version = 0,
.minor_version = 2,
.patch_version = 0,
},
};
return &language;
}
#ifdef __cplusplus
}
#endif