Skip to content

Commit 4c907ef

Browse files
Maelancopy
authored andcommitted
request clarification
1 parent ac2035e commit 4c907ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syntax/ocaml.vim

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ syn match ocamlKeyword "\<open\>" skipwhite skipempty nextgroup=ocamlFullMod
128128
syn match ocamlKeyword "\<include\>" skipwhite skipempty nextgroup=ocamlModParam,ocamlFullMod
129129

130130
" "module" - somewhat complicated stuff ;-)
131+
" 2022-10: please document it?
131132
syn region ocamlModule matchgroup=ocamlKeyword start="\<module\>" matchgroup=ocamlModule end="\<\u\(\w\|'\)*\>" contains=@ocamlAllErrs,ocamlComment skipwhite skipempty nextgroup=ocamlPreDef
132133
syn region ocamlPreDef start="."me=e-1 end="[a-z:=)]\@=" contained contains=@ocamlAllErrs,ocamlComment,ocamlModParam,ocamlGenMod,ocamlModTypeRestr nextgroup=ocamlModTypePre,ocamlModPreRHS
133134
syn region ocamlModParam start="(\*\@!" end=")" contained contains=ocamlGenMod,ocamlModParam,ocamlModParam1,ocamlSig,ocamlVal

0 commit comments

Comments
 (0)