mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
21 lines
318 B
JSON
21 lines
318 B
JSON
|
{
|
||
|
"jsonrpc": "2.0",
|
||
|
"id": 4,
|
||
|
"method": "textDocument/semanticTokens/range",
|
||
|
"params": {
|
||
|
"textDocument": {
|
||
|
"uri": "file:///a/file.ts"
|
||
|
},
|
||
|
"range": {
|
||
|
"start": {
|
||
|
"line": 0,
|
||
|
"character": 0
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 6,
|
||
|
"character": 0
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|