Add svelte language server
Add svelte tree sitter Add svelte config file Add svelte highlighting
This commit is contained in:
parent
415b8f0147
commit
1424a7a56a
9 changed files with 268 additions and 1 deletions
|
@ -122,6 +122,7 @@ tree-sitter-html = "0.19.0"
|
|||
tree-sitter-scheme = { git = "https://github.com/6cdh/tree-sitter-scheme", rev = "af0fd1fa452cb2562dc7b5c8a8c55551c39273b9"}
|
||||
tree-sitter-racket = { git = "https://github.com/zed-industries/tree-sitter-racket", rev = "eb010cf2c674c6fd9a6316a84e28ef90190fe51a"}
|
||||
tree-sitter-yaml = { git = "https://github.com/zed-industries/tree-sitter-yaml", rev = "f545a41f57502e1b5ddf2a6668896c1b0620f930"}
|
||||
tree-sitter-svelte = { git = "https://github.com/Himujjal/tree-sitter-svelte", rev = "697bb515471871e85ff799ea57a76298a71a9cca"}
|
||||
tree-sitter-lua = "0.0.14"
|
||||
url = "2.2"
|
||||
urlencoding = "2.1.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue