Update semantic triggers in documentation
This commit is contained in:
parent
6caa49f859
commit
9957e7ba0a
@ -2778,8 +2778,8 @@ let g:ycm_semantic_triggers = {
|
||||
\ 'cpp,cuda,objcpp': ['->', '.', '::'],
|
||||
\ 'perl': ['->'],
|
||||
\ 'php': ['->', '::'],
|
||||
\ 'cs,java,javascript,typescript,d,python,perl6,scala,vb,elixir,go' : ['.'],
|
||||
\ 'ruby' : ['.', '::'],
|
||||
\ 'cs,d,elixir,go,groovy,java,javascript,julia,perl6,python,scala,typescript,vb': ['.'],
|
||||
\ 'ruby,rust': ['.', '::'],
|
||||
\ 'lua': ['.', ':'],
|
||||
\ 'erlang': [':'],
|
||||
\ }
|
||||
|
@ -2995,8 +2995,8 @@ Default: '[see next line]'
|
||||
\ 'cpp,cuda,objcpp': ['->', '.', '::'],
|
||||
\ 'perl': ['->'],
|
||||
\ 'php': ['->', '::'],
|
||||
\ 'cs,java,javascript,typescript,d,python,perl6,scala,vb,elixir,go' : ['.'],
|
||||
\ 'ruby' : ['.', '::'],
|
||||
\ 'cs,d,elixir,go,groovy,java,javascript,julia,perl6,python,scala,typescript,vb': ['.'],
|
||||
\ 'ruby,rust': ['.', '::'],
|
||||
\ 'lua': ['.', ':'],
|
||||
\ 'erlang': [':'],
|
||||
\ }
|
||||
|
Loading…
Reference in New Issue
Block a user