From 664aa988f6d9cdb7b75218666fbe348c85ef8b29 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 4 Sep 2019 15:44:43 +0200 Subject: Update --- syntax/ocaml.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'syntax/ocaml.vim') diff --git a/syntax/ocaml.vim b/syntax/ocaml.vim index ea98a4aa..80f2551f 100644 --- a/syntax/ocaml.vim +++ b/syntax/ocaml.vim @@ -33,6 +33,9 @@ endif " ' can be used in OCaml identifiers setlocal iskeyword+=' +" ` is part of the name of polymorphic variants +setlocal iskeyword+=` + " OCaml is case sensitive. syn case match -- cgit v1.2.3