We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330e44c commit 3965261Copy full SHA for 3965261
6 files changed
org.omg.sysml.jupyter.jupyterlab/src/main/mode.ts
@@ -44,7 +44,7 @@ export function defineSysMLv2Mode(): void {
44
"defined", "dependency", "derived", "do", "doc", "else", "end", "entry", "enum", "event", "exhibit",
45
"exit", "expose", "filter", "first", "flow", "for", "fork", "frame", "from", "hastype", "if", "implies",
46
"import", "in", "include", "individual", "inout", "interface", "istype", "item", "join", "language",
47
- "library", "loop", "merge", "message", "meta", "metadata", "nonunique", "not", "objective",
+ "library", "locale", "loop", "merge", "message", "meta", "metadata", "nonunique", "not", "objective",
48
"occurrence", "of", "or", "ordered", "out", "package", "parallel", "part", "perform", "port", "private",
49
"protected", "public", "readonly", "redefines", "ref", "references", "render", "rendering", "rep",
50
"require", "requirement", "return", "satisfy", "send", "snapshot", "specializes", "stakeholder",
org.omg.sysml.jupyter.kernel/src/main/resources/kernel/kernel.js
@@ -56,7 +56,7 @@ var enableMode = function (CodeMirror) {
56
57
58
59
60
61
62
tool-support/syntax-highlighting/jetbrains/SysML.xml
@@ -11,7 +11,7 @@
11
<option name="HAS_PARENS" value="true" />
12
<option name="HAS_STRING_ESCAPES" value="true" />
13
</options>
14
- <keywords keywords="about;abstract;accept;action;actor;after;alias;all;allocate;allocation;analysis;and;as;assert;assign;assume;at;attribute;bind;binding;by;calc;case;comment;concern;connect;connection;constraint;decide;def;default;defined;dependency;derived;do;doc;else;end;entry;enum;event;exhibit;exit;expose;false;filter;first;flow;for;fork;frame;from;hastype;if;implies;import;in;include;individual;inout;interface;istype;item;join;language;library;loop;merge;message;meta;metadata;nonunique;not;null;objective;occurrence;of;or;ordered;out;package;parallel;part;perform;port;private;protected;public;readonly;redefines;ref;references;render;rendering;rep;require;requirement;return;satisfy;send;snapshot;specializes;stakeholder;standard;state;subject;subsets;succession;then;timeslice;to;transition;true;until;use;variant;variation;verification;verify;via;view;viewpoint;when;while;xor" ignore_case="false" />
+ <keywords keywords="about;abstract;accept;action;actor;after;alias;all;allocate;allocation;analysis;and;as;assert;assign;assume;at;attribute;bind;binding;by;calc;case;comment;concern;connect;connection;constraint;decide;def;default;defined;dependency;derived;do;doc;else;end;entry;enum;event;exhibit;exit;expose;false;filter;first;flow;for;fork;frame;from;hastype;if;implies;import;in;include;individual;inout;interface;istype;item;join;language;library;locale;loop;merge;message;meta;metadata;nonunique;not;null;objective;occurrence;of;or;ordered;out;package;parallel;part;perform;port;private;protected;public;readonly;redefines;ref;references;render;rendering;rep;require;requirement;return;satisfy;send;snapshot;specializes;stakeholder;standard;state;subject;subsets;succession;then;timeslice;to;transition;true;until;use;variant;variation;verification;verify;via;view;viewpoint;when;while;xor" ignore_case="false" />
15
<keywords2 keywords="!=;!==;#;%;&;*;**;+;-;->;..;.?;/;:;::;::>;:=;:>;:>>;<;<=;=;==;===;>;>=;?;??;@;@@;^;|;~" />
16
</highlighting>
17
<extensionMap>
tool-support/syntax-highlighting/jupyter/kernel.js
tool-support/syntax-highlighting/jupyter/mode.ts
tool-support/syntax-highlighting/vscode/sysml/syntaxes/sysml.tmLanguage.json
@@ -18,7 +18,7 @@
18
"repository": {
19
"keywords": {
20
"patterns": [
21
- { "match": "\\b(about|abstract|accept|action|actor|after|alias|all|allocate|allocation|analysis|and|as|assert|assign|assume|at|attribute|bind|binding|by|calc|case|comment|concern|connect|connection|constraint|decide|def|default|defined|dependency|derived|do|doc|else|end|entry|enum|event|exhibit|exit|expose|false|filter|first|flow|for|fork|frame|from|hastype|if|implies|import|in|include|individual|inout|interface|istype|item|join|language|library|loop|merge|message|meta|metadata|nonunique|not|null|objective|occurrence|of|or|ordered|out|package|parallel|part|perform|port|private|protected|public|readonly|redefines|ref|references|render|rendering|rep|require|requirement|return|satisfy|send|snapshot|specializes|stakeholder|standard|state|subject|subsets|succession|then|timeslice|to|transition|true|until|use|variant|variation|verification|verify|via|view|viewpoint|when|while|xor)\\b", "name": "keyword.other.sysml" },
+ { "match": "\\b(about|abstract|accept|action|actor|after|alias|all|allocate|allocation|analysis|and|as|assert|assign|assume|at|attribute|bind|binding|by|calc|case|comment|concern|connect|connection|constraint|decide|def|default|defined|dependency|derived|do|doc|else|end|entry|enum|event|exhibit|exit|expose|false|filter|first|flow|for|fork|frame|from|hastype|if|implies|import|in|include|individual|inout|interface|istype|item|join|language|library|locale|loop|merge|message|meta|metadata|nonunique|not|null|objective|occurrence|of|or|ordered|out|package|parallel|part|perform|port|private|protected|public|readonly|redefines|ref|references|render|rendering|rep|require|requirement|return|satisfy|send|snapshot|specializes|stakeholder|standard|state|subject|subsets|succession|then|timeslice|to|transition|true|until|use|variant|variation|verification|verify|via|view|viewpoint|when|while|xor)\\b", "name": "keyword.other.sysml" },
22
{ "match": "(#|%|&|\\?|\\?\\?|@@|\\^|\\|)", "name": "keyword.operator.logical.sysml" },
23
{ "match": "(!=|!==|\\<|\\<=|=|==|===|\\>|\\>=)", "name": "keyword.operator.comparison.sysml" },
24
{ "match": "(\\*|\\*\\*|\\+|\\-|/)", "name": "keyword.operator.arithmetic.sysml" },
0 commit comments