Skip to content

Commit 8e9b8fc

Browse files
committed
Fix semantic tokens capability serialization
* eglot.el (eglot-client-capabilities): Remove erroneous quote in :requests plist.
1 parent 7864df7 commit 8e9b8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eglot.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ object."
11321132
:rangeFormatting `(:dynamicRegistration :json-false)
11331133
:rename `(:dynamicRegistration :json-false)
11341134
:semanticTokens `(:dynamicRegistration :json-false
1135-
:requests '(:full (:delta t))
1135+
:requests (:full (:delta t))
11361136
:overlappingTokenSupport t
11371137
:multilineTokenSupport t
11381138
:tokenTypes [,@eglot-semantic-token-types]

0 commit comments

Comments
 (0)