https://github.com/whitequark/sublime-better-ocaml
Default Sublime Text highlighting for OCaml sucks. I've fixed it.
https://github.com/whitequark/sublime-better-ocaml
Last synced: 3 months ago
JSON representation
Default Sublime Text highlighting for OCaml sucks. I've fixed it.
- Host: GitHub
- URL: https://github.com/whitequark/sublime-better-ocaml
- Owner: whitequark
- Created: 2013-12-03T09:50:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T06:47:43.000Z (over 7 years ago)
- Last Synced: 2025-03-02T12:39:52.920Z (3 months ago)
- Size: 22.5 KB
- Stars: 23
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Better OCaml
============This plugin is a drop-in replacement for the default OCaml package, fixing many of its
shortcomings.Installation
------------1. Navigate to the Packages folder (Preferences → Browse Packages...)
2. Unzip [the ZIP archive of Better OCaml](https://github.com/whitequark/sublime-better-ocaml/archive/master.zip). Or, use `git clone git://github.com/whitequark/sublime-better-ocaml`, so that you could use `git pull` to update.Features
--------* Fixed highlighting of object-oriented code,
* Added missing keywords and combinations: `inherit!`, `val mutable` and others,
* Added support for keywords added by [Pa_lwt][] syntax extension,
* Added support for locally abstract types (`let foo (type a) (bar : a) = ...`).[Pa_lwt]: http://ocsigen.org/lwt/api/Pa_lwt