Add links to free Wolfram Engine.
13.1 syntax updates
Add "Download Wolfram Engine" links to main menu and command palette
support new 13.1 syntax "PackedArray"::["Real64"]
Open notebooks support.
Ensure an empty directory to use as working directory
Should try new versions as well as older versions
Increase timeout to 15 seconds and add timeout_warning_enabled setting
Syntax error for invalid \|XXXXXX
character syntax
Reorganize the "Open in Notebook Editor" menu items
Add context menu item
Rename "Open in Notebook Editor" -> "Open in System Editor"
13.0.1 syntax updates
Fix 419286: "Open in Notebook Editor" opens other files than recognized by FE
Fix logic for resolving kernel paths
Fix 415574: unrecognized symbol followed by [
should have scope variable.function
Also recognize f @ x
syntax for function call, but do NOT recognize a ~f~ b
or a // f
Treat mdpopups module as optional
If a kernel cannot be started, then do not also show the timeout dialog after 10 seconds, that is just extra noise.
lsp_server_enabled
setting: Allow selectively disabling Wolfram Language LSP
Fixed problem with dialog saying "Language Server kernel did not initialize properly after 10 seconds."
The kernel actually did start correctly, but the timeout for the dialog was not being handled properly.
First release from official Wolfram Research GitHub repo
https://github.com/WolframResearch/Sublime-WolframLanguage
Forked and major rewrite from https://github.com/ViktorQvarfordt/Sublime-WolframLanguage
Now supporting Sublime 4
Start relying on the WolframLanguage Sublime package. There is no longer a sublime-wolfram package to install. Please read the README for changes.