adding ocaml support
This commit is contained in:
parent
4704be50f9
commit
be931c1134
@ -125,6 +125,7 @@ let g:ycm_semantic_triggers =
|
|||||||
\ get( g:, 'ycm_semantic_triggers', {
|
\ get( g:, 'ycm_semantic_triggers', {
|
||||||
\ 'c' : ['->', '.'],
|
\ 'c' : ['->', '.'],
|
||||||
\ 'objc' : ['->', '.'],
|
\ 'objc' : ['->', '.'],
|
||||||
|
\ 'ocaml' : ['.', '#'],
|
||||||
\ 'cpp,objcpp' : ['->', '.', '::'],
|
\ 'cpp,objcpp' : ['->', '.', '::'],
|
||||||
\ 'perl' : ['->'],
|
\ 'perl' : ['->'],
|
||||||
\ 'php' : ['->', '::'],
|
\ 'php' : ['->', '::'],
|
||||||
|
Loading…
Reference in New Issue
Block a user