diff --git a/docs/index.md b/docs/index.md
index a38837dc11f..48cb46de46c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -44,45 +44,68 @@
## Поддерживаемые операции протокола
-| Операция | Поддержка | Комментарий | Конфигурируется? |
-| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ------------------------------------------------------------ | ---------------- |
-| [workspace/didChangeWorkspaceFolders](https://microsoft.github.io/language-server-protocol/specification-current#workspace_didChangeWorkspaceFolders) | | | |
-| [workspace/didChangeConfiguration](https://microsoft.github.io/language-server-protocol/specification#workspace_didChangeConfiguration) | | с ограничениями, см. [#1431](https://github.com/1c-syntax/bsl-language-server/issues/1431) | |
-| [workspace/didChangeWatchedFiles](https://microsoft.github.io/language-server-protocol/specification#workspace_didChangeWatchedFiles) | | | |
-| [workspace/symbol](https://microsoft.github.io/language-server-protocol/specification#workspace_symbol) | | | |
-| [workspace/executeCommand](https://microsoft.github.io/language-server-protocol/specification#workspace_executeCommand) | | | |
-| [textDocument/didOpen](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_didOpen) | | | |
-| [textDocument/didChange](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_didChange) | | см. [#1432](https://github.com/1c-syntax/bsl-language-server/issues/1432)
textDocumentSyncKind = Full | |
-| [textDocument/didClose](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_didClose) | | | |
-| [textDocument/didSave](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_didSave) | | | |
-| [textDocument/willSave](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_willSave) | | | |
-| [textDocument/willSaveWaitUntil](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_willSaveWaitUntil) | | | |
-| [textDocument/publishDiagnostics](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_publishDiagnostics) | | tagSupport = true
versionSupport = true
[список диагностик](./diagnostics/index.md) | да |
-| [textDocument/completion](https://github.com/1c-syntax/bsl-language-server/blob/develop/docs/diagnostics/index.md) | | resolveProvider = false | |
-| [completionItem/resolve](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#completionItem_resolve) | | | |
-| [textDocument/hover](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_hover) | | contentFormat = MarkupContent
см [#1405](https://github.com/1c-syntax/bsl-language-server/pull/1405) | |
-| [textDocument/signatureHelp](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_signatureHelp) | | | |
-| [textDocument/declaration](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_declaration) | | не применимо в 1С:Предприятие | |
-| [textDocument/definition](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_definition) | | linkSupport = true
см. [#1405](https://github.com/1c-syntax/bsl-language-server/pull/1405) | |
-| [textDocument/typeDefinition](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_typeDefinition) | | не применимо в 1С:Предприятие | |
-| [textDocument/implementation](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_implementation) | | не применимо в 1С:Предприятие | |
-| [textDocument/references](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_references) | | см. [#1405](https://github.com/1c-syntax/bsl-language-server/pull/1405) | |
-| [textDocument/documentHighlight](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_documentHighlight) | | | |
-| [textDocument/documentSymbol](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_documentSymbol) | | hierarchicalDocumentSymbolSupport = true | |
-| [textDocument/codeAction](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_codeAction) | | codeActionKinds = ? (см. [#1433](https://github.com/1c-syntax/bsl-language-server/issues/1433))
isPreferredSupport = false (см. [#1434](https://github.com/1c-syntax/bsl-language-server/issues/1434)) | да |
-| [textDocument/codeLens](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_codeLens) | | resolveProvider = false | да |
-| [codeLens/resolve](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#codeLens_resolve) | | | |
-| [textDocument/documentLink](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_documentLink) | | Показ гиперссылок на документацию по диагностикам.
tooltipSupport = true
resolveProvider = false | да |
-| [documentLink/resolve](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#documentLink_resolve) | | | |
-| [textDocument/documentColor](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_documentColor) | | | |
-| [textDocument/colorPresentation](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_colorPresentation) | | | |
-| [textDocument/formatting](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_formatting) | | | |
-| [textDocument/rangeFormatting](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_rangeFormatting) | | | |
-| [textDocument/onTypeFormatting](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_onTypeFormatting) | | | |
-| [textDocument/rename](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_rename) | | | |
-| [textDocument/prepareRename](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_prepareRename) | | | |
-| [textDocument/foldingRange](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_foldingRange) | | | |
-| [textDocument/selectionRange](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_selectionRange) | | | |
+
+
+
+ workspace
+
+| Операция | Поддержка | Комментарий |
+| --------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
+| [didChangeWorkspaceFolders](https://microsoft.github.io/language-server-protocol/specification-current#workspace_didChangeWorkspaceFolders) | | |
+| [didChangeConfiguration](https://microsoft.github.io/language-server-protocol/specification#workspace_didChangeConfiguration) | | с ограничениями, см. [#1431](https://github.com/1c-syntax/bsl-language-server/issues/1431) |
+| [didChangeWatchedFiles](https://microsoft.github.io/language-server-protocol/specification#workspace_didChangeWatchedFiles) | | |
+| [symbol](https://microsoft.github.io/language-server-protocol/specification#workspace_symbol) | | |
+| [executeCommand](https://microsoft.github.io/language-server-protocol/specification#workspace_executeCommand) | | |
+
+
+
+
+ textDocument
+
+| Операция | Поддержка | Комментарий | Конфигурируется? |
+| ------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------- | ------------------------------------------------------------ | ---------------- |
+| [documentLink](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_documentLink) | | Показ гиперссылок на документацию по диагностикам.
tooltipSupport = true
resolveProvider = false | да |
+| [hover](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_hover) | | contentFormat = MarkupContent
см [#1405](https://github.com/1c-syntax/bsl-language-server/pull/1405) | |
+| [signatureHelp](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_signatureHelp) | | | |
+| [declaration](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_declaration) | | не применимо в 1С:Предприятие | |
+| [definition](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_definition) | | linkSupport = true
см. [#1405](https://github.com/1c-syntax/bsl-language-server/pull/1405) | |
+| [typeDefinition](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_typeDefinition) | | не применимо в 1С:Предприятие | |
+| [implementation](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_implementation) | | не применимо в 1С:Предприятие | |
+| [references](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_references) | | см. [#1405](https://github.com/1c-syntax/bsl-language-server/pull/1405) | |
+| [documentHighlight](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_documentHighlight) | | | |
+| [documentSymbol](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_documentSymbol) | | hierarchicalDocumentSymbolSupport = true | |
+| [codeAction](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_codeAction) | | codeActionKinds = ? (см. [#1433](https://github.com/1c-syntax/bsl-language-server/issues/1433))
isPreferredSupport = false (см. [#1434](https://github.com/1c-syntax/bsl-language-server/issues/1434)) | да |
+| [codeLens](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_codeLens) | | resolveProvider = false | да |
+| [didOpen](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_didOpen) | | | |
+| [didChange](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_didChange) | | см. [#1432](https://github.com/1c-syntax/bsl-language-server/issues/1432)
textDocumentSyncKind = Full | |
+| [didClose](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_didClose) | | | |
+| [didSave](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_didSave) | | | |
+| [willSave](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_willSave) | | | |
+| [willSaveWaitUntil](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_willSaveWaitUntil) | | | |
+| [publishDiagnostics](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_publishDiagnostics) | | tagSupport = true
versionSupport = true
[список диагностик](./diagnostics/index.md) | да |
+| [completion](https://github.com/1c-syntax/bsl-language-server/blob/develop/docs/diagnostics/index.md) | | resolveProvider = false | |
+| [documentColor](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_documentColor) | | | |
+| [colorPresentation](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_colorPresentation) | | | |
+| [formatting](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_formatting) | | | |
+| [rangeFormatting](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_rangeFormatting) | | | |
+| [onTypeFormatting](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_onTypeFormatting) | | | |
+| [rename](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_rename) | | | |
+| [prepareRename](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_prepareRename) | | | |
+| [foldingRange](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_foldingRange) | | | |
+| [selectionRange](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_selectionRange) | | | |
+
+
+
+
+ прочее
+
+| Операция | Поддержка |
+| ------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
+| [completionItem/resolve](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#completionItem_resolve) | |
+| [codeLens/resolve](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#codeLens_resolve) | |
+| [documentLink/resolve](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#documentLink_resolve) | |
+
+