Skip to content

Releases: atom-ocaml/language-ocaml-fix

v1.5.3

11 Jan 10:41
Compare
Choose a tag to compare

Add () and _ as keywords in anonymous function definitions (Better syntax highlighting)

v1.5.2

09 Jan 12:54
Compare
Choose a tag to compare

Add line to readme

v1.5.1

09 Jan 12:44
Compare
Choose a tag to compare

Fix grammar for infix function signature (#13)

v1.5.0

09 Jan 08:45
Compare
Choose a tag to compare
  • Better tokenization of infix operators (Helps with fonts with ligatures e.g. Fira Code)
  • Keyword operators are now separated from inline functions, causing inline functions to be highlighted as such.
  • Removed scope for anonymous function body. (It provided no value, and often the scoped bled out of the correct context)

v1.4.1

09 Jan 08:56
Compare
Choose a tag to compare

Migrated package from hackwaly/language-ocaml-fix to andreasdahl/language-ocaml-fix

  • Fixed #21 by making anonymous function scope end on end keyword.
  • Fixed #22