You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Syntax highlighting for the following OCaml snippet is broken in the current version of SublimeText. The problem is, that the first function foo is not properly detected. Therefore the let of the following function definition is recognised as a variable instead of a keyword:
Fixessublimehq#1756
This commit partly applies the proposed change of the mentioned issue
to fix infix operator definitions as it seems safe enough not to break
something.
Syntax highlighting for the following OCaml snippet is broken in the current version of SublimeText. The problem is, that the first function
foo
is not properly detected. Therefore thelet
of the following function definition is recognised as a variable instead of a keyword:The text was updated successfully, but these errors were encountered: