diff --git a/README.md b/README.md index d6a69750..5f32b8f6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index a4ad60e6..bc43bfb2 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -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