mirror of
https://github.com/WolframResearch/WolframLanguageForJupyter.git
synced 2025-04-16 11:46:05 +00:00
Change the syntax highlighting to that of the Wolfram Language (or Mathematica, as is used in the project)
This commit is contained in:
parent
75fc9c238d
commit
4883583139
@ -83,7 +83,7 @@ loop[] :=
|
||||
(* provide the information *)
|
||||
loopState["replyContent"] =
|
||||
StringJoin[
|
||||
"{\"protocol_version\": \"5.3.0\",\"implementation\": \"WolframLanguageForJupyter\",\"implementation_version\": \"0.0.1\",\"language_info\": {\"name\": \"Wolfram Language\",\"version\": \"12.0\",\"mimetype\": \"application/vnd.wolfram.m\",\"file_extension\": \".m\",\"pygments_lexer\": \"python\",\"codemirror_mode\": \"python\"},\"banner\" : \"Wolfram Language/Wolfram Engine Copyright 2019",
|
||||
"{\"protocol_version\": \"5.3.0\",\"implementation\": \"WolframLanguageForJupyter\",\"implementation_version\": \"0.0.1\",\"language_info\": {\"name\": \"Wolfram Language\",\"version\": \"12.0\",\"mimetype\": \"application/vnd.wolfram.m\",\"file_extension\": \".m\",\"pygments_lexer\": \"mathematica\",\"codemirror_mode\": \"mathematica\"},\"banner\" : \"Wolfram Language/Wolfram Engine Copyright 2019",
|
||||
bannerWarning,
|
||||
"\"}"
|
||||
];,
|
||||
|
Loading…
x
Reference in New Issue
Block a user