From b83effa317a82c52ea052d3ea30c1052282e9acb Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Wed, 10 Jan 2018 12:00:45 +0100 Subject: [PATCH] Fixes #371: Section about initialize's response is not formatted correctly --- specification.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification.md b/specification.md index 145c95c..191fc2b 100644 --- a/specification.md +++ b/specification.md @@ -1093,6 +1093,7 @@ interface ClientCapabilities { _Response_: * result: `InitializeResult` defined as follows: + ```typescript interface InitializeResult { /** @@ -1102,6 +1103,7 @@ interface InitializeResult { } ``` * error.code: + ```typescript /** * Known error codes for an `InitializeError`; @@ -1117,6 +1119,7 @@ export namespace InitializeError { ``` * error.data: + ```typescript interface InitializeError { /**