diff options
| -rw-r--r-- | doc/server_configurations.md | 6 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index ed023e33..462df4e8 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -11263,7 +11263,11 @@ require'lspconfig'.sourcekit.setup{} ``` - `filetypes` : ```lua - { "swift", "c", "cpp", "objective-c", "objective-cpp" } + { "swift", "objc", "objcpp", "c", "cpp" } + ``` + - `get_language_id` : + ```lua + see source file ``` - `root_dir` : ```lua diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index ed023e33..462df4e8 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -11263,7 +11263,11 @@ require'lspconfig'.sourcekit.setup{} ``` - `filetypes` : ```lua - { "swift", "c", "cpp", "objective-c", "objective-cpp" } + { "swift", "objc", "objcpp", "c", "cpp" } + ``` + - `get_language_id` : + ```lua + see source file ``` - `root_dir` : ```lua |
