Lines Matching refs:w

48 syn match    ocamlLCIdentifier /\<\(\l\|_\)\(\w\|'\)*\>/
122 syn match ocamlPpxIdentifier /\(\[@\{1,3\}\)\@<=\w\+\(\.\w\+\)*/
129 …tchgroup=ocamlKeyword start="\<module\>" matchgroup=ocamlModule end="\<\u\(\w\|'\)*\>" contained c…
138 …tchgroup=ocamlKeyword start="\<module\>" matchgroup=ocamlModule end="\<\u\(\w\|'\)*\>" contains=@o…
141 syn match ocamlModParam1 "\<\u\(\w\|'\)*\>" contained skipwhite skipempty
147 syn match ocamlMPRestr3 "\w\(\w\|'\)*\( *\. *\w\(\w\|'\)*\)*" contained
150 …group=ocamlKeyword start="\<val\>" matchgroup=ocamlLCIdentifier end="\<\l\(\w\|'\)*\>" contains=@o…
151 syn region ocamlModRHS start="." end=". *\w\|([^*]"me=e-2 contained contains=ocamlComment skipwhi…
152 syn match ocamlFullMod "\<\u\(\w\|'\)*\( *\. *\u\(\w\|'\)*\)*" contained skipwhite skipempty nex…
157 syn match ocamlModTypeRestr "\<\w\(\w\|'\)*\( *\. *\w\(\w\|'\)*\)*\>" contained
159 syn match ocamlWith "\<\(\u\(\w\|'\)* *\. *\)*\w\(\w\|'\)*\>" contained skipwhite skipempty next…
166 …art="\<module\>\s*\<type\>\(\s*\<of\>\)\=" matchgroup=ocamlModule end="\<\w\(\w\|'\)*\>" contains=…
167 syn match ocamlMTDef "=\s*\w\(\w\|'\)*\>"hs=s+1,me=s+1 skipwhite skipempty nextgroup=ocamlFullMod
199 syn match ocamlConstructor "\u\(\w\|'\)*\>"
202 syn match ocamlConstructor "`\w\(\w\|'\)*\>"
205 syn match ocamlModPath "\u\(\w\|'\)* *\."he=e-1
276 syn match ocamlLabel "\~\(\l\|_\)\(\w\|'\)*"lc=1
277 syn match ocamlLabel "?\(\l\|_\)\(\w\|'\)*"lc=1
278 syn region ocamlLabel transparent matchgroup=ocamlLabel start="[~?](\(\l\|_\)\(\w\|'\)*"lc=2 end=…