@@ -39,23 +39,22 @@ export function defineSysMLv2Mode(): void {
3939 name : 'clike' ,
4040 keywords : [
4141 "about" , "abstract" , "accept" , "action" , "actor" , "alias" , "all" , "allocate" , "allocation" , "analysis" ,
42- "and" , "as" , "assert" , "assoc" , " assume", "attribute" , "bind" , "block " , "by" , "calc" , "case" , "comment" ,
42+ "and" , "as" , "assert" , "assume" , "attribute" , "bind" , "binding " , "by" , "calc" , "case" , "comment" ,
4343 "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" ,
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" ,
4646 "include" , "individual" , "inout" , "interface" , "istype" , "item" , "join" , "language" , "merge" , "message" ,
4747 "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" ,
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" ,
5151 "transition" , "use" , "variant" , "variation" , "verification" , "verify" , "via" , "view" , "viewpoint" , "xor"
5252 ] . reduce ( f_wordify , { } ) ,
5353 defKeywords : [
54- "action" , "activity" , "allocation" , "analysis" , "attribute" , "block" , "calc" , "case" , "comment" ,
55- "concern" , "connection" , "constraint" , "def" , "doc" , "enum" , "id" , "interface" , "item" , "link" ,
56- "metadata" , "objective" , "occurrence" , "package" , "part" , "port" , "ref" , "rendering" , "rep" ,
57- "requirement" , "snapshot" , "state" , "subject" , "timeslice" , "transition" , "type" , "use" , "value" ,
58- "verification" , "view" , "viewpoint"
54+ "action" , "allocation" , "analysis" , "attribute" , "binding" , "calc" , "case" , "comment" , "concern" ,
55+ "connection" , "constraint" , "def" , "doc" , "enum" , "interface" , "item" , "metadata" , "objective" ,
56+ "occurrence" , "package" , "part" , "port" , "ref" , "rendering" , "rep" , "requirement" , "snapshot" , "state" ,
57+ "subject" , "succession" , "timeslice" , "transition" , "verification" , "view" , "viewpoint"
5958 ] . reduce ( f_wordify , { } ) ,
6059 typeFirstDefinitions : true ,
6160 atoms : [ 'true' , 'false' , 'null' ] . reduce ( f_wordify ) ,
0 commit comments