@@ -39,16 +39,17 @@ export function defineSysMLv2Mode(): void {
3939 name : 'clike' ,
4040 keywords : [
4141 "about" , "abstract" , "accept" , "action" , "actor" , "alias" , "all" , "allocate" , "allocation" , "analysis" ,
42- "and" , "as" , "assert" , "assume" , "attribute" , "bind" , "binding" , "by" , "calc" , "case" , "comment" ,
43- "concern" , "connect" , "connection" , "constraint" , "decide" , "def" , "default" , "defined" , "dependency" ,
44- "derived" , "do" , "doc" , "else" , "end" , "entry" , "enum" , "event" , "exhibit" , "exit" , "expose" , "feature" ,
45- "filter" , "first" , "flow" , "for" , "fork" , "frame" , "from" , "hastype" , "if" , "implies" , "import" , "in" ,
46- "include" , "individual" , "inout" , "interface" , "istype" , "item" , "join" , "language" , "merge" , "message" ,
47- "metadata" , "nonunique" , "not" , "objective" , "occurrence" , "of" , "or" , "ordered" , "out" , "package" ,
48- "parallel" , "part" , "perform" , "port" , "private" , "protected" , "public" , "readonly" , "redefines" , "ref" ,
49- "render" , "rendering" , "rep" , "require" , "requirement" , "return" , "satisfy" , "send" , "snapshot" ,
50- "specializes" , "stakeholder" , "state" , "subject" , "subsets" , "succession" , "then" , "timeslice" , "to" ,
51- "transition" , "use" , "variant" , "variation" , "verification" , "verify" , "via" , "view" , "viewpoint" , "xor"
42+ "and" , "as" , "assert" , "assign" , "assume" , "attribute" , "bind" , "binding" , "by" , "calc" , "case" ,
43+ "comment" , "concern" , "connect" , "connection" , "constraint" , "decide" , "def" , "default" , "defined" ,
44+ "dependency" , "derived" , "do" , "doc" , "else" , "end" , "entry" , "enum" , "event" , "exhibit" , "exit" ,
45+ "expose" , "feature" , "filter" , "first" , "flow" , "for" , "fork" , "frame" , "from" , "hastype" , "if" ,
46+ "implies" , "import" , "in" , "include" , "individual" , "inout" , "interface" , "istype" , "item" , "join" ,
47+ "language" , "merge" , "message" , "metadata" , "nonunique" , "not" , "objective" , "occurrence" , "of" , "or" ,
48+ "ordered" , "out" , "package" , "parallel" , "part" , "perform" , "port" , "private" , "protected" , "public" ,
49+ "readonly" , "redefines" , "ref" , "render" , "rendering" , "rep" , "require" , "requirement" , "return" ,
50+ "satisfy" , "send" , "snapshot" , "specializes" , "stakeholder" , "state" , "subject" , "subsets" ,
51+ "succession" , "then" , "timeslice" , "to" , "transition" , "use" , "variant" , "variation" , "verification" ,
52+ "verify" , "via" , "view" , "viewpoint" , "xor"
5253 ] . reduce ( f_wordify , { } ) ,
5354 defKeywords : [
5455 "action" , "allocation" , "analysis" , "attribute" , "binding" , "calc" , "case" , "comment" , "concern" ,
0 commit comments