g:ycm_semantic_triggers: add '::' to triggers for PHP
This commit is contained in:
parent
a6a238bcf6
commit
f78b9dc29c
@ -106,7 +106,8 @@ let g:ycm_semantic_triggers =
|
|||||||
\ 'c' : ['->', '.'],
|
\ 'c' : ['->', '.'],
|
||||||
\ 'objc' : ['->', '.'],
|
\ 'objc' : ['->', '.'],
|
||||||
\ 'cpp,objcpp' : ['->', '.', '::'],
|
\ 'cpp,objcpp' : ['->', '.', '::'],
|
||||||
\ 'perl,php' : ['->'],
|
\ 'perl' : ['->'],
|
||||||
|
\ 'php' : ['->', '::'],
|
||||||
\ 'cs,java,javascript,d,vim,ruby,python,perl6,scala,vb,elixir' : ['.'],
|
\ 'cs,java,javascript,d,vim,ruby,python,perl6,scala,vb,elixir' : ['.'],
|
||||||
\ 'lua' : ['.', ':'],
|
\ 'lua' : ['.', ':'],
|
||||||
\ 'erlang' : [':'],
|
\ 'erlang' : [':'],
|
||||||
|
Loading…
Reference in New Issue
Block a user