@@ -38,25 +38,24 @@ export function defineSysMLv2Mode(): void {
3838 return CodeMirror . getMode ( gc_mode , {
3939 name : 'clike' ,
4040 keywords : [
41- "about" , "abstract" , "accept" , "action" , "activity" , "affect" , "alias" , "all" , "allocate" , "allocation" ,
42- "analysis" , "and" , "as" , "assert" , "assoc" , "assume" , "attribute" , "bind" , "block" , "by" , "calc" ,
43- "case" , "comment" , "concern" , "connect" , "connection" , "constraint" , "decide" , "def" , "defined" ,
44- "dependency" , "do" , "doc" , "else" , "end" , "entry" , "enum" , "event" , "exhibit" , "exit" , "expose" ,
45- "feature" , "filter" , "first" , "flow" , "for" , "fork" , "frame" , "from" , "hastype" , "id" , "if" , "implies" ,
46- "import" , "in" , "individual" , "inout" , "instanceof" , "interface" , "istype" , "item" , "join" , "language" ,
47- "link" , "merge" , "message" , "metadata" , "nonunique" , "not" , "objective" , "occurrence" , "of" , "or" ,
48- "ordered" , "out" , "package" , "part" , "perform" , "port" , "private" , "protected" , "public" , "redefines" ,
49- "ref" , "render" , "rendering" , "rep" , "require" , "requirement" , "return" , "satisfy" , "send" , "snapshot" ,
50- "specializes" , "stakeholder" , "state" , "stream" , "subject" , "subsets" , "succession" , "then" ,
51- "timeslice" , "to" , "transition" , "type" , "value" , "variant" , "variation" , "verification" , "verify" ,
52- "view" , "viewpoint" , "xor"
41+ "about" , "abstract" , "accept" , "action" , "actor" , "alias" , "all" , "allocate" , "allocation" , "analysis" ,
42+ "and" , "as" , "assert" , "assoc" , "assume" , "attribute" , "bind" , "block" , "by" , "calc" , "case" , "comment" ,
43+ "concern" , "connect" , "connection" , "constraint" , "decide" , "def" , "default" , "defined" , "dependency" ,
44+ "do" , "doc" , "else" , "end" , "entry" , "enum" , "event" , "exhibit" , "exit" , "expose" , "feature" , "filter" ,
45+ "first" , "flow" , "for" , "fork" , "frame" , "from" , "hastype" , "id" , "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" , "redefines" , "ref" , "render" ,
49+ "rendering" , "rep" , "require" , "requirement" , "return" , "satisfy" , "send" , "snapshot" , "specializes" ,
50+ "stakeholder" , "state" , "stream" , "subject" , "subsets" , "succession" , "then" , "timeslice" , "to" ,
51+ "transition" , "use" , "variant" , "variation" , "verification" , "verify" , "via" , "view" , "viewpoint" , "xor"
5352 ] . reduce ( f_wordify , { } ) ,
5453 defKeywords : [
5554 "action" , "activity" , "allocation" , "analysis" , "attribute" , "block" , "calc" , "case" , "comment" ,
5655 "concern" , "connection" , "constraint" , "def" , "doc" , "enum" , "id" , "interface" , "item" , "link" ,
5756 "metadata" , "objective" , "occurrence" , "package" , "part" , "port" , "ref" , "rendering" , "rep" ,
58- "requirement" , "snapshot" , "stakeholder" , " state", "subject" , "timeslice" , "transition" , "type" ,
59- "value" , " verification", "view" , "viewpoint"
57+ "requirement" , "snapshot" , "state" , "subject" , "timeslice" , "transition" , "type" , "use" , "value ",
58+ "verification" , "view" , "viewpoint"
6059 ] . reduce ( f_wordify , { } ) ,
6160 typeFirstDefinitions : true ,
6261 atoms : [ 'true' , 'false' , 'null' ] . reduce ( f_wordify ) ,
0 commit comments