File tree Expand file tree Collapse file tree
org.omg.sysml.jupyter/src/main/resources/kernel Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ var enableMode = function (CodeMirror) {
2424 CodeMirror . defineMode ( "sysml" , function ( config ) {
2525 return CodeMirror . getMode ( config , {
2626 name : "clike" ,
27- keywords : words ( "about abstract accept action activity allInstances any as assoc bind block by " +
28- "comment connect decide def do else end entry exhibit exit first flow fork from hastype if import " +
27+ keywords : words ( "about abstract accept action activity allInstances any as assert assoc bind block by " +
28+ "comment connect constraint decide def do else end entry exhibit exit first flow fork from hastype if import " +
2929 "in inout instanceof interface is join link merge nonunique of ordered out package part perform port private " +
3030 "protected public redefines ref send specializes state stream subsets succession then to transition type value" ) ,
31- defKeywords : words ( "action activity assoc block def link interface package part port ref state transition type value" ) ,
31+ defKeywords : words ( "action activity assoc block constraint def link interface package part port ref state transition type value" ) ,
3232 typeFirstDefinitions : true ,
3333 atoms : words ( "true false null" ) ,
3434 number : / ^ (?: 0 x [ a - f \d _ ] + | 0 b [ 0 1 _ ] + | (?: [ \d _ ] + \. ? \d * | \. \d + ) (?: e [ - + ] ? [ \d _ ] + ) ? ) ( u | l l ? | l | f ) ? / i,
You can’t perform that action at this time.
0 commit comments