DefaultPackages icon indicating copy to clipboard operation
DefaultPackages copied to clipboard

OCaml .mli highlighting

Open titoBouzout opened this issue 10 years ago • 0 comments

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

titoBouzout avatar Dec 22 '14 13:12 titoBouzout