Skip to content

Commit

Permalink
Merge pull request #1064 from hasheddan/semtoken-fix
Browse files Browse the repository at this point in the history
Fix typo in v3.16 semantic tokens section
  • Loading branch information
dbaeumer committed Aug 19, 2020
2 parents ea6d1e1 + 18f4eab commit b7aeaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _specifications/specification-3-16.md
Expand Up @@ -5969,7 +5969,7 @@ export interface CallHierarchyOutgoingCall {

> *Since version 3.16.0*
The request is sent from the client to the server to resolve semantic tokens for a given file. Semantic tokens are used to add additional color informaiton to a file that depends on language specific symbol information. A semantic token request usually produces a large result. The protocol therefore supports encoding tokens with numbers. In addition optional support for deltas is available.
The request is sent from the client to the server to resolve semantic tokens for a given file. Semantic tokens are used to add additional color information to a file that depends on language specific symbol information. A semantic token request usually produces a large result. The protocol therefore supports encoding tokens with numbers. In addition optional support for deltas is available.

_General Concepts_

Expand Down

0 comments on commit b7aeaf8

Please sign in to comment.