Sublime-WolframLanguage
Sublime-WolframLanguage copied to clipboard
Add support for SubValues and UpValues definitions
These syntaxes are not supported yet
f[x_][y_] := x*y
(*^ entity.name.function*)
f /: g[f[a_]] := a
(*^ entity.name.function*)
(* ^variable.function.wolfram *)
How is f[x_][y_] := x*y
not supported yet?