Skip to content

Commit

Permalink
Merge pull request ycm-core#155 from micbou/typescript-semantic-trigger
Browse files Browse the repository at this point in the history
Add semantic trigger for typescript
Valloric committed Jun 8, 2015
2 parents a5015c4 + d0e25da commit 048f8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ycmd/completers/completer_utils.py
Original file line number Diff line number Diff line change
@@ -140,7 +140,7 @@ def FiletypeCompleterExistsForFiletype( filetype ):
'cpp,objcpp' : ['->', '.', '::'],
'perl' : ['->'],
'php' : ['->', '::'],
'cs,java,javascript,d,python,perl6,scala,vb,elixir,go' : ['.'],
'cs,java,javascript,typescript,d,python,perl6,scala,vb,elixir,go' : ['.'],
'ruby' : ['.', '::'],
'lua' : ['.', ':'],
'erlang' : [':'],

0 comments on commit 048f8f3

Please sign in to comment.