tree-sitter-d2/src/parser.c

7245 lines
188 KiB
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#include <tree_sitter/parser.h>
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 14
#define STATE_COUNT 225
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 85
#define ALIAS_COUNT 2
#define TOKEN_COUNT 47
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 0
#define MAX_ALIAS_SEQUENCE_LENGTH 8
#define PRODUCTION_ID_COUNT 3
enum {
sym__word = 1,
anon_sym_ = 2,
anon_sym_TAB = 3,
sym__root_attr_key = 4,
anon_sym_LBRACE = 5,
anon_sym_RBRACE = 6,
anon_sym_style = 7,
anon_sym_shape = 8,
anon_sym_label = 9,
anon_sym_constraint = 10,
anon_sym_icon = 11,
anon_sym_width = 12,
anon_sym_height = 13,
anon_sym_opacity = 14,
anon_sym_fill = 15,
anon_sym_stroke = 16,
anon_sym_stroke_DASHwidth = 17,
anon_sym_stroke_DASHdash = 18,
anon_sym_border_DASHradius = 19,
anon_sym_font_DASHcolor = 20,
anon_sym_shadow = 21,
anon_sym_multiple = 22,
anon_sym_animated = 23,
anon_sym_3d = 24,
anon_sym_link = 25,
sym__text_attr_key = 26,
anon_sym_source_DASHarrowhead = 27,
anon_sym_target_DASHarrowhead = 28,
anon_sym_COLON = 29,
anon_sym_DASH_DASH = 30,
anon_sym_LT_DASH = 31,
anon_sym_GT = 32,
anon_sym_DASH_GT = 33,
sym__dash = 34,
sym_dot = 35,
sym__unquoted_string = 36,
anon_sym_SQUOTE = 37,
aux_sym_string_token1 = 38,
anon_sym_DQUOTE = 39,
aux_sym_string_token2 = 40,
anon_sym_BQUOTE = 41,
aux_sym_string_token3 = 42,
sym_line_comment = 43,
anon_sym_LF = 44,
anon_sym_2 = 45,
anon_sym_SEMI = 46,
sym_source_file = 47,
sym__root_definition = 48,
sym_connection = 49,
sym__shape_definition = 50,
sym__shape_path = 51,
sym_shape_key = 52,
sym_label = 53,
sym_attr_value = 54,
sym__root_attribute = 55,
sym__shape_block = 56,
sym__shape_block_definition = 57,
sym__shape_attribute = 58,
sym__style_attribute = 59,
sym__style_attr_block = 60,
sym__inner_style_attribute = 61,
sym__connection_attribute = 62,
sym__shape_attr_key = 63,
sym__style_attr_key = 64,
sym__connection_attr_key = 65,
sym__colon = 66,
sym__arrow = 67,
sym_arrow = 68,
sym_string = 69,
sym__emptyline = 70,
sym__eof = 71,
sym__end = 72,
aux_sym_source_file_repeat1 = 73,
aux_sym_connection_repeat1 = 74,
aux_sym__shape_definition_repeat1 = 75,
aux_sym__shape_path_repeat1 = 76,
aux_sym_shape_key_repeat1 = 77,
aux_sym_shape_key_repeat2 = 78,
aux_sym__shape_block_repeat1 = 79,
aux_sym__style_attr_block_repeat1 = 80,
aux_sym_arrow_repeat1 = 81,
aux_sym_string_repeat1 = 82,
aux_sym_string_repeat2 = 83,
aux_sym_string_repeat3 = 84,
alias_sym_container_key = 85,
alias_sym_invalid = 86,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[sym__word] = "_word",
[anon_sym_] = " ",
[anon_sym_TAB] = "\t",
[sym__root_attr_key] = "attr_key",
[anon_sym_LBRACE] = "{",
[anon_sym_RBRACE] = "}",
[anon_sym_style] = "attr_key",
[anon_sym_shape] = "shape",
[anon_sym_label] = "label",
[anon_sym_constraint] = "constraint",
[anon_sym_icon] = "icon",
[anon_sym_width] = "width",
[anon_sym_height] = "height",
[anon_sym_opacity] = "opacity",
[anon_sym_fill] = "fill",
[anon_sym_stroke] = "stroke",
[anon_sym_stroke_DASHwidth] = "stroke-width",
[anon_sym_stroke_DASHdash] = "stroke-dash",
[anon_sym_border_DASHradius] = "border-radius",
[anon_sym_font_DASHcolor] = "font-color",
[anon_sym_shadow] = "shadow",
[anon_sym_multiple] = "multiple",
[anon_sym_animated] = "animated",
[anon_sym_3d] = "3d",
[anon_sym_link] = "link",
[sym__text_attr_key] = "_text_attr_key",
[anon_sym_source_DASHarrowhead] = "source-arrowhead",
[anon_sym_target_DASHarrowhead] = "target-arrowhead",
[anon_sym_COLON] = ":",
[anon_sym_DASH_DASH] = "--",
[anon_sym_LT_DASH] = "<-",
[anon_sym_GT] = ">",
[anon_sym_DASH_GT] = "->",
[sym__dash] = "_dash",
[sym_dot] = "dot",
[sym__unquoted_string] = "_unquoted_string",
[anon_sym_SQUOTE] = "'",
[aux_sym_string_token1] = "string_token1",
[anon_sym_DQUOTE] = "\"",
[aux_sym_string_token2] = "string_token2",
[anon_sym_BQUOTE] = "`",
[aux_sym_string_token3] = "string_token3",
[sym_line_comment] = "line_comment",
[anon_sym_LF] = "\n",
[anon_sym_2] = "",
[anon_sym_SEMI] = ";",
[sym_source_file] = "source_file",
[sym__root_definition] = "_root_definition",
[sym_connection] = "connection",
[sym__shape_definition] = "_shape_definition",
[sym__shape_path] = "_shape_path",
[sym_shape_key] = "shape_key",
[sym_label] = "label",
[sym_attr_value] = "attr_value",
[sym__root_attribute] = "_root_attribute",
[sym__shape_block] = "block",
[sym__shape_block_definition] = "_shape_block_definition",
[sym__shape_attribute] = "_shape_attribute",
[sym__style_attribute] = "_style_attribute",
[sym__style_attr_block] = "block",
[sym__inner_style_attribute] = "_inner_style_attribute",
[sym__connection_attribute] = "_connection_attribute",
[sym__shape_attr_key] = "attr_key",
[sym__style_attr_key] = "attr_key",
[sym__connection_attr_key] = "attr_key",
[sym__colon] = "_colon",
[sym__arrow] = "_arrow",
[sym_arrow] = "arrow",
[sym_string] = "string",
[sym__emptyline] = "_emptyline",
[sym__eof] = "_eof",
[sym__end] = "_end",
[aux_sym_source_file_repeat1] = "source_file_repeat1",
[aux_sym_connection_repeat1] = "connection_repeat1",
[aux_sym__shape_definition_repeat1] = "_shape_definition_repeat1",
[aux_sym__shape_path_repeat1] = "_shape_path_repeat1",
[aux_sym_shape_key_repeat1] = "shape_key_repeat1",
[aux_sym_shape_key_repeat2] = "shape_key_repeat2",
[aux_sym__shape_block_repeat1] = "_shape_block_repeat1",
[aux_sym__style_attr_block_repeat1] = "_style_attr_block_repeat1",
[aux_sym_arrow_repeat1] = "arrow_repeat1",
[aux_sym_string_repeat1] = "string_repeat1",
[aux_sym_string_repeat2] = "string_repeat2",
[aux_sym_string_repeat3] = "string_repeat3",
[alias_sym_container_key] = "container_key",
[alias_sym_invalid] = "invalid",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[sym__word] = sym__word,
[anon_sym_] = anon_sym_,
[anon_sym_TAB] = anon_sym_TAB,
[sym__root_attr_key] = sym__root_attr_key,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[anon_sym_style] = sym__root_attr_key,
[anon_sym_shape] = anon_sym_shape,
[anon_sym_label] = anon_sym_label,
[anon_sym_constraint] = anon_sym_constraint,
[anon_sym_icon] = anon_sym_icon,
[anon_sym_width] = anon_sym_width,
[anon_sym_height] = anon_sym_height,
[anon_sym_opacity] = anon_sym_opacity,
[anon_sym_fill] = anon_sym_fill,
[anon_sym_stroke] = anon_sym_stroke,
[anon_sym_stroke_DASHwidth] = anon_sym_stroke_DASHwidth,
[anon_sym_stroke_DASHdash] = anon_sym_stroke_DASHdash,
[anon_sym_border_DASHradius] = anon_sym_border_DASHradius,
[anon_sym_font_DASHcolor] = anon_sym_font_DASHcolor,
[anon_sym_shadow] = anon_sym_shadow,
[anon_sym_multiple] = anon_sym_multiple,
[anon_sym_animated] = anon_sym_animated,
[anon_sym_3d] = anon_sym_3d,
[anon_sym_link] = anon_sym_link,
[sym__text_attr_key] = sym__text_attr_key,
[anon_sym_source_DASHarrowhead] = anon_sym_source_DASHarrowhead,
[anon_sym_target_DASHarrowhead] = anon_sym_target_DASHarrowhead,
[anon_sym_COLON] = anon_sym_COLON,
[anon_sym_DASH_DASH] = anon_sym_DASH_DASH,
[anon_sym_LT_DASH] = anon_sym_LT_DASH,
[anon_sym_GT] = anon_sym_GT,
[anon_sym_DASH_GT] = anon_sym_DASH_GT,
[sym__dash] = sym__dash,
[sym_dot] = sym_dot,
[sym__unquoted_string] = sym__unquoted_string,
[anon_sym_SQUOTE] = anon_sym_SQUOTE,
[aux_sym_string_token1] = aux_sym_string_token1,
[anon_sym_DQUOTE] = anon_sym_DQUOTE,
[aux_sym_string_token2] = aux_sym_string_token2,
[anon_sym_BQUOTE] = anon_sym_BQUOTE,
[aux_sym_string_token3] = aux_sym_string_token3,
[sym_line_comment] = sym_line_comment,
[anon_sym_LF] = anon_sym_LF,
[anon_sym_2] = anon_sym_2,
[anon_sym_SEMI] = anon_sym_SEMI,
[sym_source_file] = sym_source_file,
[sym__root_definition] = sym__root_definition,
[sym_connection] = sym_connection,
[sym__shape_definition] = sym__shape_definition,
[sym__shape_path] = sym__shape_path,
[sym_shape_key] = sym_shape_key,
[sym_label] = sym_label,
[sym_attr_value] = sym_attr_value,
[sym__root_attribute] = sym__root_attribute,
[sym__shape_block] = sym__shape_block,
[sym__shape_block_definition] = sym__shape_block_definition,
[sym__shape_attribute] = sym__shape_attribute,
[sym__style_attribute] = sym__style_attribute,
[sym__style_attr_block] = sym__shape_block,
[sym__inner_style_attribute] = sym__inner_style_attribute,
[sym__connection_attribute] = sym__connection_attribute,
[sym__shape_attr_key] = sym__root_attr_key,
[sym__style_attr_key] = sym__root_attr_key,
[sym__connection_attr_key] = sym__root_attr_key,
[sym__colon] = sym__colon,
[sym__arrow] = sym__arrow,
[sym_arrow] = sym_arrow,
[sym_string] = sym_string,
[sym__emptyline] = sym__emptyline,
[sym__eof] = sym__eof,
[sym__end] = sym__end,
[aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1,
[aux_sym_connection_repeat1] = aux_sym_connection_repeat1,
[aux_sym__shape_definition_repeat1] = aux_sym__shape_definition_repeat1,
[aux_sym__shape_path_repeat1] = aux_sym__shape_path_repeat1,
[aux_sym_shape_key_repeat1] = aux_sym_shape_key_repeat1,
[aux_sym_shape_key_repeat2] = aux_sym_shape_key_repeat2,
[aux_sym__shape_block_repeat1] = aux_sym__shape_block_repeat1,
[aux_sym__style_attr_block_repeat1] = aux_sym__style_attr_block_repeat1,
[aux_sym_arrow_repeat1] = aux_sym_arrow_repeat1,
[aux_sym_string_repeat1] = aux_sym_string_repeat1,
[aux_sym_string_repeat2] = aux_sym_string_repeat2,
[aux_sym_string_repeat3] = aux_sym_string_repeat3,
[alias_sym_container_key] = alias_sym_container_key,
[alias_sym_invalid] = alias_sym_invalid,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[sym__word] = {
.visible = false,
.named = true,
},
[anon_sym_] = {
.visible = true,
.named = false,
},
[anon_sym_TAB] = {
.visible = true,
.named = false,
},
[sym__root_attr_key] = {
.visible = true,
.named = true,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_style] = {
.visible = true,
.named = true,
},
[anon_sym_shape] = {
.visible = true,
.named = false,
},
[anon_sym_label] = {
.visible = true,
.named = false,
},
[anon_sym_constraint] = {
.visible = true,
.named = false,
},
[anon_sym_icon] = {
.visible = true,
.named = false,
},
[anon_sym_width] = {
.visible = true,
.named = false,
},
[anon_sym_height] = {
.visible = true,
.named = false,
},
[anon_sym_opacity] = {
.visible = true,
.named = false,
},
[anon_sym_fill] = {
.visible = true,
.named = false,
},
[anon_sym_stroke] = {
.visible = true,
.named = false,
},
[anon_sym_stroke_DASHwidth] = {
.visible = true,
.named = false,
},
[anon_sym_stroke_DASHdash] = {
.visible = true,
.named = false,
},
[anon_sym_border_DASHradius] = {
.visible = true,
.named = false,
},
[anon_sym_font_DASHcolor] = {
.visible = true,
.named = false,
},
[anon_sym_shadow] = {
.visible = true,
.named = false,
},
[anon_sym_multiple] = {
.visible = true,
.named = false,
},
[anon_sym_animated] = {
.visible = true,
.named = false,
},
[anon_sym_3d] = {
.visible = true,
.named = false,
},
[anon_sym_link] = {
.visible = true,
.named = false,
},
[sym__text_attr_key] = {
.visible = false,
.named = true,
},
[anon_sym_source_DASHarrowhead] = {
.visible = true,
.named = false,
},
[anon_sym_target_DASHarrowhead] = {
.visible = true,
.named = false,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_DASH_DASH] = {
.visible = true,
.named = false,
},
[anon_sym_LT_DASH] = {
.visible = true,
.named = false,
},
[anon_sym_GT] = {
.visible = true,
.named = false,
},
[anon_sym_DASH_GT] = {
.visible = true,
.named = false,
},
[sym__dash] = {
.visible = false,
.named = true,
},
[sym_dot] = {
.visible = true,
.named = true,
},
[sym__unquoted_string] = {
.visible = false,
.named = true,
},
[anon_sym_SQUOTE] = {
.visible = true,
.named = false,
},
[aux_sym_string_token1] = {
.visible = false,
.named = false,
},
[anon_sym_DQUOTE] = {
.visible = true,
.named = false,
},
[aux_sym_string_token2] = {
.visible = false,
.named = false,
},
[anon_sym_BQUOTE] = {
.visible = true,
.named = false,
},
[aux_sym_string_token3] = {
.visible = false,
.named = false,
},
[sym_line_comment] = {
.visible = true,
.named = true,
},
[anon_sym_LF] = {
.visible = true,
.named = false,
},
[anon_sym_2] = {
.visible = true,
.named = false,
},
[anon_sym_SEMI] = {
.visible = true,
.named = false,
},
[sym_source_file] = {
.visible = true,
.named = true,
},
[sym__root_definition] = {
.visible = false,
.named = true,
},
[sym_connection] = {
.visible = true,
.named = true,
},
[sym__shape_definition] = {
.visible = false,
.named = true,
},
[sym__shape_path] = {
.visible = false,
.named = true,
},
[sym_shape_key] = {
.visible = true,
.named = true,
},
[sym_label] = {
.visible = true,
.named = true,
},
[sym_attr_value] = {
.visible = true,
.named = true,
},
[sym__root_attribute] = {
.visible = false,
.named = true,
},
[sym__shape_block] = {
.visible = true,
.named = true,
},
[sym__shape_block_definition] = {
.visible = false,
.named = true,
},
[sym__shape_attribute] = {
.visible = false,
.named = true,
},
[sym__style_attribute] = {
.visible = false,
.named = true,
},
[sym__style_attr_block] = {
.visible = true,
.named = true,
},
[sym__inner_style_attribute] = {
.visible = false,
.named = true,
},
[sym__connection_attribute] = {
.visible = false,
.named = true,
},
[sym__shape_attr_key] = {
.visible = true,
.named = true,
},
[sym__style_attr_key] = {
.visible = true,
.named = true,
},
[sym__connection_attr_key] = {
.visible = true,
.named = true,
},
[sym__colon] = {
.visible = false,
.named = true,
},
[sym__arrow] = {
.visible = false,
.named = true,
},
[sym_arrow] = {
.visible = true,
.named = true,
},
[sym_string] = {
.visible = true,
.named = true,
},
[sym__emptyline] = {
.visible = false,
.named = true,
},
[sym__eof] = {
.visible = false,
.named = true,
},
[sym__end] = {
.visible = false,
.named = true,
},
[aux_sym_source_file_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_connection_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__shape_definition_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__shape_path_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_shape_key_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_shape_key_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym__shape_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__style_attr_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_arrow_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_string_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_string_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_string_repeat3] = {
.visible = false,
.named = false,
},
[alias_sym_container_key] = {
.visible = true,
.named = true,
},
[alias_sym_invalid] = {
.visible = true,
.named = true,
},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
[1] = {
[0] = alias_sym_container_key,
},
[2] = {
[0] = alias_sym_invalid,
[1] = alias_sym_invalid,
},
};
static const uint16_t ts_non_terminal_alias_map[] = {
sym_shape_key, 2,
sym_shape_key,
alias_sym_container_key,
sym__shape_attribute, 2,
sym__shape_attribute,
alias_sym_invalid,
sym__end, 2,
sym__end,
alias_sym_invalid,
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] = 21,
[22] = 22,
[23] = 13,
[24] = 24,
[25] = 25,
[26] = 26,
[27] = 27,
[28] = 28,
[29] = 29,
[30] = 30,
[31] = 31,
[32] = 32,
[33] = 33,
[34] = 34,
[35] = 35,
[36] = 36,
[37] = 37,
[38] = 38,
[39] = 39,
[40] = 40,
[41] = 41,
[42] = 42,
[43] = 43,
[44] = 44,
[45] = 45,
[46] = 46,
[47] = 47,
[48] = 48,
[49] = 49,
[50] = 50,
[51] = 51,
[52] = 52,
[53] = 27,
[54] = 39,
[55] = 55,
[56] = 36,
[57] = 57,
[58] = 58,
[59] = 59,
[60] = 60,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 64,
[65] = 65,
[66] = 66,
[67] = 67,
[68] = 68,
[69] = 69,
[70] = 70,
[71] = 71,
[72] = 72,
[73] = 73,
[74] = 74,
[75] = 75,
[76] = 76,
[77] = 77,
[78] = 78,
[79] = 79,
[80] = 80,
[81] = 81,
[82] = 82,
[83] = 83,
[84] = 84,
[85] = 85,
[86] = 13,
[87] = 87,
[88] = 88,
[89] = 89,
[90] = 90,
[91] = 91,
[92] = 92,
[93] = 93,
[94] = 94,
[95] = 95,
[96] = 96,
[97] = 97,
[98] = 98,
[99] = 99,
[100] = 100,
[101] = 101,
[102] = 102,
[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] = 13,
[139] = 139,
[140] = 139,
[141] = 141,
[142] = 142,
[143] = 143,
[144] = 144,
[145] = 145,
[146] = 146,
[147] = 147,
[148] = 148,
[149] = 149,
[150] = 150,
[151] = 151,
[152] = 66,
[153] = 67,
[154] = 68,
[155] = 155,
[156] = 156,
[157] = 157,
[158] = 90,
[159] = 159,
[160] = 160,
[161] = 161,
[162] = 162,
[163] = 163,
[164] = 164,
[165] = 165,
[166] = 166,
[167] = 167,
[168] = 168,
[169] = 169,
[170] = 75,
[171] = 171,
[172] = 172,
[173] = 81,
[174] = 174,
[175] = 175,
[176] = 176,
[177] = 76,
[178] = 178,
[179] = 179,
[180] = 180,
[181] = 181,
[182] = 182,
[183] = 183,
[184] = 184,
[185] = 80,
[186] = 186,
[187] = 187,
[188] = 188,
[189] = 189,
[190] = 190,
[191] = 191,
[192] = 192,
[193] = 90,
[194] = 194,
[195] = 187,
[196] = 196,
[197] = 77,
[198] = 198,
[199] = 199,
[200] = 200,
[201] = 201,
[202] = 202,
[203] = 203,
[204] = 204,
[205] = 205,
[206] = 99,
[207] = 207,
[208] = 208,
[209] = 209,
[210] = 90,
[211] = 209,
[212] = 203,
[213] = 213,
[214] = 214,
[215] = 215,
[216] = 216,
[217] = 217,
[218] = 218,
[219] = 219,
[220] = 220,
[221] = 220,
[222] = 222,
[223] = 222,
[224] = 224,
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(105);
if (lookahead == 0) ADVANCE(193);
if (lookahead == '\t') ADVANCE(108);
if (lookahead == '\n') ADVANCE(192);
if (lookahead == ' ') ADVANCE(106);
if (lookahead == '"') ADVANCE(148);
if (lookahead == '#') ADVANCE(154);
if (lookahead == '\'') ADVANCE(145);
if (lookahead == '-') ADVANCE(140);
if (lookahead == '.') ADVANCE(142);
if (lookahead == '3') ADVANCE(159);
if (lookahead == ':') ADVANCE(134);
if (lookahead == ';') ADVANCE(195);
if (lookahead == '<') ADVANCE(10);
if (lookahead == '>') ADVANCE(137);
if (lookahead == '`') ADVANCE(151);
if (lookahead == 'a') ADVANCE(179);
if (lookahead == 'f') ADVANCE(166);
if (lookahead == 'l') ADVANCE(168);
if (lookahead == 'm') ADVANCE(188);
if (lookahead == 'o') ADVANCE(182);
if (lookahead == 's') ADVANCE(165);
if (lookahead == '{') ADVANCE(110);
if (lookahead == '}') ADVANCE(111);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 1:
if (lookahead == 0) ADVANCE(193);
if (lookahead == '\t') ADVANCE(108);
if (lookahead == '\n') ADVANCE(192);
if (lookahead == ' ') ADVANCE(106);
if (lookahead == '#') ADVANCE(154);
if (lookahead == '-') ADVANCE(140);
if (lookahead == '.') ADVANCE(142);
if (lookahead == ':') ADVANCE(134);
if (lookahead == ';') ADVANCE(195);
if (lookahead == '<') ADVANCE(10);
if (lookahead == '{') ADVANCE(110);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 2:
if (lookahead == 0) ADVANCE(193);
if (lookahead == '\t') ADVANCE(108);
if (lookahead == '\n') ADVANCE(192);
if (lookahead == ' ') ADVANCE(106);
if (lookahead == '#') ADVANCE(154);
if (lookahead == '-') ADVANCE(140);
if (lookahead == '3') ADVANCE(28);
if (lookahead == ':') ADVANCE(134);
if (lookahead == ';') ADVANCE(195);
if (lookahead == '<') ADVANCE(10);
if (lookahead == 'a') ADVANCE(68);
if (lookahead == 'b') ADVANCE(69);
if (lookahead == 'f') ADVANCE(51);
if (lookahead == 'l') ADVANCE(54);
if (lookahead == 'm') ADVANCE(97);
if (lookahead == 'o') ADVANCE(76);
if (lookahead == 's') ADVANCE(48);
if (lookahead == 't') ADVANCE(18);
if (lookahead == '{') ADVANCE(110);
if (lookahead == '}') ADVANCE(111);
END_STATE();
case 3:
if (lookahead == 0) ADVANCE(194);
if (lookahead == '\t') ADVANCE(109);
if (lookahead == '\n') ADVANCE(192);
if (lookahead == ' ') ADVANCE(107);
if (lookahead == '"') ADVANCE(148);
if (lookahead == '#') ADVANCE(143);
if (lookahead == '\'') ADVANCE(145);
if (lookahead == ';') ADVANCE(195);
if (lookahead == '`') ADVANCE(151);
if (lookahead == '{') ADVANCE(110);
if (lookahead != 0 &&
lookahead != '}') ADVANCE(144);
END_STATE();
case 4:
if (lookahead == '\t') ADVANCE(109);
if (lookahead == ' ') ADVANCE(107);
if (lookahead == '"') ADVANCE(148);
if (lookahead == '#') ADVANCE(143);
if (lookahead == '\'') ADVANCE(145);
if (lookahead == '`') ADVANCE(151);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != ';' &&
lookahead != '{' &&
lookahead != '}') ADVANCE(144);
END_STATE();
case 5:
if (lookahead == '"') ADVANCE(148);
if (lookahead == '#') ADVANCE(143);
if (lookahead == '\'') ADVANCE(145);
if (lookahead == '`') ADVANCE(151);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != ';' &&
lookahead != '{' &&
lookahead != '}') ADVANCE(144);
END_STATE();
case 6:
if (lookahead == '"') ADVANCE(148);
if (lookahead == '#') ADVANCE(149);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(150);
END_STATE();
case 7:
if (lookahead == '#') ADVANCE(154);
if (lookahead == '-') ADVANCE(141);
END_STATE();
case 8:
if (lookahead == '#') ADVANCE(146);
if (lookahead == '\'') ADVANCE(145);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(147);
END_STATE();
case 9:
if (lookahead == '#') ADVANCE(152);
if (lookahead == '`') ADVANCE(151);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(153);
END_STATE();
case 10:
if (lookahead == '-') ADVANCE(136);
END_STATE();
case 11:
if (lookahead == '-') ADVANCE(26);
END_STATE();
case 12:
if (lookahead == '-') ADVANCE(85);
END_STATE();
case 13:
if (lookahead == '-') ADVANCE(22);
END_STATE();
case 14:
if (lookahead == '-') ADVANCE(24);
END_STATE();
case 15:
if (lookahead == 'a') ADVANCE(27);
END_STATE();
case 16:
if (lookahead == 'a') ADVANCE(89);
END_STATE();
case 17:
if (lookahead == 'a') ADVANCE(33);
END_STATE();
case 18:
if (lookahead == 'a') ADVANCE(78);
END_STATE();
case 19:
if (lookahead == 'a') ADVANCE(95);
END_STATE();
case 20:
if (lookahead == 'a') ADVANCE(35);
END_STATE();
case 21:
if (lookahead == 'a') ADVANCE(31);
END_STATE();
case 22:
if (lookahead == 'a') ADVANCE(86);
END_STATE();
case 23:
if (lookahead == 'a') ADVANCE(32);
END_STATE();
case 24:
if (lookahead == 'a') ADVANCE(88);
END_STATE();
case 25:
if (lookahead == 'c') ADVANCE(39);
END_STATE();
case 26:
if (lookahead == 'c') ADVANCE(73);
END_STATE();
case 27:
if (lookahead == 'c') ADVANCE(56);
END_STATE();
case 28:
if (lookahead == 'd') ADVANCE(128);
END_STATE();
case 29:
if (lookahead == 'd') ADVANCE(41);
END_STATE();
case 30:
if (lookahead == 'd') ADVANCE(126);
END_STATE();
case 31:
if (lookahead == 'd') ADVANCE(132);
END_STATE();
case 32:
if (lookahead == 'd') ADVANCE(133);
END_STATE();
case 33:
if (lookahead == 'd') ADVANCE(70);
END_STATE();
case 34:
if (lookahead == 'd') ADVANCE(93);
END_STATE();
case 35:
if (lookahead == 'd') ADVANCE(55);
END_STATE();
case 36:
if (lookahead == 'd') ADVANCE(16);
if (lookahead == 'w') ADVANCE(57);
END_STATE();
case 37:
if (lookahead == 'e') ADVANCE(116);
END_STATE();
case 38:
if (lookahead == 'e') ADVANCE(124);
END_STATE();
case 39:
if (lookahead == 'e') ADVANCE(13);
END_STATE();
case 40:
if (lookahead == 'e') ADVANCE(30);
END_STATE();
case 41:
if (lookahead == 'e') ADVANCE(83);
END_STATE();
case 42:
if (lookahead == 'e') ADVANCE(21);
END_STATE();
case 43:
if (lookahead == 'e') ADVANCE(23);
END_STATE();
case 44:
if (lookahead == 'e') ADVANCE(96);
END_STATE();
case 45:
if (lookahead == 'g') ADVANCE(44);
END_STATE();
case 46:
if (lookahead == 'h') ADVANCE(119);
END_STATE();
case 47:
if (lookahead == 'h') ADVANCE(118);
END_STATE();
case 48:
if (lookahead == 'h') ADVANCE(17);
if (lookahead == 'o') ADVANCE(99);
if (lookahead == 't') ADVANCE(81);
END_STATE();
case 49:
if (lookahead == 'h') ADVANCE(42);
END_STATE();
case 50:
if (lookahead == 'h') ADVANCE(43);
END_STATE();
case 51:
if (lookahead == 'i') ADVANCE(62);
if (lookahead == 'o') ADVANCE(66);
END_STATE();
case 52:
if (lookahead == 'i') ADVANCE(65);
END_STATE();
case 53:
if (lookahead == 'i') ADVANCE(77);
END_STATE();
case 54:
if (lookahead == 'i') ADVANCE(67);
END_STATE();
case 55:
if (lookahead == 'i') ADVANCE(98);
END_STATE();
case 56:
if (lookahead == 'i') ADVANCE(91);
END_STATE();
case 57:
if (lookahead == 'i') ADVANCE(34);
END_STATE();
case 58:
if (lookahead == 'k') ADVANCE(130);
END_STATE();
case 59:
if (lookahead == 'k') ADVANCE(37);
END_STATE();
case 60:
if (lookahead == 'l') ADVANCE(114);
END_STATE();
case 61:
if (lookahead == 'l') ADVANCE(94);
END_STATE();
case 62:
if (lookahead == 'l') ADVANCE(60);
END_STATE();
case 63:
if (lookahead == 'l') ADVANCE(38);
END_STATE();
case 64:
if (lookahead == 'l') ADVANCE(74);
END_STATE();
case 65:
if (lookahead == 'm') ADVANCE(19);
END_STATE();
case 66:
if (lookahead == 'n') ADVANCE(92);
END_STATE();
case 67:
if (lookahead == 'n') ADVANCE(58);
END_STATE();
case 68:
if (lookahead == 'n') ADVANCE(52);
END_STATE();
case 69:
if (lookahead == 'o') ADVANCE(80);
END_STATE();
case 70:
if (lookahead == 'o') ADVANCE(100);
END_STATE();
case 71:
if (lookahead == 'o') ADVANCE(59);
END_STATE();
case 72:
if (lookahead == 'o') ADVANCE(101);
END_STATE();
case 73:
if (lookahead == 'o') ADVANCE(64);
END_STATE();
case 74:
if (lookahead == 'o') ADVANCE(79);
END_STATE();
case 75:
if (lookahead == 'o') ADVANCE(102);
END_STATE();
case 76:
if (lookahead == 'p') ADVANCE(15);
END_STATE();
case 77:
if (lookahead == 'p') ADVANCE(63);
END_STATE();
case 78:
if (lookahead == 'r') ADVANCE(45);
END_STATE();
case 79:
if (lookahead == 'r') ADVANCE(121);
END_STATE();
case 80:
if (lookahead == 'r') ADVANCE(29);
END_STATE();
case 81:
if (lookahead == 'r') ADVANCE(71);
END_STATE();
case 82:
if (lookahead == 'r') ADVANCE(25);
END_STATE();
case 83:
if (lookahead == 'r') ADVANCE(12);
END_STATE();
case 84:
if (lookahead == 'r') ADVANCE(72);
END_STATE();
case 85:
if (lookahead == 'r') ADVANCE(20);
END_STATE();
case 86:
if (lookahead == 'r') ADVANCE(84);
END_STATE();
case 87:
if (lookahead == 'r') ADVANCE(75);
END_STATE();
case 88:
if (lookahead == 'r') ADVANCE(87);
END_STATE();
case 89:
if (lookahead == 's') ADVANCE(46);
END_STATE();
case 90:
if (lookahead == 's') ADVANCE(120);
END_STATE();
case 91:
if (lookahead == 't') ADVANCE(103);
END_STATE();
case 92:
if (lookahead == 't') ADVANCE(11);
END_STATE();
case 93:
if (lookahead == 't') ADVANCE(47);
END_STATE();
case 94:
if (lookahead == 't') ADVANCE(53);
END_STATE();
case 95:
if (lookahead == 't') ADVANCE(40);
END_STATE();
case 96:
if (lookahead == 't') ADVANCE(14);
END_STATE();
case 97:
if (lookahead == 'u') ADVANCE(61);
END_STATE();
case 98:
if (lookahead == 'u') ADVANCE(90);
END_STATE();
case 99:
if (lookahead == 'u') ADVANCE(82);
END_STATE();
case 100:
if (lookahead == 'w') ADVANCE(122);
END_STATE();
case 101:
if (lookahead == 'w') ADVANCE(49);
END_STATE();
case 102:
if (lookahead == 'w') ADVANCE(50);
END_STATE();
case 103:
if (lookahead == 'y') ADVANCE(112);
END_STATE();
case 104:
if (eof) ADVANCE(105);
if (lookahead == 0) ADVANCE(193);
if (lookahead == '\t') ADVANCE(108);
if (lookahead == '\n') ADVANCE(192);
if (lookahead == ' ') ADVANCE(106);
if (lookahead == '"') ADVANCE(148);
if (lookahead == '#') ADVANCE(154);
if (lookahead == '\'') ADVANCE(145);
if (lookahead == '-') ADVANCE(139);
if (lookahead == '.') ADVANCE(142);
if (lookahead == ':') ADVANCE(134);
if (lookahead == ';') ADVANCE(195);
if (lookahead == '>') ADVANCE(137);
if (lookahead == '`') ADVANCE(151);
if (lookahead == '{') ADVANCE(110);
if (lookahead == '}') ADVANCE(111);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 105:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 106:
ACCEPT_TOKEN(anon_sym_);
END_STATE();
case 107:
ACCEPT_TOKEN(anon_sym_);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '"' &&
lookahead != '\'' &&
lookahead != ';' &&
lookahead != '`' &&
lookahead != '{' &&
lookahead != '}') ADVANCE(144);
END_STATE();
case 108:
ACCEPT_TOKEN(anon_sym_TAB);
END_STATE();
case 109:
ACCEPT_TOKEN(anon_sym_TAB);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '"' &&
lookahead != '\'' &&
lookahead != ';' &&
lookahead != '`' &&
lookahead != '{' &&
lookahead != '}') ADVANCE(144);
END_STATE();
case 110:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 111:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 112:
ACCEPT_TOKEN(anon_sym_opacity);
END_STATE();
case 113:
ACCEPT_TOKEN(anon_sym_opacity);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 114:
ACCEPT_TOKEN(anon_sym_fill);
END_STATE();
case 115:
ACCEPT_TOKEN(anon_sym_fill);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 116:
ACCEPT_TOKEN(anon_sym_stroke);
if (lookahead == '-') ADVANCE(36);
END_STATE();
case 117:
ACCEPT_TOKEN(anon_sym_stroke);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 118:
ACCEPT_TOKEN(anon_sym_stroke_DASHwidth);
END_STATE();
case 119:
ACCEPT_TOKEN(anon_sym_stroke_DASHdash);
END_STATE();
case 120:
ACCEPT_TOKEN(anon_sym_border_DASHradius);
END_STATE();
case 121:
ACCEPT_TOKEN(anon_sym_font_DASHcolor);
END_STATE();
case 122:
ACCEPT_TOKEN(anon_sym_shadow);
END_STATE();
case 123:
ACCEPT_TOKEN(anon_sym_shadow);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 124:
ACCEPT_TOKEN(anon_sym_multiple);
END_STATE();
case 125:
ACCEPT_TOKEN(anon_sym_multiple);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 126:
ACCEPT_TOKEN(anon_sym_animated);
END_STATE();
case 127:
ACCEPT_TOKEN(anon_sym_animated);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 128:
ACCEPT_TOKEN(anon_sym_3d);
END_STATE();
case 129:
ACCEPT_TOKEN(anon_sym_3d);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 130:
ACCEPT_TOKEN(anon_sym_link);
END_STATE();
case 131:
ACCEPT_TOKEN(anon_sym_link);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 132:
ACCEPT_TOKEN(anon_sym_source_DASHarrowhead);
END_STATE();
case 133:
ACCEPT_TOKEN(anon_sym_target_DASHarrowhead);
END_STATE();
case 134:
ACCEPT_TOKEN(anon_sym_COLON);
END_STATE();
case 135:
ACCEPT_TOKEN(anon_sym_DASH_DASH);
END_STATE();
case 136:
ACCEPT_TOKEN(anon_sym_LT_DASH);
END_STATE();
case 137:
ACCEPT_TOKEN(anon_sym_GT);
END_STATE();
case 138:
ACCEPT_TOKEN(anon_sym_DASH_GT);
END_STATE();
case 139:
ACCEPT_TOKEN(sym__dash);
END_STATE();
case 140:
ACCEPT_TOKEN(sym__dash);
if (lookahead == '-') ADVANCE(135);
if (lookahead == '>') ADVANCE(138);
END_STATE();
case 141:
ACCEPT_TOKEN(sym__dash);
if (lookahead == '>') ADVANCE(138);
END_STATE();
case 142:
ACCEPT_TOKEN(sym_dot);
END_STATE();
case 143:
ACCEPT_TOKEN(sym__unquoted_string);
if (lookahead == '"' ||
lookahead == '\'' ||
lookahead == ';' ||
lookahead == '`' ||
lookahead == '{' ||
lookahead == '}') ADVANCE(154);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(143);
END_STATE();
case 144:
ACCEPT_TOKEN(sym__unquoted_string);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '"' &&
lookahead != '\'' &&
lookahead != ';' &&
lookahead != '`' &&
lookahead != '{' &&
lookahead != '}') ADVANCE(144);
END_STATE();
case 145:
ACCEPT_TOKEN(anon_sym_SQUOTE);
END_STATE();
case 146:
ACCEPT_TOKEN(aux_sym_string_token1);
if (lookahead == '\'') ADVANCE(154);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(146);
END_STATE();
case 147:
ACCEPT_TOKEN(aux_sym_string_token1);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\'') ADVANCE(147);
END_STATE();
case 148:
ACCEPT_TOKEN(anon_sym_DQUOTE);
END_STATE();
case 149:
ACCEPT_TOKEN(aux_sym_string_token2);
if (lookahead == '"') ADVANCE(154);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(149);
END_STATE();
case 150:
ACCEPT_TOKEN(aux_sym_string_token2);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '"') ADVANCE(150);
END_STATE();
case 151:
ACCEPT_TOKEN(anon_sym_BQUOTE);
END_STATE();
case 152:
ACCEPT_TOKEN(aux_sym_string_token3);
if (lookahead == '`') ADVANCE(154);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(152);
END_STATE();
case 153:
ACCEPT_TOKEN(aux_sym_string_token3);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '`') ADVANCE(153);
END_STATE();
case 154:
ACCEPT_TOKEN(sym_line_comment);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(154);
END_STATE();
case 155:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'a') ADVANCE(158);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 156:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'a') ADVANCE(161);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 157:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'a') ADVANCE(186);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 158:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'c') ADVANCE(170);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 159:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'd') ADVANCE(129);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 160:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'd') ADVANCE(127);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 161:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'd') ADVANCE(180);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 162:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'e') ADVANCE(117);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 163:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'e') ADVANCE(125);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 164:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'e') ADVANCE(160);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 165:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'h') ADVANCE(156);
if (lookahead == 't') ADVANCE(184);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 166:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'i') ADVANCE(175);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 167:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'i') ADVANCE(177);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 168:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'i') ADVANCE(178);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 169:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'i') ADVANCE(183);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 170:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'i') ADVANCE(185);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 171:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'k') ADVANCE(131);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 172:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'k') ADVANCE(162);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 173:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'l') ADVANCE(187);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 174:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'l') ADVANCE(115);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 175:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'l') ADVANCE(174);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 176:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'l') ADVANCE(163);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 177:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'm') ADVANCE(157);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 178:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'n') ADVANCE(171);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 179:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'n') ADVANCE(167);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 180:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'o') ADVANCE(189);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 181:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'o') ADVANCE(172);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 182:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'p') ADVANCE(155);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 183:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'p') ADVANCE(176);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 184:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'r') ADVANCE(181);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 185:
ACCEPT_TOKEN(sym__word);
if (lookahead == 't') ADVANCE(190);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 186:
ACCEPT_TOKEN(sym__word);
if (lookahead == 't') ADVANCE(164);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 187:
ACCEPT_TOKEN(sym__word);
if (lookahead == 't') ADVANCE(169);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 188:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'u') ADVANCE(173);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 189:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'w') ADVANCE(123);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 190:
ACCEPT_TOKEN(sym__word);
if (lookahead == 'y') ADVANCE(113);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 191:
ACCEPT_TOKEN(sym__word);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(191);
END_STATE();
case 192:
ACCEPT_TOKEN(anon_sym_LF);
END_STATE();
case 193:
ACCEPT_TOKEN(anon_sym_2);
END_STATE();
case 194:
ACCEPT_TOKEN(anon_sym_2);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '"' &&
lookahead != '\'' &&
lookahead != ';' &&
lookahead != '`' &&
lookahead != '{' &&
lookahead != '}') ADVANCE(144);
END_STATE();
case 195:
ACCEPT_TOKEN(anon_sym_SEMI);
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 == 'c') ADVANCE(1);
if (lookahead == 'd') ADVANCE(2);
if (lookahead == 'h') ADVANCE(3);
if (lookahead == 'i') ADVANCE(4);
if (lookahead == 'l') ADVANCE(5);
if (lookahead == 'n') ADVANCE(6);
if (lookahead == 's') ADVANCE(7);
if (lookahead == 'w') ADVANCE(8);
END_STATE();
case 1:
if (lookahead == 'o') ADVANCE(9);
END_STATE();
case 2:
if (lookahead == 'i') ADVANCE(10);
END_STATE();
case 3:
if (lookahead == 'e') ADVANCE(11);
END_STATE();
case 4:
if (lookahead == 'c') ADVANCE(12);
END_STATE();
case 5:
if (lookahead == 'a') ADVANCE(13);
END_STATE();
case 6:
if (lookahead == 'e') ADVANCE(14);
END_STATE();
case 7:
if (lookahead == 'h') ADVANCE(15);
if (lookahead == 't') ADVANCE(16);
END_STATE();
case 8:
if (lookahead == 'i') ADVANCE(17);
END_STATE();
case 9:
if (lookahead == 'n') ADVANCE(18);
END_STATE();
case 10:
if (lookahead == 'r') ADVANCE(19);
END_STATE();
case 11:
if (lookahead == 'i') ADVANCE(20);
END_STATE();
case 12:
if (lookahead == 'o') ADVANCE(21);
END_STATE();
case 13:
if (lookahead == 'b') ADVANCE(22);
END_STATE();
case 14:
if (lookahead == 'a') ADVANCE(23);
END_STATE();
case 15:
if (lookahead == 'a') ADVANCE(24);
END_STATE();
case 16:
if (lookahead == 'y') ADVANCE(25);
END_STATE();
case 17:
if (lookahead == 'd') ADVANCE(26);
END_STATE();
case 18:
if (lookahead == 's') ADVANCE(27);
END_STATE();
case 19:
if (lookahead == 'e') ADVANCE(28);
END_STATE();
case 20:
if (lookahead == 'g') ADVANCE(29);
END_STATE();
case 21:
if (lookahead == 'n') ADVANCE(30);
END_STATE();
case 22:
if (lookahead == 'e') ADVANCE(31);
END_STATE();
case 23:
if (lookahead == 'r') ADVANCE(32);
END_STATE();
case 24:
if (lookahead == 'p') ADVANCE(33);
END_STATE();
case 25:
if (lookahead == 'l') ADVANCE(34);
END_STATE();
case 26:
if (lookahead == 't') ADVANCE(35);
END_STATE();
case 27:
if (lookahead == 't') ADVANCE(36);
END_STATE();
case 28:
if (lookahead == 'c') ADVANCE(37);
END_STATE();
case 29:
if (lookahead == 'h') ADVANCE(38);
END_STATE();
case 30:
ACCEPT_TOKEN(anon_sym_icon);
END_STATE();
case 31:
if (lookahead == 'l') ADVANCE(39);
END_STATE();
case 32:
ACCEPT_TOKEN(sym__text_attr_key);
END_STATE();
case 33:
if (lookahead == 'e') ADVANCE(40);
END_STATE();
case 34:
if (lookahead == 'e') ADVANCE(41);
END_STATE();
case 35:
if (lookahead == 'h') ADVANCE(42);
END_STATE();
case 36:
if (lookahead == 'r') ADVANCE(43);
END_STATE();
case 37:
if (lookahead == 't') ADVANCE(44);
END_STATE();
case 38:
if (lookahead == 't') ADVANCE(45);
END_STATE();
case 39:
ACCEPT_TOKEN(anon_sym_label);
END_STATE();
case 40:
ACCEPT_TOKEN(anon_sym_shape);
END_STATE();
case 41:
ACCEPT_TOKEN(anon_sym_style);
END_STATE();
case 42:
ACCEPT_TOKEN(anon_sym_width);
END_STATE();
case 43:
if (lookahead == 'a') ADVANCE(46);
END_STATE();
case 44:
if (lookahead == 'i') ADVANCE(47);
END_STATE();
case 45:
ACCEPT_TOKEN(anon_sym_height);
END_STATE();
case 46:
if (lookahead == 'i') ADVANCE(48);
END_STATE();
case 47:
if (lookahead == 'o') ADVANCE(49);
END_STATE();
case 48:
if (lookahead == 'n') ADVANCE(50);
END_STATE();
case 49:
if (lookahead == 'n') ADVANCE(51);
END_STATE();
case 50:
if (lookahead == 't') ADVANCE(52);
END_STATE();
case 51:
ACCEPT_TOKEN(sym__root_attr_key);
END_STATE();
case 52:
ACCEPT_TOKEN(anon_sym_constraint);
END_STATE();
default:
return false;
}
}
static const TSLexMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0},
[1] = {.lex_state = 104},
[2] = {.lex_state = 104},
[3] = {.lex_state = 104},
[4] = {.lex_state = 104},
[5] = {.lex_state = 104},
[6] = {.lex_state = 104},
[7] = {.lex_state = 104},
[8] = {.lex_state = 104},
[9] = {.lex_state = 104},
[10] = {.lex_state = 104},
[11] = {.lex_state = 104},
[12] = {.lex_state = 104},
[13] = {.lex_state = 2},
[14] = {.lex_state = 2},
[15] = {.lex_state = 2},
[16] = {.lex_state = 2},
[17] = {.lex_state = 2},
[18] = {.lex_state = 2},
[19] = {.lex_state = 2},
[20] = {.lex_state = 2},
[21] = {.lex_state = 2},
[22] = {.lex_state = 104},
[23] = {.lex_state = 104},
[24] = {.lex_state = 0},
[25] = {.lex_state = 104},
[26] = {.lex_state = 2},
[27] = {.lex_state = 104},
[28] = {.lex_state = 104},
[29] = {.lex_state = 2},
[30] = {.lex_state = 104},
[31] = {.lex_state = 104},
[32] = {.lex_state = 2},
[33] = {.lex_state = 104},
[34] = {.lex_state = 104},
[35] = {.lex_state = 104},
[36] = {.lex_state = 104},
[37] = {.lex_state = 2},
[38] = {.lex_state = 2},
[39] = {.lex_state = 104},
[40] = {.lex_state = 2},
[41] = {.lex_state = 0},
[42] = {.lex_state = 2},
[43] = {.lex_state = 104},
[44] = {.lex_state = 104},
[45] = {.lex_state = 104},
[46] = {.lex_state = 2},
[47] = {.lex_state = 104},
[48] = {.lex_state = 2},
[49] = {.lex_state = 2},
[50] = {.lex_state = 104},
[51] = {.lex_state = 104},
[52] = {.lex_state = 104},
[53] = {.lex_state = 2},
[54] = {.lex_state = 2},
[55] = {.lex_state = 2},
[56] = {.lex_state = 2},
[57] = {.lex_state = 2},
[58] = {.lex_state = 2},
[59] = {.lex_state = 3},
[60] = {.lex_state = 0},
[61] = {.lex_state = 2},
[62] = {.lex_state = 0},
[63] = {.lex_state = 104},
[64] = {.lex_state = 3},
[65] = {.lex_state = 0},
[66] = {.lex_state = 1},
[67] = {.lex_state = 1},
[68] = {.lex_state = 1},
[69] = {.lex_state = 0},
[70] = {.lex_state = 0},
[71] = {.lex_state = 104},
[72] = {.lex_state = 0},
[73] = {.lex_state = 0},
[74] = {.lex_state = 0},
[75] = {.lex_state = 0},
[76] = {.lex_state = 1},
[77] = {.lex_state = 1},
[78] = {.lex_state = 0},
[79] = {.lex_state = 0},
[80] = {.lex_state = 1},
[81] = {.lex_state = 0},
[82] = {.lex_state = 0},
[83] = {.lex_state = 0},
[84] = {.lex_state = 0},
[85] = {.lex_state = 104},
[86] = {.lex_state = 3},
[87] = {.lex_state = 0},
[88] = {.lex_state = 0},
[89] = {.lex_state = 104},
[90] = {.lex_state = 3},
[91] = {.lex_state = 0},
[92] = {.lex_state = 0},
[93] = {.lex_state = 0},
[94] = {.lex_state = 0},
[95] = {.lex_state = 4},
[96] = {.lex_state = 104},
[97] = {.lex_state = 4},
[98] = {.lex_state = 0},
[99] = {.lex_state = 104},
[100] = {.lex_state = 104},
[101] = {.lex_state = 104},
[102] = {.lex_state = 0},
[103] = {.lex_state = 0},
[104] = {.lex_state = 104},
[105] = {.lex_state = 104},
[106] = {.lex_state = 0},
[107] = {.lex_state = 4},
[108] = {.lex_state = 4},
[109] = {.lex_state = 4},
[110] = {.lex_state = 104},
[111] = {.lex_state = 4},
[112] = {.lex_state = 0},
[113] = {.lex_state = 0},
[114] = {.lex_state = 0},
[115] = {.lex_state = 0},
[116] = {.lex_state = 0},
[117] = {.lex_state = 104},
[118] = {.lex_state = 0},
[119] = {.lex_state = 104},
[120] = {.lex_state = 0},
[121] = {.lex_state = 0},
[122] = {.lex_state = 0},
[123] = {.lex_state = 104},
[124] = {.lex_state = 0},
[125] = {.lex_state = 104},
[126] = {.lex_state = 0},
[127] = {.lex_state = 104},
[128] = {.lex_state = 0},
[129] = {.lex_state = 0},
[130] = {.lex_state = 0},
[131] = {.lex_state = 0},
[132] = {.lex_state = 0},
[133] = {.lex_state = 0},
[134] = {.lex_state = 0},
[135] = {.lex_state = 4},
[136] = {.lex_state = 104},
[137] = {.lex_state = 0},
[138] = {.lex_state = 4},
[139] = {.lex_state = 0},
[140] = {.lex_state = 0},
[141] = {.lex_state = 104},
[142] = {.lex_state = 104},
[143] = {.lex_state = 104},
[144] = {.lex_state = 104},
[145] = {.lex_state = 0},
[146] = {.lex_state = 0},
[147] = {.lex_state = 0},
[148] = {.lex_state = 0},
[149] = {.lex_state = 0},
[150] = {.lex_state = 5},
[151] = {.lex_state = 0},
[152] = {.lex_state = 104},
[153] = {.lex_state = 104},
[154] = {.lex_state = 104},
[155] = {.lex_state = 0},
[156] = {.lex_state = 0},
[157] = {.lex_state = 0},
[158] = {.lex_state = 4},
[159] = {.lex_state = 0},
[160] = {.lex_state = 0},
[161] = {.lex_state = 0},
[162] = {.lex_state = 0},
[163] = {.lex_state = 0},
[164] = {.lex_state = 0},
[165] = {.lex_state = 0},
[166] = {.lex_state = 0},
[167] = {.lex_state = 0},
[168] = {.lex_state = 0},
[169] = {.lex_state = 0},
[170] = {.lex_state = 104},
[171] = {.lex_state = 0},
[172] = {.lex_state = 0},
[173] = {.lex_state = 104},
[174] = {.lex_state = 0},
[175] = {.lex_state = 0},
[176] = {.lex_state = 0},
[177] = {.lex_state = 104},
[178] = {.lex_state = 0},
[179] = {.lex_state = 0},
[180] = {.lex_state = 0},
[181] = {.lex_state = 0},
[182] = {.lex_state = 0},
[183] = {.lex_state = 0},
[184] = {.lex_state = 0},
[185] = {.lex_state = 104},
[186] = {.lex_state = 0},
[187] = {.lex_state = 0},
[188] = {.lex_state = 0},
[189] = {.lex_state = 0},
[190] = {.lex_state = 0},
[191] = {.lex_state = 2},
[192] = {.lex_state = 0},
[193] = {.lex_state = 5},
[194] = {.lex_state = 0},
[195] = {.lex_state = 0},
[196] = {.lex_state = 0},
[197] = {.lex_state = 104},
[198] = {.lex_state = 0},
[199] = {.lex_state = 0},
[200] = {.lex_state = 0},
[201] = {.lex_state = 8},
[202] = {.lex_state = 9},
[203] = {.lex_state = 104},
[204] = {.lex_state = 104},
[205] = {.lex_state = 9},
[206] = {.lex_state = 7},
[207] = {.lex_state = 6},
[208] = {.lex_state = 8},
[209] = {.lex_state = 104},
[210] = {.lex_state = 0},
[211] = {.lex_state = 104},
[212] = {.lex_state = 104},
[213] = {.lex_state = 7},
[214] = {.lex_state = 9},
[215] = {.lex_state = 0},
[216] = {.lex_state = 0},
[217] = {.lex_state = 6},
[218] = {.lex_state = 8},
[219] = {.lex_state = 6},
[220] = {.lex_state = 104},
[221] = {.lex_state = 104},
[222] = {.lex_state = 104},
[223] = {.lex_state = 104},
[224] = {.lex_state = 0},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[0] = {
[ts_builtin_sym_end] = ACTIONS(1),
[sym__word] = ACTIONS(1),
[anon_sym_] = ACTIONS(1),
[anon_sym_TAB] = ACTIONS(1),
[sym__root_attr_key] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[anon_sym_style] = ACTIONS(1),
[anon_sym_shape] = ACTIONS(1),
[anon_sym_label] = ACTIONS(1),
[anon_sym_constraint] = ACTIONS(1),
[anon_sym_icon] = ACTIONS(1),
[anon_sym_width] = ACTIONS(1),
[anon_sym_height] = ACTIONS(1),
[anon_sym_opacity] = ACTIONS(1),
[anon_sym_fill] = ACTIONS(1),
[anon_sym_stroke] = ACTIONS(1),
[anon_sym_shadow] = ACTIONS(1),
[anon_sym_multiple] = ACTIONS(1),
[anon_sym_animated] = ACTIONS(1),
[anon_sym_3d] = ACTIONS(1),
[anon_sym_link] = ACTIONS(1),
[sym__text_attr_key] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
[anon_sym_DASH_DASH] = ACTIONS(1),
[anon_sym_LT_DASH] = ACTIONS(1),
[anon_sym_GT] = ACTIONS(1),
[anon_sym_DASH_GT] = ACTIONS(1),
[sym__dash] = ACTIONS(1),
[sym_dot] = ACTIONS(1),
[anon_sym_SQUOTE] = ACTIONS(1),
[anon_sym_DQUOTE] = ACTIONS(1),
[anon_sym_BQUOTE] = ACTIONS(1),
[sym_line_comment] = ACTIONS(3),
[anon_sym_LF] = ACTIONS(1),
[anon_sym_2] = ACTIONS(1),
[anon_sym_SEMI] = ACTIONS(1),
},
[1] = {
[sym_source_file] = STATE(224),
[sym__root_definition] = STATE(3),
[sym_connection] = STATE(3),
[sym__shape_definition] = STATE(3),
[sym__shape_path] = STATE(24),
[sym_shape_key] = STATE(70),
[sym__root_attribute] = STATE(3),
[sym__shape_attribute] = STATE(113),
[sym__style_attribute] = STATE(161),
[sym__shape_attr_key] = STATE(178),
[sym_string] = STATE(82),
[sym__emptyline] = STATE(3),
[sym__eof] = STATE(3),
[aux_sym_source_file_repeat1] = STATE(3),
[aux_sym__shape_definition_repeat1] = STATE(63),
[aux_sym__shape_path_repeat1] = STATE(110),
[aux_sym_shape_key_repeat2] = STATE(68),
[ts_builtin_sym_end] = ACTIONS(5),
[sym__word] = ACTIONS(7),
[anon_sym_] = ACTIONS(9),
[anon_sym_TAB] = ACTIONS(9),
[sym__root_attr_key] = ACTIONS(11),
[anon_sym_style] = ACTIONS(13),
[anon_sym_shape] = ACTIONS(15),
[anon_sym_label] = ACTIONS(15),
[anon_sym_constraint] = ACTIONS(15),
[anon_sym_icon] = ACTIONS(15),
[anon_sym_width] = ACTIONS(15),
[anon_sym_height] = ACTIONS(15),
[sym__dash] = ACTIONS(17),
[anon_sym_SQUOTE] = ACTIONS(19),
[anon_sym_DQUOTE] = ACTIONS(21),
[anon_sym_BQUOTE] = ACTIONS(23),
[sym_line_comment] = ACTIONS(3),
[anon_sym_LF] = ACTIONS(25),
[anon_sym_2] = ACTIONS(25),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 22,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(27), 1,
ts_builtin_sym_end,
ACTIONS(29), 1,
sym__word,
ACTIONS(35), 1,
sym__root_attr_key,
ACTIONS(38), 1,
anon_sym_style,
ACTIONS(44), 1,
sym__dash,
ACTIONS(47), 1,
anon_sym_SQUOTE,
ACTIONS(50), 1,
anon_sym_DQUOTE,
ACTIONS(53), 1,
anon_sym_BQUOTE,
STATE(24), 1,
sym__shape_path,
STATE(63), 1,
aux_sym__shape_definition_repeat1,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(70), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(110), 1,
aux_sym__shape_path_repeat1,
STATE(113), 1,
sym__shape_attribute,
STATE(161), 1,
sym__style_attribute,
STATE(178), 1,
sym__shape_attr_key,
ACTIONS(32), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(56), 2,
anon_sym_LF,
anon_sym_2,
ACTIONS(41), 6,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
STATE(2), 7,
sym__root_definition,
sym_connection,
sym__shape_definition,
sym__root_attribute,
sym__emptyline,
sym__eof,
aux_sym_source_file_repeat1,
[80] = 22,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(7), 1,
sym__word,
ACTIONS(11), 1,
sym__root_attr_key,
ACTIONS(13), 1,
anon_sym_style,
ACTIONS(17), 1,
sym__dash,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(59), 1,
ts_builtin_sym_end,
STATE(24), 1,
sym__shape_path,
STATE(63), 1,
aux_sym__shape_definition_repeat1,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(70), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(110), 1,
aux_sym__shape_path_repeat1,
STATE(113), 1,
sym__shape_attribute,
STATE(161), 1,
sym__style_attribute,
STATE(178), 1,
sym__shape_attr_key,
ACTIONS(9), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(61), 2,
anon_sym_LF,
anon_sym_2,
ACTIONS(15), 6,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
STATE(2), 7,
sym__root_definition,
sym_connection,
sym__shape_definition,
sym__root_attribute,
sym__emptyline,
sym__eof,
aux_sym_source_file_repeat1,
[160] = 21,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(7), 1,
sym__word,
ACTIONS(13), 1,
anon_sym_style,
ACTIONS(17), 1,
sym__dash,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(65), 1,
anon_sym_RBRACE,
STATE(9), 1,
aux_sym__shape_definition_repeat1,
STATE(24), 1,
sym__shape_path,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(70), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(110), 1,
aux_sym__shape_path_repeat1,
STATE(161), 1,
sym__style_attribute,
STATE(178), 1,
sym__shape_attr_key,
ACTIONS(63), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(67), 2,
anon_sym_LF,
anon_sym_2,
STATE(7), 3,
sym__emptyline,
sym__eof,
aux_sym__shape_block_repeat1,
STATE(103), 4,
sym_connection,
sym__shape_definition,
sym__shape_block_definition,
sym__shape_attribute,
ACTIONS(15), 6,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
[236] = 21,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(69), 1,
sym__word,
ACTIONS(75), 1,
anon_sym_RBRACE,
ACTIONS(77), 1,
anon_sym_style,
ACTIONS(83), 1,
sym__dash,
ACTIONS(86), 1,
anon_sym_SQUOTE,
ACTIONS(89), 1,
anon_sym_DQUOTE,
ACTIONS(92), 1,
anon_sym_BQUOTE,
STATE(12), 1,
aux_sym__shape_definition_repeat1,
STATE(24), 1,
sym__shape_path,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(70), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(110), 1,
aux_sym__shape_path_repeat1,
STATE(161), 1,
sym__style_attribute,
STATE(178), 1,
sym__shape_attr_key,
ACTIONS(72), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(95), 2,
anon_sym_LF,
anon_sym_2,
STATE(5), 3,
sym__emptyline,
sym__eof,
aux_sym__shape_block_repeat1,
STATE(126), 4,
sym_connection,
sym__shape_definition,
sym__shape_block_definition,
sym__shape_attribute,
ACTIONS(80), 6,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
[312] = 21,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(7), 1,
sym__word,
ACTIONS(13), 1,
anon_sym_style,
ACTIONS(17), 1,
sym__dash,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(65), 1,
anon_sym_RBRACE,
STATE(9), 1,
aux_sym__shape_definition_repeat1,
STATE(24), 1,
sym__shape_path,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(70), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(110), 1,
aux_sym__shape_path_repeat1,
STATE(161), 1,
sym__style_attribute,
STATE(178), 1,
sym__shape_attr_key,
ACTIONS(63), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(98), 2,
anon_sym_LF,
anon_sym_2,
STATE(5), 3,
sym__emptyline,
sym__eof,
aux_sym__shape_block_repeat1,
STATE(103), 4,
sym_connection,
sym__shape_definition,
sym__shape_block_definition,
sym__shape_attribute,
ACTIONS(15), 6,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
[388] = 21,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(7), 1,
sym__word,
ACTIONS(13), 1,
anon_sym_style,
ACTIONS(17), 1,
sym__dash,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(102), 1,
anon_sym_RBRACE,
STATE(11), 1,
aux_sym__shape_definition_repeat1,
STATE(24), 1,
sym__shape_path,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(70), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(110), 1,
aux_sym__shape_path_repeat1,
STATE(161), 1,
sym__style_attribute,
STATE(178), 1,
sym__shape_attr_key,
ACTIONS(98), 2,
anon_sym_LF,
anon_sym_2,
ACTIONS(100), 2,
anon_sym_,
anon_sym_TAB,
STATE(5), 3,
sym__emptyline,
sym__eof,
aux_sym__shape_block_repeat1,
STATE(112), 4,
sym_connection,
sym__shape_definition,
sym__shape_block_definition,
sym__shape_attribute,
ACTIONS(15), 6,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
[464] = 21,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(7), 1,
sym__word,
ACTIONS(13), 1,
anon_sym_style,
ACTIONS(17), 1,
sym__dash,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(106), 1,
anon_sym_RBRACE,
STATE(10), 1,
aux_sym__shape_definition_repeat1,
STATE(24), 1,
sym__shape_path,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(70), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(110), 1,
aux_sym__shape_path_repeat1,
STATE(161), 1,
sym__style_attribute,
STATE(178), 1,
sym__shape_attr_key,
ACTIONS(104), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(108), 2,
anon_sym_LF,
anon_sym_2,
STATE(6), 3,
sym__emptyline,
sym__eof,
aux_sym__shape_block_repeat1,
STATE(102), 4,
sym_connection,
sym__shape_definition,
sym__shape_block_definition,
sym__shape_attribute,
ACTIONS(15), 6,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
[540] = 21,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(7), 1,
sym__word,
ACTIONS(13), 1,
anon_sym_style,
ACTIONS(17), 1,
sym__dash,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(102), 1,
anon_sym_RBRACE,
STATE(22), 1,
aux_sym__shape_definition_repeat1,
STATE(24), 1,
sym__shape_path,
STATE(39), 1,
sym__eof,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(74), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(104), 1,
aux_sym__shape_path_repeat1,
STATE(161), 1,
sym__style_attribute,
STATE(178), 1,
sym__shape_attr_key,
ACTIONS(110), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(112), 2,
anon_sym_LF,
anon_sym_2,
STATE(120), 4,
sym_connection,
sym__shape_definition,
sym__shape_block_definition,
sym__shape_attribute,
ACTIONS(15), 6,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
[614] = 21,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(7), 1,
sym__word,
ACTIONS(13), 1,
anon_sym_style,
ACTIONS(17), 1,
sym__dash,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(65), 1,
anon_sym_RBRACE,
STATE(22), 1,
aux_sym__shape_definition_repeat1,
STATE(24), 1,
sym__shape_path,
STATE(39), 1,
sym__eof,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(74), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(104), 1,
aux_sym__shape_path_repeat1,
STATE(161), 1,
sym__style_attribute,
STATE(178), 1,
sym__shape_attr_key,
ACTIONS(110), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(112), 2,
anon_sym_LF,
anon_sym_2,
STATE(120), 4,
sym_connection,
sym__shape_definition,
sym__shape_block_definition,
sym__shape_attribute,
ACTIONS(15), 6,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
[688] = 21,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(7), 1,
sym__word,
ACTIONS(13), 1,
anon_sym_style,
ACTIONS(17), 1,
sym__dash,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(114), 1,
anon_sym_RBRACE,
STATE(22), 1,
aux_sym__shape_definition_repeat1,
STATE(24), 1,
sym__shape_path,
STATE(39), 1,
sym__eof,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(74), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(104), 1,
aux_sym__shape_path_repeat1,
STATE(161), 1,
sym__style_attribute,
STATE(178), 1,
sym__shape_attr_key,
ACTIONS(110), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(112), 2,
anon_sym_LF,
anon_sym_2,
STATE(120), 4,
sym_connection,
sym__shape_definition,
sym__shape_block_definition,
sym__shape_attribute,
ACTIONS(15), 6,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
[762] = 20,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(7), 1,
sym__word,
ACTIONS(13), 1,
anon_sym_style,
ACTIONS(17), 1,
sym__dash,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
STATE(22), 1,
aux_sym__shape_definition_repeat1,
STATE(24), 1,
sym__shape_path,
STATE(39), 1,
sym__eof,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(74), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(104), 1,
aux_sym__shape_path_repeat1,
STATE(161), 1,
sym__style_attribute,
STATE(178), 1,
sym__shape_attr_key,
ACTIONS(110), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(112), 2,
anon_sym_LF,
anon_sym_2,
STATE(120), 4,
sym_connection,
sym__shape_definition,
sym__shape_block_definition,
sym__shape_attribute,
ACTIONS(15), 6,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
[833] = 5,
ACTIONS(3), 1,
sym_line_comment,
STATE(13), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(116), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(121), 2,
anon_sym_stroke,
sym__dash,
ACTIONS(119), 20,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[870] = 11,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(125), 1,
anon_sym_RBRACE,
ACTIONS(129), 1,
anon_sym_stroke,
STATE(37), 1,
aux_sym__shape_definition_repeat1,
STATE(55), 1,
sym__eof,
STATE(94), 1,
sym__inner_style_attribute,
STATE(171), 1,
sym__style_attr_key,
ACTIONS(123), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(131), 2,
anon_sym_LF,
anon_sym_2,
STATE(18), 2,
sym__emptyline,
aux_sym__style_attr_block_repeat1,
ACTIONS(127), 11,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
[917] = 10,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(136), 1,
anon_sym_RBRACE,
ACTIONS(141), 1,
anon_sym_stroke,
STATE(40), 1,
aux_sym__shape_definition_repeat1,
STATE(115), 1,
sym__inner_style_attribute,
STATE(181), 1,
sym__style_attr_key,
ACTIONS(133), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(144), 2,
anon_sym_LF,
anon_sym_2,
STATE(15), 3,
sym__emptyline,
sym__eof,
aux_sym__style_attr_block_repeat1,
ACTIONS(138), 11,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
[962] = 10,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(129), 1,
anon_sym_stroke,
ACTIONS(149), 1,
anon_sym_RBRACE,
STATE(38), 1,
aux_sym__shape_definition_repeat1,
STATE(106), 1,
sym__inner_style_attribute,
STATE(181), 1,
sym__style_attr_key,
ACTIONS(147), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(151), 2,
anon_sym_LF,
anon_sym_2,
STATE(15), 3,
sym__emptyline,
sym__eof,
aux_sym__style_attr_block_repeat1,
ACTIONS(127), 11,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
[1007] = 10,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(125), 1,
anon_sym_RBRACE,
ACTIONS(129), 1,
anon_sym_stroke,
STATE(32), 1,
aux_sym__shape_definition_repeat1,
STATE(94), 1,
sym__inner_style_attribute,
STATE(181), 1,
sym__style_attr_key,
ACTIONS(151), 2,
anon_sym_LF,
anon_sym_2,
ACTIONS(153), 2,
anon_sym_,
anon_sym_TAB,
STATE(15), 3,
sym__emptyline,
sym__eof,
aux_sym__style_attr_block_repeat1,
ACTIONS(127), 11,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
[1052] = 10,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(129), 1,
anon_sym_stroke,
ACTIONS(157), 1,
anon_sym_RBRACE,
STATE(29), 1,
aux_sym__shape_definition_repeat1,
STATE(93), 1,
sym__inner_style_attribute,
STATE(181), 1,
sym__style_attr_key,
ACTIONS(151), 2,
anon_sym_LF,
anon_sym_2,
ACTIONS(155), 2,
anon_sym_,
anon_sym_TAB,
STATE(15), 3,
sym__emptyline,
sym__eof,
aux_sym__style_attr_block_repeat1,
ACTIONS(127), 11,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
[1097] = 10,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(125), 1,
anon_sym_RBRACE,
ACTIONS(129), 1,
anon_sym_stroke,
STATE(20), 1,
aux_sym__shape_definition_repeat1,
STATE(94), 1,
sym__inner_style_attribute,
STATE(181), 1,
sym__style_attr_key,
ACTIONS(159), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(161), 2,
anon_sym_LF,
anon_sym_2,
STATE(18), 3,
sym__emptyline,
sym__eof,
aux_sym__style_attr_block_repeat1,
ACTIONS(127), 11,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
[1142] = 11,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(129), 1,
anon_sym_stroke,
ACTIONS(157), 1,
anon_sym_RBRACE,
STATE(26), 1,
aux_sym__shape_definition_repeat1,
STATE(55), 1,
sym__eof,
STATE(93), 1,
sym__inner_style_attribute,
STATE(171), 1,
sym__style_attr_key,
ACTIONS(131), 2,
anon_sym_LF,
anon_sym_2,
ACTIONS(163), 2,
anon_sym_,
anon_sym_TAB,
STATE(16), 2,
sym__emptyline,
aux_sym__style_attr_block_repeat1,
ACTIONS(127), 11,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
[1189] = 10,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(129), 1,
anon_sym_stroke,
ACTIONS(167), 1,
anon_sym_RBRACE,
STATE(14), 1,
aux_sym__shape_definition_repeat1,
STATE(92), 1,
sym__inner_style_attribute,
STATE(181), 1,
sym__style_attr_key,
ACTIONS(165), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(169), 2,
anon_sym_LF,
anon_sym_2,
STATE(17), 3,
sym__emptyline,
sym__eof,
aux_sym__style_attr_block_repeat1,
ACTIONS(127), 11,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
[1234] = 14,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(171), 1,
sym__word,
ACTIONS(177), 1,
sym__dash,
ACTIONS(180), 1,
anon_sym_SQUOTE,
ACTIONS(183), 1,
anon_sym_DQUOTE,
ACTIONS(186), 1,
anon_sym_BQUOTE,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(72), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(100), 1,
aux_sym__shape_path_repeat1,
ACTIONS(174), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(119), 3,
anon_sym_RBRACE,
anon_sym_LF,
anon_sym_2,
ACTIONS(121), 7,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
[1286] = 5,
ACTIONS(3), 1,
sym_line_comment,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(174), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(121), 8,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
ACTIONS(119), 11,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COLON,
sym__dash,
sym_dot,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[1320] = 18,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(191), 1,
anon_sym_LBRACE,
ACTIONS(193), 1,
anon_sym_COLON,
ACTIONS(195), 1,
anon_sym_DASH_DASH,
ACTIONS(197), 1,
anon_sym_LT_DASH,
ACTIONS(199), 1,
anon_sym_DASH_GT,
ACTIONS(201), 1,
sym__dash,
ACTIONS(203), 1,
sym_dot,
STATE(25), 1,
sym__end,
STATE(36), 1,
sym__eof,
STATE(41), 1,
aux_sym_connection_repeat1,
STATE(59), 1,
sym__colon,
STATE(62), 1,
aux_sym__shape_definition_repeat1,
STATE(130), 1,
sym__shape_block,
STATE(213), 1,
aux_sym_arrow_repeat1,
ACTIONS(189), 2,
anon_sym_,
anon_sym_TAB,
STATE(71), 2,
sym__arrow,
sym_arrow,
ACTIONS(205), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[1379] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(209), 9,
sym__root_attr_key,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
ACTIONS(207), 11,
ts_builtin_sym_end,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[1407] = 9,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(211), 1,
anon_sym_RBRACE,
ACTIONS(217), 1,
anon_sym_stroke,
STATE(13), 1,
aux_sym__shape_definition_repeat1,
STATE(54), 1,
sym__eof,
STATE(182), 1,
sym__style_attr_key,
ACTIONS(116), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(220), 2,
anon_sym_LF,
anon_sym_2,
ACTIONS(214), 11,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
[1447] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(225), 9,
sym__root_attr_key,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
ACTIONS(223), 11,
ts_builtin_sym_end,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[1475] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(229), 9,
sym__root_attr_key,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
ACTIONS(227), 11,
ts_builtin_sym_end,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[1503] = 9,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(129), 1,
anon_sym_stroke,
ACTIONS(149), 1,
anon_sym_RBRACE,
STATE(13), 1,
aux_sym__shape_definition_repeat1,
STATE(54), 1,
sym__eof,
STATE(182), 1,
sym__style_attr_key,
ACTIONS(231), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(233), 2,
anon_sym_LF,
anon_sym_2,
ACTIONS(127), 11,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
[1543] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(237), 9,
sym__root_attr_key,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
ACTIONS(235), 11,
ts_builtin_sym_end,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[1571] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(241), 9,
sym__root_attr_key,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
ACTIONS(239), 11,
ts_builtin_sym_end,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[1599] = 9,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(129), 1,
anon_sym_stroke,
ACTIONS(157), 1,
anon_sym_RBRACE,
STATE(13), 1,
aux_sym__shape_definition_repeat1,
STATE(54), 1,
sym__eof,
STATE(182), 1,
sym__style_attr_key,
ACTIONS(231), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(233), 2,
anon_sym_LF,
anon_sym_2,
ACTIONS(127), 11,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
[1639] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(245), 9,
sym__root_attr_key,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
ACTIONS(243), 11,
ts_builtin_sym_end,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[1667] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(249), 9,
sym__root_attr_key,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
ACTIONS(247), 11,
ts_builtin_sym_end,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[1695] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(253), 9,
sym__root_attr_key,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
ACTIONS(251), 11,
ts_builtin_sym_end,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[1723] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(257), 9,
sym__root_attr_key,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
ACTIONS(255), 11,
ts_builtin_sym_end,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[1751] = 9,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(217), 1,
anon_sym_stroke,
ACTIONS(259), 1,
anon_sym_RBRACE,
STATE(13), 1,
aux_sym__shape_definition_repeat1,
STATE(54), 1,
sym__eof,
STATE(182), 1,
sym__style_attr_key,
ACTIONS(116), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(220), 2,
anon_sym_LF,
anon_sym_2,
ACTIONS(214), 11,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
[1791] = 9,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(129), 1,
anon_sym_stroke,
ACTIONS(262), 1,
anon_sym_RBRACE,
STATE(13), 1,
aux_sym__shape_definition_repeat1,
STATE(54), 1,
sym__eof,
STATE(182), 1,
sym__style_attr_key,
ACTIONS(231), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(233), 2,
anon_sym_LF,
anon_sym_2,
ACTIONS(127), 11,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
[1831] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(266), 9,
sym__root_attr_key,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
ACTIONS(264), 10,
ts_builtin_sym_end,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
[1858] = 8,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(129), 1,
anon_sym_stroke,
STATE(13), 1,
aux_sym__shape_definition_repeat1,
STATE(54), 1,
sym__eof,
STATE(182), 1,
sym__style_attr_key,
ACTIONS(231), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(233), 2,
anon_sym_LF,
anon_sym_2,
ACTIONS(127), 11,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
[1895] = 16,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(195), 1,
anon_sym_DASH_DASH,
ACTIONS(197), 1,
anon_sym_LT_DASH,
ACTIONS(199), 1,
anon_sym_DASH_GT,
ACTIONS(201), 1,
sym__dash,
ACTIONS(270), 1,
anon_sym_COLON,
ACTIONS(272), 1,
sym_dot,
STATE(33), 1,
sym__end,
STATE(36), 1,
sym__eof,
STATE(60), 1,
aux_sym_connection_repeat1,
STATE(65), 1,
aux_sym__shape_definition_repeat1,
STATE(150), 1,
sym__colon,
STATE(213), 1,
aux_sym_arrow_repeat1,
ACTIONS(268), 2,
anon_sym_,
anon_sym_TAB,
STATE(71), 2,
sym__arrow,
sym_arrow,
ACTIONS(205), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[1948] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(277), 1,
anon_sym_RBRACE,
ACTIONS(280), 1,
anon_sym_stroke,
STATE(196), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(274), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(136), 13,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
anon_sym_LF,
anon_sym_2,
[1980] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(287), 1,
anon_sym_RBRACE,
STATE(184), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(284), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(75), 6,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
ACTIONS(282), 8,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
[2012] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(293), 1,
anon_sym_RBRACE,
STATE(189), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(290), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(75), 6,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
ACTIONS(282), 8,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
[2044] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(296), 9,
ts_builtin_sym_end,
anon_sym_,
anon_sym_TAB,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
ACTIONS(298), 9,
sym__root_attr_key,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
[2070] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(280), 1,
anon_sym_stroke,
ACTIONS(303), 1,
anon_sym_RBRACE,
STATE(198), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(300), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(136), 13,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
anon_sym_LF,
anon_sym_2,
[2102] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(306), 9,
ts_builtin_sym_end,
anon_sym_,
anon_sym_TAB,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
ACTIONS(308), 9,
sym__root_attr_key,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
[2128] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(280), 1,
anon_sym_stroke,
ACTIONS(313), 1,
anon_sym_RBRACE,
STATE(186), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(310), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(136), 13,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
anon_sym_LF,
anon_sym_2,
[2160] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(280), 1,
anon_sym_stroke,
ACTIONS(319), 1,
anon_sym_RBRACE,
STATE(194), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(316), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(136), 13,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
anon_sym_LF,
anon_sym_2,
[2192] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(325), 1,
anon_sym_RBRACE,
STATE(192), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(322), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(75), 6,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
ACTIONS(282), 8,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
[2224] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(328), 8,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
ACTIONS(330), 9,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
[2249] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(282), 8,
anon_sym_style,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
sym__word,
ACTIONS(75), 9,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_2,
[2274] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(225), 1,
anon_sym_stroke,
ACTIONS(223), 16,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
anon_sym_LF,
anon_sym_2,
[2299] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(266), 1,
anon_sym_stroke,
ACTIONS(264), 16,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
anon_sym_LF,
anon_sym_2,
[2324] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(335), 1,
anon_sym_stroke,
ACTIONS(332), 16,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
anon_sym_LF,
anon_sym_2,
[2349] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(257), 1,
anon_sym_stroke,
ACTIONS(255), 16,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
anon_sym_LF,
anon_sym_2,
[2374] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(280), 1,
anon_sym_stroke,
ACTIONS(136), 16,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
anon_sym_LF,
anon_sym_2,
[2399] = 7,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(129), 1,
anon_sym_stroke,
STATE(61), 1,
aux_sym__shape_definition_repeat1,
STATE(145), 1,
sym__inner_style_attribute,
STATE(181), 1,
sym__style_attr_key,
ACTIONS(338), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(127), 11,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
[2432] = 15,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(191), 1,
anon_sym_LBRACE,
ACTIONS(342), 1,
sym__unquoted_string,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(346), 1,
anon_sym_2,
STATE(30), 1,
sym__end,
STATE(36), 1,
sym__eof,
STATE(64), 1,
aux_sym__shape_definition_repeat1,
STATE(91), 1,
sym_label,
STATE(137), 1,
sym__shape_block,
STATE(157), 1,
sym_string,
ACTIONS(205), 2,
anon_sym_LF,
anon_sym_SEMI,
ACTIONS(340), 2,
anon_sym_,
anon_sym_TAB,
[2480] = 11,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(353), 1,
anon_sym_DASH_DASH,
ACTIONS(356), 1,
anon_sym_LT_DASH,
ACTIONS(359), 1,
anon_sym_DASH_GT,
ACTIONS(362), 1,
sym__dash,
STATE(60), 1,
aux_sym_connection_repeat1,
STATE(98), 1,
aux_sym__shape_definition_repeat1,
STATE(213), 1,
aux_sym_arrow_repeat1,
ACTIONS(348), 2,
anon_sym_,
anon_sym_TAB,
STATE(71), 2,
sym__arrow,
sym_arrow,
ACTIONS(351), 5,
anon_sym_COLON,
sym_dot,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[2520] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(129), 1,
anon_sym_stroke,
STATE(13), 1,
aux_sym__shape_definition_repeat1,
STATE(182), 1,
sym__style_attr_key,
ACTIONS(231), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(127), 11,
anon_sym_opacity,
anon_sym_fill,
anon_sym_stroke_DASHwidth,
anon_sym_stroke_DASHdash,
anon_sym_border_DASHradius,
anon_sym_font_DASHcolor,
anon_sym_shadow,
anon_sym_multiple,
anon_sym_animated,
anon_sym_3d,
anon_sym_link,
[2550] = 13,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(195), 1,
anon_sym_DASH_DASH,
ACTIONS(197), 1,
anon_sym_LT_DASH,
ACTIONS(199), 1,
anon_sym_DASH_GT,
ACTIONS(201), 1,
sym__dash,
ACTIONS(365), 1,
anon_sym_LBRACE,
ACTIONS(367), 1,
anon_sym_COLON,
STATE(13), 1,
aux_sym__shape_definition_repeat1,
STATE(27), 1,
sym__eof,
STATE(141), 1,
sym_arrow,
STATE(213), 1,
aux_sym_arrow_repeat1,
ACTIONS(231), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(369), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[2593] = 14,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(17), 1,
sym__dash,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(371), 1,
sym__word,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
STATE(39), 1,
sym__eof,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(72), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(100), 1,
aux_sym__shape_path_repeat1,
ACTIONS(112), 2,
anon_sym_LF,
anon_sym_2,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
[2638] = 13,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(342), 1,
sym__unquoted_string,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(365), 1,
anon_sym_LBRACE,
ACTIONS(377), 1,
anon_sym_2,
STATE(27), 1,
sym__eof,
STATE(86), 1,
aux_sym__shape_definition_repeat1,
STATE(88), 1,
sym_label,
STATE(157), 1,
sym_string,
ACTIONS(369), 2,
anon_sym_LF,
anon_sym_SEMI,
ACTIONS(375), 2,
anon_sym_,
anon_sym_TAB,
[2680] = 12,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(195), 1,
anon_sym_DASH_DASH,
ACTIONS(197), 1,
anon_sym_LT_DASH,
ACTIONS(199), 1,
anon_sym_DASH_GT,
ACTIONS(201), 1,
sym__dash,
ACTIONS(379), 1,
anon_sym_COLON,
STATE(13), 1,
aux_sym__shape_definition_repeat1,
STATE(27), 1,
sym__eof,
STATE(141), 1,
sym_arrow,
STATE(213), 1,
aux_sym_arrow_repeat1,
ACTIONS(231), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(369), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[2720] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(381), 1,
sym__word,
ACTIONS(386), 1,
sym__dash,
STATE(66), 1,
aux_sym_shape_key_repeat2,
ACTIONS(384), 11,
anon_sym_,
anon_sym_TAB,
anon_sym_LBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
sym_dot,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[2746] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(388), 1,
sym__word,
ACTIONS(392), 1,
sym__dash,
STATE(66), 1,
aux_sym_shape_key_repeat2,
ACTIONS(390), 11,
anon_sym_,
anon_sym_TAB,
anon_sym_LBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
sym_dot,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[2772] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(388), 1,
sym__word,
ACTIONS(397), 1,
sym__dash,
STATE(66), 1,
aux_sym_shape_key_repeat2,
ACTIONS(395), 11,
anon_sym_,
anon_sym_TAB,
anon_sym_LBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
sym_dot,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[2798] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(402), 1,
sym__dash,
ACTIONS(400), 12,
anon_sym_,
anon_sym_TAB,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
sym_dot,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[2819] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(409), 1,
sym__dash,
ACTIONS(411), 1,
sym_dot,
STATE(199), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(404), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(407), 8,
anon_sym_LBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[2846] = 13,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(17), 1,
sym__dash,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(371), 1,
sym__word,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(70), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(85), 1,
aux_sym__shape_definition_repeat1,
STATE(87), 1,
sym__shape_path,
STATE(110), 1,
aux_sym__shape_path_repeat1,
ACTIONS(414), 2,
anon_sym_,
anon_sym_TAB,
[2887] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(421), 1,
sym__dash,
ACTIONS(423), 1,
sym_dot,
STATE(199), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(416), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(419), 8,
anon_sym_LBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[2914] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(433), 1,
sym__dash,
ACTIONS(436), 1,
sym_dot,
STATE(199), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(426), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(430), 8,
anon_sym_LBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[2941] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(447), 1,
sym__dash,
ACTIONS(450), 1,
sym_dot,
STATE(199), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(440), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(444), 8,
anon_sym_LBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[2968] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(454), 1,
anon_sym_,
ACTIONS(457), 1,
sym__dash,
STATE(203), 1,
aux_sym_shape_key_repeat1,
ACTIONS(390), 10,
anon_sym_TAB,
anon_sym_LBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
sym_dot,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[2993] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(462), 1,
sym__dash,
ACTIONS(460), 12,
anon_sym_,
anon_sym_TAB,
anon_sym_LBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
sym_dot,
sym__word,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3014] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(464), 1,
sym__word,
ACTIONS(466), 1,
sym__dash,
ACTIONS(390), 11,
anon_sym_,
anon_sym_TAB,
anon_sym_LBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
sym_dot,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3037] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(470), 1,
sym__dash,
ACTIONS(468), 12,
anon_sym_,
anon_sym_TAB,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
sym_dot,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3058] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(477), 1,
sym__dash,
ACTIONS(479), 1,
sym_dot,
STATE(199), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(472), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(475), 8,
anon_sym_LBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3085] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(464), 1,
sym__word,
ACTIONS(484), 1,
sym__dash,
ACTIONS(482), 11,
anon_sym_,
anon_sym_TAB,
anon_sym_LBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
sym_dot,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3108] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(486), 1,
anon_sym_,
ACTIONS(489), 1,
sym__dash,
STATE(203), 1,
aux_sym_shape_key_repeat1,
ACTIONS(395), 10,
anon_sym_TAB,
anon_sym_LBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
sym_dot,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3133] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(492), 1,
sym__dash,
ACTIONS(395), 11,
anon_sym_,
anon_sym_TAB,
anon_sym_LBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
sym_dot,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3153] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(466), 1,
sym__dash,
ACTIONS(390), 11,
anon_sym_,
anon_sym_TAB,
anon_sym_LBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
sym_dot,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3173] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(484), 1,
sym__dash,
ACTIONS(482), 11,
anon_sym_,
anon_sym_TAB,
anon_sym_LBRACE,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
sym_dot,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3193] = 12,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(17), 1,
sym__dash,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(371), 1,
sym__word,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(72), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(100), 1,
aux_sym__shape_path_repeat1,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
[3231] = 5,
ACTIONS(344), 1,
sym_line_comment,
STATE(86), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(121), 2,
sym__unquoted_string,
anon_sym_2,
ACTIONS(494), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(119), 6,
anon_sym_LBRACE,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_SEMI,
[3254] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(497), 1,
sym__dash,
ACTIONS(351), 10,
anon_sym_,
anon_sym_TAB,
anon_sym_COLON,
anon_sym_DASH_DASH,
anon_sym_LT_DASH,
anon_sym_DASH_GT,
sym_dot,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3273] = 8,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(191), 1,
anon_sym_LBRACE,
STATE(35), 1,
sym__end,
STATE(36), 1,
sym__eof,
STATE(124), 1,
sym__shape_block,
STATE(129), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(499), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(205), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3301] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(501), 1,
anon_sym_style,
STATE(137), 1,
sym__shape_attribute,
STATE(161), 1,
sym__style_attribute,
STATE(178), 1,
sym__shape_attr_key,
ACTIONS(503), 6,
anon_sym_shape,
anon_sym_label,
anon_sym_constraint,
anon_sym_icon,
anon_sym_width,
anon_sym_height,
[3325] = 3,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(505), 4,
anon_sym_,
anon_sym_TAB,
sym__unquoted_string,
anon_sym_2,
ACTIONS(507), 6,
anon_sym_LBRACE,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
anon_sym_LF,
anon_sym_SEMI,
[3343] = 8,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(191), 1,
anon_sym_LBRACE,
STATE(28), 1,
sym__end,
STATE(36), 1,
sym__eof,
STATE(114), 1,
sym__shape_block,
STATE(129), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(499), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(205), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3371] = 7,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(125), 1,
anon_sym_RBRACE,
STATE(48), 1,
sym__end,
STATE(56), 1,
sym__eof,
STATE(133), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(509), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(511), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3396] = 7,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(149), 1,
anon_sym_RBRACE,
STATE(49), 1,
sym__end,
STATE(56), 1,
sym__eof,
STATE(121), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(513), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(511), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3421] = 7,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(157), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym__end,
STATE(56), 1,
sym__eof,
STATE(116), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(515), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(511), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3446] = 9,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(519), 1,
sym__unquoted_string,
STATE(135), 1,
aux_sym__shape_definition_repeat1,
STATE(151), 1,
sym_string,
STATE(164), 1,
sym_attr_value,
ACTIONS(517), 2,
anon_sym_,
anon_sym_TAB,
[3475] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(523), 1,
anon_sym_GT,
ACTIONS(525), 1,
sym__dash,
STATE(99), 1,
aux_sym_arrow_repeat1,
ACTIONS(521), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym__word,
[3496] = 9,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(519), 1,
sym__unquoted_string,
STATE(135), 1,
aux_sym__shape_definition_repeat1,
STATE(151), 1,
sym_string,
STATE(159), 1,
sym_attr_value,
ACTIONS(517), 2,
anon_sym_,
anon_sym_TAB,
[3525] = 9,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(195), 1,
anon_sym_DASH_DASH,
ACTIONS(197), 1,
anon_sym_LT_DASH,
ACTIONS(199), 1,
anon_sym_DASH_GT,
ACTIONS(201), 1,
sym__dash,
STATE(13), 1,
aux_sym__shape_definition_repeat1,
STATE(141), 1,
sym_arrow,
STATE(213), 1,
aux_sym_arrow_repeat1,
ACTIONS(231), 2,
anon_sym_,
anon_sym_TAB,
[3554] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(530), 1,
sym__dash,
STATE(99), 1,
aux_sym_arrow_repeat1,
ACTIONS(528), 7,
anon_sym_,
anon_sym_TAB,
anon_sym_GT,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym__word,
[3573] = 10,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(17), 1,
sym__dash,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(371), 1,
sym__word,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(79), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(101), 1,
aux_sym__shape_path_repeat1,
[3604] = 10,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(533), 1,
sym__word,
ACTIONS(536), 1,
sym__dash,
ACTIONS(539), 1,
anon_sym_SQUOTE,
ACTIONS(542), 1,
anon_sym_DQUOTE,
ACTIONS(545), 1,
anon_sym_BQUOTE,
STATE(82), 1,
sym_string,
STATE(101), 1,
aux_sym__shape_path_repeat1,
STATE(154), 1,
aux_sym_shape_key_repeat2,
STATE(190), 1,
sym_shape_key,
[3635] = 7,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(65), 1,
anon_sym_RBRACE,
STATE(36), 1,
sym__eof,
STATE(43), 1,
sym__end,
STATE(118), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(548), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(205), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3660] = 7,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(102), 1,
anon_sym_RBRACE,
STATE(36), 1,
sym__eof,
STATE(44), 1,
sym__end,
STATE(122), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(550), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(205), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3685] = 10,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(17), 1,
sym__dash,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(371), 1,
sym__word,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(73), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(101), 1,
aux_sym__shape_path_repeat1,
[3716] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(554), 1,
anon_sym_GT,
ACTIONS(556), 1,
sym__dash,
STATE(96), 1,
aux_sym_arrow_repeat1,
ACTIONS(552), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym__word,
[3737] = 7,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(262), 1,
anon_sym_RBRACE,
STATE(46), 1,
sym__end,
STATE(56), 1,
sym__eof,
STATE(131), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(559), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(511), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3762] = 9,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(519), 1,
sym__unquoted_string,
STATE(135), 1,
aux_sym__shape_definition_repeat1,
STATE(151), 1,
sym_string,
STATE(180), 1,
sym_attr_value,
ACTIONS(517), 2,
anon_sym_,
anon_sym_TAB,
[3791] = 9,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(519), 1,
sym__unquoted_string,
STATE(135), 1,
aux_sym__shape_definition_repeat1,
STATE(146), 1,
sym_attr_value,
STATE(151), 1,
sym_string,
ACTIONS(517), 2,
anon_sym_,
anon_sym_TAB,
[3820] = 9,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(519), 1,
sym__unquoted_string,
STATE(135), 1,
aux_sym__shape_definition_repeat1,
STATE(148), 1,
sym_attr_value,
STATE(151), 1,
sym_string,
ACTIONS(517), 2,
anon_sym_,
anon_sym_TAB,
[3849] = 10,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(17), 1,
sym__dash,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(371), 1,
sym__word,
STATE(68), 1,
aux_sym_shape_key_repeat2,
STATE(72), 1,
sym_shape_key,
STATE(82), 1,
sym_string,
STATE(101), 1,
aux_sym__shape_path_repeat1,
[3880] = 9,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(519), 1,
sym__unquoted_string,
STATE(134), 1,
sym_attr_value,
STATE(135), 1,
aux_sym__shape_definition_repeat1,
STATE(151), 1,
sym_string,
ACTIONS(517), 2,
anon_sym_,
anon_sym_TAB,
[3909] = 7,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(114), 1,
anon_sym_RBRACE,
STATE(36), 1,
sym__eof,
STATE(50), 1,
sym__end,
STATE(128), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(561), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(205), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3934] = 6,
ACTIONS(3), 1,
sym_line_comment,
STATE(36), 1,
sym__eof,
STATE(47), 1,
sym__end,
STATE(139), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(563), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(205), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3956] = 6,
ACTIONS(3), 1,
sym_line_comment,
STATE(35), 1,
sym__end,
STATE(36), 1,
sym__eof,
STATE(139), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(563), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(205), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[3978] = 6,
ACTIONS(3), 1,
sym_line_comment,
STATE(56), 1,
sym__eof,
STATE(57), 1,
sym__end,
STATE(140), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(565), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(511), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4000] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(149), 1,
anon_sym_RBRACE,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
STATE(53), 1,
sym__eof,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(567), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4022] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(569), 1,
sym__dash,
STATE(119), 1,
aux_sym_arrow_repeat1,
ACTIONS(552), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym__word,
[4040] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(102), 1,
anon_sym_RBRACE,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
STATE(27), 1,
sym__eof,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(369), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4062] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(525), 1,
sym__dash,
STATE(99), 1,
aux_sym_arrow_repeat1,
ACTIONS(521), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym__word,
[4080] = 6,
ACTIONS(3), 1,
sym_line_comment,
STATE(36), 1,
sym__eof,
STATE(51), 1,
sym__end,
STATE(139), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(563), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(205), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4102] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(262), 1,
anon_sym_RBRACE,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
STATE(53), 1,
sym__eof,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(567), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4124] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(114), 1,
anon_sym_RBRACE,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
STATE(27), 1,
sym__eof,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(369), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4146] = 4,
ACTIONS(3), 1,
sym_line_comment,
STATE(136), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(574), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(572), 5,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym__word,
[4164] = 6,
ACTIONS(3), 1,
sym_line_comment,
STATE(31), 1,
sym__end,
STATE(36), 1,
sym__eof,
STATE(139), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(563), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(205), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4186] = 4,
ACTIONS(3), 1,
sym_line_comment,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(572), 5,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym__word,
[4204] = 6,
ACTIONS(3), 1,
sym_line_comment,
STATE(36), 1,
sym__eof,
STATE(52), 1,
sym__end,
STATE(139), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(563), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(205), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4226] = 4,
ACTIONS(3), 1,
sym_line_comment,
STATE(125), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(578), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(576), 5,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym__word,
[4244] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(580), 1,
anon_sym_RBRACE,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
STATE(27), 1,
sym__eof,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(369), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4266] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(365), 1,
anon_sym_LBRACE,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
STATE(27), 1,
sym__eof,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(369), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4288] = 6,
ACTIONS(3), 1,
sym_line_comment,
STATE(30), 1,
sym__end,
STATE(36), 1,
sym__eof,
STATE(139), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(563), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(205), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4310] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(582), 1,
anon_sym_RBRACE,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
STATE(53), 1,
sym__eof,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(567), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4332] = 6,
ACTIONS(3), 1,
sym_line_comment,
STATE(34), 1,
sym__end,
STATE(36), 1,
sym__eof,
STATE(139), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(563), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(205), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4354] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(157), 1,
anon_sym_RBRACE,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
STATE(53), 1,
sym__eof,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(567), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4376] = 6,
ACTIONS(3), 1,
sym_line_comment,
STATE(36), 1,
sym__eof,
STATE(45), 1,
sym__end,
STATE(139), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(563), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(205), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4398] = 8,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(586), 1,
sym__unquoted_string,
STATE(138), 1,
aux_sym__shape_definition_repeat1,
STATE(162), 1,
sym_string,
ACTIONS(584), 2,
anon_sym_,
anon_sym_TAB,
[4424] = 4,
ACTIONS(3), 1,
sym_line_comment,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(588), 5,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym__word,
[4442] = 6,
ACTIONS(3), 1,
sym_line_comment,
STATE(28), 1,
sym__end,
STATE(36), 1,
sym__eof,
STATE(139), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(563), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(205), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4464] = 5,
ACTIONS(121), 1,
sym__unquoted_string,
ACTIONS(344), 1,
sym_line_comment,
STATE(138), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(590), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(119), 3,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
[4483] = 5,
ACTIONS(3), 1,
sym_line_comment,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
STATE(27), 1,
sym__eof,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(369), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4502] = 5,
ACTIONS(3), 1,
sym_line_comment,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
STATE(53), 1,
sym__eof,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
ACTIONS(567), 3,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4521] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(593), 7,
anon_sym_,
anon_sym_TAB,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym__word,
[4534] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(521), 7,
anon_sym_,
anon_sym_TAB,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym__word,
[4547] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(552), 7,
anon_sym_,
anon_sym_TAB,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym__word,
[4560] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(595), 7,
anon_sym_,
anon_sym_TAB,
sym__dash,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
sym__word,
[4573] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(597), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4585] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(599), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4597] = 6,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(604), 1,
anon_sym_COLON,
ACTIONS(606), 1,
sym_dot,
STATE(175), 1,
sym__colon,
STATE(195), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(602), 2,
anon_sym_,
anon_sym_TAB,
[4617] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(608), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4629] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(610), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4641] = 7,
ACTIONS(19), 1,
anon_sym_SQUOTE,
ACTIONS(21), 1,
anon_sym_DQUOTE,
ACTIONS(23), 1,
anon_sym_BQUOTE,
ACTIONS(342), 1,
sym__unquoted_string,
ACTIONS(344), 1,
sym_line_comment,
STATE(132), 1,
sym_label,
STATE(157), 1,
sym_string,
[4663] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(612), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4675] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(614), 1,
sym__word,
STATE(152), 1,
aux_sym_shape_key_repeat2,
ACTIONS(384), 4,
anon_sym_,
anon_sym_TAB,
sym__dash,
sym_dot,
[4691] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(617), 1,
sym__word,
ACTIONS(619), 1,
sym__dash,
STATE(152), 1,
aux_sym_shape_key_repeat2,
ACTIONS(390), 3,
anon_sym_,
anon_sym_TAB,
sym_dot,
[4709] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(617), 1,
sym__word,
ACTIONS(621), 1,
sym__dash,
STATE(152), 1,
aux_sym_shape_key_repeat2,
ACTIONS(395), 3,
anon_sym_,
anon_sym_TAB,
sym_dot,
[4727] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(623), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4739] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(625), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4751] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(627), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_LBRACE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4763] = 3,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(505), 3,
anon_sym_,
anon_sym_TAB,
sym__unquoted_string,
ACTIONS(507), 3,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
[4777] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(629), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4789] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(631), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4801] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(633), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4813] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(635), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4825] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(637), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4837] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(639), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4849] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(641), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4861] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(643), 6,
anon_sym_,
anon_sym_TAB,
anon_sym_RBRACE,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4873] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(645), 5,
anon_sym_,
anon_sym_TAB,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4884] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(647), 5,
anon_sym_,
anon_sym_TAB,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4895] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(649), 5,
anon_sym_,
anon_sym_TAB,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4906] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(651), 1,
anon_sym_,
ACTIONS(654), 1,
sym__dash,
STATE(212), 1,
aux_sym_shape_key_repeat1,
ACTIONS(390), 2,
anon_sym_TAB,
sym_dot,
[4923] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(658), 1,
anon_sym_COLON,
STATE(108), 1,
sym__colon,
STATE(187), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(656), 2,
anon_sym_,
anon_sym_TAB,
[4940] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(660), 5,
anon_sym_,
anon_sym_TAB,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4951] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(662), 1,
anon_sym_,
ACTIONS(665), 1,
sym__dash,
STATE(212), 1,
aux_sym_shape_key_repeat1,
ACTIONS(395), 2,
anon_sym_TAB,
sym_dot,
[4968] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(667), 5,
anon_sym_,
anon_sym_TAB,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[4979] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(671), 1,
anon_sym_LBRACE,
STATE(145), 1,
sym__style_attr_block,
STATE(188), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(669), 2,
anon_sym_,
anon_sym_TAB,
[4996] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(673), 5,
anon_sym_,
anon_sym_TAB,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[5007] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(460), 5,
anon_sym_,
anon_sym_TAB,
sym__dash,
sym_dot,
sym__word,
[5018] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(675), 1,
anon_sym_COLON,
STATE(97), 1,
sym__colon,
STATE(187), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(656), 2,
anon_sym_,
anon_sym_TAB,
[5035] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(677), 1,
anon_sym_COLON,
STATE(111), 1,
sym__colon,
STATE(187), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(656), 2,
anon_sym_,
anon_sym_TAB,
[5052] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(679), 5,
anon_sym_,
anon_sym_TAB,
anon_sym_LF,
anon_sym_2,
anon_sym_SEMI,
[5063] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(681), 1,
anon_sym_COLON,
STATE(109), 1,
sym__colon,
STATE(187), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(656), 2,
anon_sym_,
anon_sym_TAB,
[5080] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(683), 1,
anon_sym_COLON,
STATE(95), 1,
sym__colon,
STATE(187), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(656), 2,
anon_sym_,
anon_sym_TAB,
[5097] = 5,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(685), 1,
anon_sym_COLON,
STATE(107), 1,
sym__colon,
STATE(187), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(656), 2,
anon_sym_,
anon_sym_TAB,
[5114] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(114), 1,
anon_sym_RBRACE,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
[5128] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(687), 1,
sym__word,
ACTIONS(482), 3,
anon_sym_,
anon_sym_TAB,
sym_dot,
[5140] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(149), 1,
anon_sym_RBRACE,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
[5154] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(689), 1,
anon_sym_COLON,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
[5168] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(691), 1,
anon_sym_LBRACE,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
[5182] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(580), 1,
anon_sym_RBRACE,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
[5196] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(695), 1,
sym_dot,
STATE(199), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(693), 2,
anon_sym_,
anon_sym_TAB,
[5210] = 4,
ACTIONS(3), 1,
sym_line_comment,
STATE(132), 1,
sym__connection_attribute,
STATE(183), 1,
sym__connection_attr_key,
ACTIONS(697), 2,
anon_sym_source_DASHarrowhead,
anon_sym_target_DASHarrowhead,
[5224] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(699), 1,
anon_sym_RBRACE,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
[5238] = 3,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(505), 1,
sym__unquoted_string,
ACTIONS(507), 3,
anon_sym_SQUOTE,
anon_sym_DQUOTE,
anon_sym_BQUOTE,
[5250] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(582), 1,
anon_sym_RBRACE,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
[5264] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(701), 1,
anon_sym_COLON,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
[5278] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(262), 1,
anon_sym_RBRACE,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
[5292] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(687), 1,
sym__word,
ACTIONS(390), 3,
anon_sym_,
anon_sym_TAB,
sym_dot,
[5304] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(703), 1,
anon_sym_RBRACE,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
[5318] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(705), 1,
sym_dot,
STATE(23), 1,
aux_sym__shape_definition_repeat1,
ACTIONS(373), 2,
anon_sym_,
anon_sym_TAB,
[5332] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(707), 3,
anon_sym_,
anon_sym_TAB,
anon_sym_COLON,
[5341] = 4,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(709), 1,
anon_sym_SQUOTE,
ACTIONS(711), 1,
aux_sym_string_token1,
STATE(201), 1,
aux_sym_string_repeat1,
[5354] = 4,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(714), 1,
anon_sym_BQUOTE,
ACTIONS(716), 1,
aux_sym_string_token3,
STATE(202), 1,
aux_sym_string_repeat3,
[5367] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(464), 1,
sym__word,
ACTIONS(719), 1,
anon_sym_,
STATE(204), 1,
aux_sym_shape_key_repeat1,
[5380] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(721), 1,
sym__word,
ACTIONS(723), 1,
anon_sym_,
STATE(204), 1,
aux_sym_shape_key_repeat1,
[5393] = 4,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(726), 1,
anon_sym_BQUOTE,
ACTIONS(728), 1,
aux_sym_string_token3,
STATE(214), 1,
aux_sym_string_repeat3,
[5406] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(528), 1,
anon_sym_DASH_GT,
ACTIONS(730), 1,
sym__dash,
STATE(206), 1,
aux_sym_arrow_repeat1,
[5419] = 4,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(726), 1,
anon_sym_DQUOTE,
ACTIONS(733), 1,
aux_sym_string_token2,
STATE(219), 1,
aux_sym_string_repeat2,
[5432] = 4,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(726), 1,
anon_sym_SQUOTE,
ACTIONS(735), 1,
aux_sym_string_token1,
STATE(218), 1,
aux_sym_string_repeat1,
[5445] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(737), 1,
anon_sym_,
ACTIONS(739), 1,
sym__dash,
STATE(203), 1,
aux_sym_shape_key_repeat1,
[5458] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(507), 3,
anon_sym_,
anon_sym_TAB,
anon_sym_LBRACE,
[5467] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(741), 1,
anon_sym_,
ACTIONS(743), 1,
sym__dash,
STATE(212), 1,
aux_sym_shape_key_repeat1,
[5480] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(687), 1,
sym__word,
ACTIONS(719), 1,
anon_sym_,
STATE(204), 1,
aux_sym_shape_key_repeat1,
[5493] = 4,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(554), 1,
anon_sym_DASH_GT,
ACTIONS(745), 1,
sym__dash,
STATE(206), 1,
aux_sym_arrow_repeat1,
[5506] = 4,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(747), 1,
anon_sym_BQUOTE,
ACTIONS(749), 1,
aux_sym_string_token3,
STATE(202), 1,
aux_sym_string_repeat3,
[5519] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(751), 3,
anon_sym_,
anon_sym_TAB,
anon_sym_COLON,
[5528] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(753), 3,
anon_sym_,
anon_sym_TAB,
anon_sym_COLON,
[5537] = 4,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(755), 1,
anon_sym_DQUOTE,
ACTIONS(757), 1,
aux_sym_string_token2,
STATE(217), 1,
aux_sym_string_repeat2,
[5550] = 4,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(747), 1,
anon_sym_SQUOTE,
ACTIONS(760), 1,
aux_sym_string_token1,
STATE(201), 1,
aux_sym_string_repeat1,
[5563] = 4,
ACTIONS(344), 1,
sym_line_comment,
ACTIONS(747), 1,
anon_sym_DQUOTE,
ACTIONS(762), 1,
aux_sym_string_token2,
STATE(217), 1,
aux_sym_string_repeat2,
[5576] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(764), 1,
sym__word,
STATE(153), 1,
aux_sym_shape_key_repeat2,
[5586] = 3,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(766), 1,
sym__word,
STATE(67), 1,
aux_sym_shape_key_repeat2,
[5596] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(687), 1,
sym__word,
[5603] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(464), 1,
sym__word,
[5610] = 2,
ACTIONS(3), 1,
sym_line_comment,
ACTIONS(768), 1,
ts_builtin_sym_end,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 80,
[SMALL_STATE(4)] = 160,
[SMALL_STATE(5)] = 236,
[SMALL_STATE(6)] = 312,
[SMALL_STATE(7)] = 388,
[SMALL_STATE(8)] = 464,
[SMALL_STATE(9)] = 540,
[SMALL_STATE(10)] = 614,
[SMALL_STATE(11)] = 688,
[SMALL_STATE(12)] = 762,
[SMALL_STATE(13)] = 833,
[SMALL_STATE(14)] = 870,
[SMALL_STATE(15)] = 917,
[SMALL_STATE(16)] = 962,
[SMALL_STATE(17)] = 1007,
[SMALL_STATE(18)] = 1052,
[SMALL_STATE(19)] = 1097,
[SMALL_STATE(20)] = 1142,
[SMALL_STATE(21)] = 1189,
[SMALL_STATE(22)] = 1234,
[SMALL_STATE(23)] = 1286,
[SMALL_STATE(24)] = 1320,
[SMALL_STATE(25)] = 1379,
[SMALL_STATE(26)] = 1407,
[SMALL_STATE(27)] = 1447,
[SMALL_STATE(28)] = 1475,
[SMALL_STATE(29)] = 1503,
[SMALL_STATE(30)] = 1543,
[SMALL_STATE(31)] = 1571,
[SMALL_STATE(32)] = 1599,
[SMALL_STATE(33)] = 1639,
[SMALL_STATE(34)] = 1667,
[SMALL_STATE(35)] = 1695,
[SMALL_STATE(36)] = 1723,
[SMALL_STATE(37)] = 1751,
[SMALL_STATE(38)] = 1791,
[SMALL_STATE(39)] = 1831,
[SMALL_STATE(40)] = 1858,
[SMALL_STATE(41)] = 1895,
[SMALL_STATE(42)] = 1948,
[SMALL_STATE(43)] = 1980,
[SMALL_STATE(44)] = 2012,
[SMALL_STATE(45)] = 2044,
[SMALL_STATE(46)] = 2070,
[SMALL_STATE(47)] = 2102,
[SMALL_STATE(48)] = 2128,
[SMALL_STATE(49)] = 2160,
[SMALL_STATE(50)] = 2192,
[SMALL_STATE(51)] = 2224,
[SMALL_STATE(52)] = 2249,
[SMALL_STATE(53)] = 2274,
[SMALL_STATE(54)] = 2299,
[SMALL_STATE(55)] = 2324,
[SMALL_STATE(56)] = 2349,
[SMALL_STATE(57)] = 2374,
[SMALL_STATE(58)] = 2399,
[SMALL_STATE(59)] = 2432,
[SMALL_STATE(60)] = 2480,
[SMALL_STATE(61)] = 2520,
[SMALL_STATE(62)] = 2550,
[SMALL_STATE(63)] = 2593,
[SMALL_STATE(64)] = 2638,
[SMALL_STATE(65)] = 2680,
[SMALL_STATE(66)] = 2720,
[SMALL_STATE(67)] = 2746,
[SMALL_STATE(68)] = 2772,
[SMALL_STATE(69)] = 2798,
[SMALL_STATE(70)] = 2819,
[SMALL_STATE(71)] = 2846,
[SMALL_STATE(72)] = 2887,
[SMALL_STATE(73)] = 2914,
[SMALL_STATE(74)] = 2941,
[SMALL_STATE(75)] = 2968,
[SMALL_STATE(76)] = 2993,
[SMALL_STATE(77)] = 3014,
[SMALL_STATE(78)] = 3037,
[SMALL_STATE(79)] = 3058,
[SMALL_STATE(80)] = 3085,
[SMALL_STATE(81)] = 3108,
[SMALL_STATE(82)] = 3133,
[SMALL_STATE(83)] = 3153,
[SMALL_STATE(84)] = 3173,
[SMALL_STATE(85)] = 3193,
[SMALL_STATE(86)] = 3231,
[SMALL_STATE(87)] = 3254,
[SMALL_STATE(88)] = 3273,
[SMALL_STATE(89)] = 3301,
[SMALL_STATE(90)] = 3325,
[SMALL_STATE(91)] = 3343,
[SMALL_STATE(92)] = 3371,
[SMALL_STATE(93)] = 3396,
[SMALL_STATE(94)] = 3421,
[SMALL_STATE(95)] = 3446,
[SMALL_STATE(96)] = 3475,
[SMALL_STATE(97)] = 3496,
[SMALL_STATE(98)] = 3525,
[SMALL_STATE(99)] = 3554,
[SMALL_STATE(100)] = 3573,
[SMALL_STATE(101)] = 3604,
[SMALL_STATE(102)] = 3635,
[SMALL_STATE(103)] = 3660,
[SMALL_STATE(104)] = 3685,
[SMALL_STATE(105)] = 3716,
[SMALL_STATE(106)] = 3737,
[SMALL_STATE(107)] = 3762,
[SMALL_STATE(108)] = 3791,
[SMALL_STATE(109)] = 3820,
[SMALL_STATE(110)] = 3849,
[SMALL_STATE(111)] = 3880,
[SMALL_STATE(112)] = 3909,
[SMALL_STATE(113)] = 3934,
[SMALL_STATE(114)] = 3956,
[SMALL_STATE(115)] = 3978,
[SMALL_STATE(116)] = 4000,
[SMALL_STATE(117)] = 4022,
[SMALL_STATE(118)] = 4040,
[SMALL_STATE(119)] = 4062,
[SMALL_STATE(120)] = 4080,
[SMALL_STATE(121)] = 4102,
[SMALL_STATE(122)] = 4124,
[SMALL_STATE(123)] = 4146,
[SMALL_STATE(124)] = 4164,
[SMALL_STATE(125)] = 4186,
[SMALL_STATE(126)] = 4204,
[SMALL_STATE(127)] = 4226,
[SMALL_STATE(128)] = 4244,
[SMALL_STATE(129)] = 4266,
[SMALL_STATE(130)] = 4288,
[SMALL_STATE(131)] = 4310,
[SMALL_STATE(132)] = 4332,
[SMALL_STATE(133)] = 4354,
[SMALL_STATE(134)] = 4376,
[SMALL_STATE(135)] = 4398,
[SMALL_STATE(136)] = 4424,
[SMALL_STATE(137)] = 4442,
[SMALL_STATE(138)] = 4464,
[SMALL_STATE(139)] = 4483,
[SMALL_STATE(140)] = 4502,
[SMALL_STATE(141)] = 4521,
[SMALL_STATE(142)] = 4534,
[SMALL_STATE(143)] = 4547,
[SMALL_STATE(144)] = 4560,
[SMALL_STATE(145)] = 4573,
[SMALL_STATE(146)] = 4585,
[SMALL_STATE(147)] = 4597,
[SMALL_STATE(148)] = 4617,
[SMALL_STATE(149)] = 4629,
[SMALL_STATE(150)] = 4641,
[SMALL_STATE(151)] = 4663,
[SMALL_STATE(152)] = 4675,
[SMALL_STATE(153)] = 4691,
[SMALL_STATE(154)] = 4709,
[SMALL_STATE(155)] = 4727,
[SMALL_STATE(156)] = 4739,
[SMALL_STATE(157)] = 4751,
[SMALL_STATE(158)] = 4763,
[SMALL_STATE(159)] = 4777,
[SMALL_STATE(160)] = 4789,
[SMALL_STATE(161)] = 4801,
[SMALL_STATE(162)] = 4813,
[SMALL_STATE(163)] = 4825,
[SMALL_STATE(164)] = 4837,
[SMALL_STATE(165)] = 4849,
[SMALL_STATE(166)] = 4861,
[SMALL_STATE(167)] = 4873,
[SMALL_STATE(168)] = 4884,
[SMALL_STATE(169)] = 4895,
[SMALL_STATE(170)] = 4906,
[SMALL_STATE(171)] = 4923,
[SMALL_STATE(172)] = 4940,
[SMALL_STATE(173)] = 4951,
[SMALL_STATE(174)] = 4968,
[SMALL_STATE(175)] = 4979,
[SMALL_STATE(176)] = 4996,
[SMALL_STATE(177)] = 5007,
[SMALL_STATE(178)] = 5018,
[SMALL_STATE(179)] = 5035,
[SMALL_STATE(180)] = 5052,
[SMALL_STATE(181)] = 5063,
[SMALL_STATE(182)] = 5080,
[SMALL_STATE(183)] = 5097,
[SMALL_STATE(184)] = 5114,
[SMALL_STATE(185)] = 5128,
[SMALL_STATE(186)] = 5140,
[SMALL_STATE(187)] = 5154,
[SMALL_STATE(188)] = 5168,
[SMALL_STATE(189)] = 5182,
[SMALL_STATE(190)] = 5196,
[SMALL_STATE(191)] = 5210,
[SMALL_STATE(192)] = 5224,
[SMALL_STATE(193)] = 5238,
[SMALL_STATE(194)] = 5250,
[SMALL_STATE(195)] = 5264,
[SMALL_STATE(196)] = 5278,
[SMALL_STATE(197)] = 5292,
[SMALL_STATE(198)] = 5304,
[SMALL_STATE(199)] = 5318,
[SMALL_STATE(200)] = 5332,
[SMALL_STATE(201)] = 5341,
[SMALL_STATE(202)] = 5354,
[SMALL_STATE(203)] = 5367,
[SMALL_STATE(204)] = 5380,
[SMALL_STATE(205)] = 5393,
[SMALL_STATE(206)] = 5406,
[SMALL_STATE(207)] = 5419,
[SMALL_STATE(208)] = 5432,
[SMALL_STATE(209)] = 5445,
[SMALL_STATE(210)] = 5458,
[SMALL_STATE(211)] = 5467,
[SMALL_STATE(212)] = 5480,
[SMALL_STATE(213)] = 5493,
[SMALL_STATE(214)] = 5506,
[SMALL_STATE(215)] = 5519,
[SMALL_STATE(216)] = 5528,
[SMALL_STATE(217)] = 5537,
[SMALL_STATE(218)] = 5550,
[SMALL_STATE(219)] = 5563,
[SMALL_STATE(220)] = 5576,
[SMALL_STATE(221)] = 5586,
[SMALL_STATE(222)] = 5596,
[SMALL_STATE(223)] = 5603,
[SMALL_STATE(224)] = 5610,
};
static const TSParseActionEntry ts_parse_actions[] = {
[0] = {.entry = {.count = 0, .reusable = false}},
[1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(),
[3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(),
[5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0),
[7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81),
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
[11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179),
[13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147),
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
[19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208),
[21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205),
[25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3),
[27] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2),
[29] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(81),
[32] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(63),
[35] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(179),
[38] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(147),
[41] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(216),
[44] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(221),
[47] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(208),
[50] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(207),
[53] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(205),
[56] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2),
[59] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1),
[61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
[63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
[67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[69] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__shape_block_repeat1, 2), SHIFT_REPEAT(81),
[72] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_block_repeat1, 2), SHIFT_REPEAT(12),
[75] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__shape_block_repeat1, 2),
[77] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__shape_block_repeat1, 2), SHIFT_REPEAT(147),
[80] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__shape_block_repeat1, 2), SHIFT_REPEAT(216),
[83] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_block_repeat1, 2), SHIFT_REPEAT(221),
[86] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_block_repeat1, 2), SHIFT_REPEAT(208),
[89] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_block_repeat1, 2), SHIFT_REPEAT(207),
[92] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_block_repeat1, 2), SHIFT_REPEAT(205),
[95] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_block_repeat1, 2), SHIFT_REPEAT(5),
[98] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5),
[100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
[104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
[108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
[116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_definition_repeat1, 2), SHIFT_REPEAT(13),
[119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__shape_definition_repeat1, 2),
[121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__shape_definition_repeat1, 2),
[123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
[125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
[129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200),
[131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__style_attr_block_repeat1, 2), SHIFT_REPEAT(40),
[136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__style_attr_block_repeat1, 2),
[138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__style_attr_block_repeat1, 2), SHIFT_REPEAT(200),
[141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__style_attr_block_repeat1, 2), SHIFT_REPEAT(200),
[144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__style_attr_block_repeat1, 2), SHIFT_REPEAT(15),
[147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
[151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
[153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
[159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
[165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166),
[169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__shape_definition_repeat1, 2), SHIFT(81),
[174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_definition_repeat1, 2), SHIFT_REPEAT(23),
[177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_definition_repeat1, 2), SHIFT(221),
[180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_definition_repeat1, 2), SHIFT(208),
[183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_definition_repeat1, 2), SHIFT(207),
[186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_definition_repeat1, 2), SHIFT(205),
[189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
[191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
[193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
[199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
[201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213),
[203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shape_definition, 2),
[209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__shape_definition, 2),
[211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_definition_repeat1, 2), SHIFT(163),
[214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_definition_repeat1, 2), SHIFT(200),
[217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__shape_definition_repeat1, 2), SHIFT(200),
[220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_definition_repeat1, 2), SHIFT(54),
[223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__end, 2),
[225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__end, 2),
[227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shape_definition, 4),
[229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__shape_definition, 4),
[231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shape_definition, 3),
[237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__shape_definition, 3),
[239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shape_definition, 6),
[241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__shape_definition, 6),
[243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connection, 3),
[245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connection, 3),
[247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connection, 5),
[249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connection, 5),
[251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shape_definition, 5),
[253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__shape_definition, 5),
[255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__end, 1),
[257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__end, 1),
[259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_definition_repeat1, 2), SHIFT(165),
[262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
[264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__emptyline, 2),
[266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__emptyline, 2),
[268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
[274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__style_attr_block_repeat1, 2), SHIFT(196),
[277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__style_attr_block_repeat1, 2), SHIFT(163),
[280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__style_attr_block_repeat1, 2),
[282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__shape_block_repeat1, 2),
[284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_block_repeat1, 2), SHIFT(184),
[287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_block_repeat1, 2), SHIFT(174),
[290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_block_repeat1, 2), SHIFT(189),
[293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_block_repeat1, 2), SHIFT(176),
[296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__root_attribute, 4),
[298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__root_attribute, 4),
[300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__style_attr_block_repeat1, 2), SHIFT(198),
[303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__style_attr_block_repeat1, 2), SHIFT(156),
[306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__root_attribute, 2, .production_id = 2),
[308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__root_attribute, 2, .production_id = 2),
[310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__style_attr_block_repeat1, 2), SHIFT(186),
[313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__style_attr_block_repeat1, 2), SHIFT(165),
[316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__style_attr_block_repeat1, 2), SHIFT(194),
[319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__style_attr_block_repeat1, 2), SHIFT(160),
[322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_block_repeat1, 2), SHIFT(192),
[325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_block_repeat1, 2), SHIFT(167),
[328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__shape_block_repeat1, 3),
[330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__shape_block_repeat1, 3),
[332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__emptyline, 1), REDUCE(sym__emptyline, 2),
[335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__emptyline, 1), REDUCE(sym__emptyline, 2),
[338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64),
[342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157),
[344] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(),
[346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36),
[348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_connection_repeat1, 2), SHIFT_REPEAT(98),
[351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_connection_repeat1, 2),
[353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_connection_repeat1, 2), SHIFT_REPEAT(117),
[356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_connection_repeat1, 2), SHIFT_REPEAT(105),
[359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_connection_repeat1, 2), SHIFT_REPEAT(143),
[362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_connection_repeat1, 2), SHIFT_REPEAT(213),
[365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
[367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86),
[377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27),
[379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
[381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shape_key_repeat2, 2), SHIFT_REPEAT(209),
[384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shape_key_repeat2, 2),
[386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_shape_key_repeat2, 2),
[388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
[390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shape_key, 2),
[392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_shape_key, 2), SHIFT(84),
[395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shape_key, 1),
[397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_shape_key, 1), SHIFT(83),
[400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3),
[402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3),
[404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__shape_path, 1), SHIFT(199),
[407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shape_path, 1),
[409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__shape_path, 1),
[411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__shape_path, 1), SHIFT(127),
[414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
[416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__shape_path, 2), SHIFT(199),
[419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shape_path, 2),
[421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__shape_path, 2),
[423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__shape_path, 2), SHIFT(127),
[426] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__shape_path, 2), REDUCE(sym__shape_path, 3), SHIFT(199),
[430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__shape_path, 2), REDUCE(sym__shape_path, 3),
[433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__shape_path, 2), REDUCE(sym__shape_path, 3),
[436] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__shape_path, 2), REDUCE(sym__shape_path, 3), SHIFT(127),
[440] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__shape_path, 1), REDUCE(sym__shape_path, 2), SHIFT(199),
[444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__shape_path, 1), REDUCE(sym__shape_path, 2),
[447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__shape_path, 1), REDUCE(sym__shape_path, 2),
[450] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__shape_path, 1), REDUCE(sym__shape_path, 2), SHIFT(127),
[454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_shape_key, 2), SHIFT(203),
[457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_shape_key, 2), SHIFT(80),
[460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shape_key_repeat2, 3),
[462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_shape_key_repeat2, 3),
[464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shape_key, 2),
[468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2),
[470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2),
[472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__shape_path, 3), SHIFT(199),
[475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shape_path, 3),
[477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__shape_path, 3),
[479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__shape_path, 3), SHIFT(127),
[482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shape_key, 3),
[484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shape_key, 3),
[486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_shape_key, 1), SHIFT(203),
[489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_shape_key, 1), SHIFT(77),
[492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shape_key, 1),
[494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__shape_definition_repeat1, 2), SHIFT_REPEAT(86),
[497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_connection_repeat1, 2),
[499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
[501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
[503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216),
[505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__colon, 2),
[507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__colon, 2),
[509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
[511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
[513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
[515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
[517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135),
[519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151),
[521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow, 2),
[523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
[525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_arrow, 2), SHIFT(99),
[528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arrow_repeat1, 2),
[530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arrow_repeat1, 2), SHIFT_REPEAT(99),
[533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_path_repeat1, 2), SHIFT_REPEAT(173),
[536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_path_repeat1, 2), SHIFT_REPEAT(220),
[539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_path_repeat1, 2), SHIFT_REPEAT(208),
[542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_path_repeat1, 2), SHIFT_REPEAT(207),
[545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__shape_path_repeat1, 2), SHIFT_REPEAT(205),
[548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
[552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow, 1),
[554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
[556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_arrow, 1), SHIFT(96),
[559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
[561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139),
[565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
[567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_arrow, 1), SHIFT(119),
[572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__shape_path_repeat1, 3, .production_id = 1),
[574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136),
[576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__shape_path_repeat1, 2, .production_id = 1),
[578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125),
[580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
[584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138),
[586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162),
[588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__shape_path_repeat1, 4, .production_id = 1),
[590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__shape_definition_repeat1, 2), SHIFT_REPEAT(138),
[593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow, 2),
[595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow, 3),
[597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__style_attribute, 3),
[599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__inner_style_attribute, 3), REDUCE(sym__inner_style_attribute, 4),
[602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
[604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
[606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inner_style_attribute, 3),
[610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__style_attr_block, 3),
[612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attr_value, 1),
[614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shape_key_repeat2, 2), SHIFT_REPEAT(211),
[617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
[621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__style_attr_block, 8),
[625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__style_attr_block, 7),
[627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 1),
[629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shape_attribute, 3),
[631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__style_attr_block, 6),
[633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shape_attribute, 1),
[635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attr_value, 2),
[637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__style_attr_block, 5),
[639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inner_style_attribute, 4),
[641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__style_attr_block, 4),
[643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__style_attr_block, 2),
[645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shape_block, 6),
[647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shape_block, 3),
[649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shape_block, 7),
[651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_shape_key, 2), SHIFT(212),
[654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187),
[658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shape_block, 2),
[662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_shape_key, 1), SHIFT(212),
[665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197),
[667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shape_block, 4),
[669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
[671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shape_block, 5),
[675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__connection_attribute, 3),
[681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
[691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
[695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
[697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215),
[699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
[701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
[703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
[705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
[707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__style_attr_key, 1),
[709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2),
[711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(201),
[714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat3, 2),
[716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat3, 2), SHIFT_REPEAT(202),
[719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
[721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shape_key_repeat1, 2),
[723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shape_key_repeat1, 2), SHIFT_REPEAT(204),
[726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214),
[730] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_arrow_repeat1, 2), SHIFT_REPEAT(206),
[733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219),
[735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218),
[737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
[739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
[741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
[743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
[745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206),
[747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202),
[751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__connection_attr_key, 1),
[753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shape_attr_key, 1),
[755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2),
[757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(217),
[760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201),
[762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217),
[764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
[766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
[768] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
};
#ifdef __cplusplus
extern "C" {
#endif
#ifdef _WIN32
#define extern __declspec(dllexport)
#endif
extern const TSLanguage *tree_sitter_d2(void) {
static const TSLanguage language = {
.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,
.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,
.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 = ts_lex_modes,
.lex_fn = ts_lex,
.keyword_lex_fn = ts_lex_keywords,
.keyword_capture_token = sym__word,
.primary_state_ids = ts_primary_state_ids,
};
return &language;
}
#ifdef __cplusplus
}
#endif