diff options
| -rw-r--r-- | lisp/progmodes/eglot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 587b03ee1ba..8a0d6fa5b86 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el | |||
| @@ -1132,7 +1132,7 @@ object." | |||
| 1132 | :rangeFormatting `(:dynamicRegistration :json-false) | 1132 | :rangeFormatting `(:dynamicRegistration :json-false) |
| 1133 | :rename `(:dynamicRegistration :json-false) | 1133 | :rename `(:dynamicRegistration :json-false) |
| 1134 | :semanticTokens `(:dynamicRegistration :json-false | 1134 | :semanticTokens `(:dynamicRegistration :json-false |
| 1135 | :requests '(:full (:delta t)) | 1135 | :requests (:full (:delta t)) |
| 1136 | :overlappingTokenSupport t | 1136 | :overlappingTokenSupport t |
| 1137 | :multilineTokenSupport t | 1137 | :multilineTokenSupport t |
| 1138 | :tokenTypes [,@eglot-semantic-token-types] | 1138 | :tokenTypes [,@eglot-semantic-token-types] |