Update subcommmands supported for typescript

This commit is contained in:
Ben Jackson 2015-09-13 13:01:11 +01:00
parent a4f7d02a3b
commit 7c2b7b7ef3
2 changed files with 4 additions and 4 deletions

View File

@ -733,7 +733,7 @@ the definition of the symbol is in the current translation unit. A translation
unit consists of the file you are editing and all the files you are including
with `#include` directives (directly or indirectly) in that file.
Supported in filetypes: `c, cpp, objc, objcpp, python, cs`
Supported in filetypes: `c, cpp, objc, objcpp, python, cs, typescript`
### The `GoTo` subcommand
@ -799,7 +799,7 @@ std::cout << *x; // invoking on x returns "const char ** => const char **"
NOTE: Causes reparsing of the current translation unit.
Supported in filetypes: `c, cpp, objc, objcpp`
Supported in filetypes: `c, cpp, objc, objcpp, typescript`
### The `GetParent` subcommand

View File

@ -922,7 +922,7 @@ when the definition of the symbol is in the current translation unit. A
translation unit consists of the file you are editing and all the files you are
including with '#include' directives (directly or indirectly) in that file.
Supported in filetypes: 'c, cpp, objc, objcpp, python, cs'
Supported in filetypes: 'c, cpp, objc, objcpp, python, cs, typescript'
-------------------------------------------------------------------------------
The *GoTo* subcommand
@ -988,7 +988,7 @@ For example:
<
NOTE: Causes reparsing of the current translation unit.
Supported in filetypes: 'c, cpp, objc, objcpp'
Supported in filetypes: 'c, cpp, objc, objcpp, typescript'
-------------------------------------------------------------------------------
The *GetParent* subcommand