Fix TypeScript tree-sitter
This commit is contained in:
parent
100fe208e2
commit
83d40e3713
2
init.el
2
init.el
@ -184,6 +184,8 @@
|
|||||||
(javascript "https://github.com/tree-sitter/tree-sitter-javascript")
|
(javascript "https://github.com/tree-sitter/tree-sitter-javascript")
|
||||||
(typescript "https://github.com/tree-sitter/tree-sitter-typescript"
|
(typescript "https://github.com/tree-sitter/tree-sitter-typescript"
|
||||||
nil "typescript/src")
|
nil "typescript/src")
|
||||||
|
(tsx "https://github.com/tree-sitter/tree-sitter-typescript"
|
||||||
|
nil "tsx/src")
|
||||||
(bash "https://github.com/tree-sitter/tree-sitter-bash")
|
(bash "https://github.com/tree-sitter/tree-sitter-bash")
|
||||||
(cmake "https://github.com/uyha/tree-sitter-cmake")
|
(cmake "https://github.com/uyha/tree-sitter-cmake")
|
||||||
(blueprint "https://github.com/huanie/tree-sitter-blueprint")
|
(blueprint "https://github.com/huanie/tree-sitter-blueprint")
|
||||||
|
Loading…
Reference in New Issue
Block a user