Skip to content

Commit e0038e7

Browse files
committed
ST6RI-766 Updated mode_template.js for xtext_grammar_converter.
- Also removed support for highlighting in classic Jupyter Notebook (i.e., not Jupyter Lab).
1 parent 31f1b54 commit e0038e7

7 files changed

Lines changed: 67 additions & 453 deletions

File tree

org.omg.sysml.jupyter.jupyterlab/src/main/mode.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
* $GIT_REPO_DIR/tool-support/syntax-highlighting/jupyter/mode_template.ts
2424
*/
2525

26-
// tslint:disable-next-line
27-
//import 'codemirror/addon/mode/simple';
28-
2926
import {StringStream} from "@codemirror/language"
3027
import { clike } from '@codemirror/legacy-modes/mode/clike';
3128

@@ -90,4 +87,4 @@ export const sysmlparser = clike({
9087
},
9188
},
9289
}
93-
);
90+
);

org.omg.sysml.jupyter.kernel/src/main/resources/sysml/kernel.js

Lines changed: 0 additions & 118 deletions
This file was deleted.

tool-support/syntax-highlighting/jupyter/kernel.js

Lines changed: 0 additions & 118 deletions
This file was deleted.

tool-support/syntax-highlighting/jupyter/kernel_template.js

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)