tree-sitter test

This commit is contained in:
csh
2025-08-29 16:51:24 +08:00
parent aad4917fc0
commit 4d79b8d6ba
44 changed files with 180634 additions and 1841 deletions
@@ -0,0 +1,17 @@
{
"jsonrpc": "2.0",
"id": 1,
"method": "textDocument/completion",
"params": {
"textDocument": {
"uri": "file:///home/cobia/test_lsp/1.tsl"
},
"position": {
"line": 2,
"character": 5
},
"context": {
"triggerKind": 1
}
}
}