ViktorQvarfordt / Sublime-WolframLanguage

Sublime Text 3 support for the Wolfram Language, the language used in Mathematica.
MIT License
31 stars 10 forks source link

Add support for SubValues and UpValues definitions #20

Open batracos opened 6 years ago

batracos commented 6 years ago

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 *)
chere005 commented 6 years ago

How is f[x_][y_] := x*y not supported yet?