Skip to content

OCaml .mli highlighting #58

@titoBouzout

Description

@titoBouzout

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: sublimehq/sublime_text#153

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions