DefaultPackages
DefaultPackages copied to clipboard
OCaml .mli highlighting
From @xouabita on September 27, 2013 12:44
There is some problem with this code :
class point :
int ->
int ->
object
val x : int
val y : int
method string : string
method x : int
method y : int
end
=> Syntax highlighting doesn't work. After the "end", the text is still in orange.
Copied from original issue: SublimeTextBugs/Issues#153