mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(swift): tree-sitter-swift missing parser.c
The current HEAD on https://github.com/alex-pinkus/tree-sitter-swift does not include generated files. Use a tag that does. The solution proposed in the repository of downloading artifacts from an action is not feasible as they expire and become unavailable.
This commit is contained in:
parent
2e16934f02
commit
e5fb31e863
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
|||
:init
|
||||
(when (modulep! +tree-sitter)
|
||||
(set-tree-sitter! 'swift-mode 'swift-ts-mode
|
||||
'((swift :url "https://github.com/alex-pinkus/tree-sitter-swift"))))
|
||||
'((swift :url "https://github.com/alex-pinkus/tree-sitter-swift"
|
||||
:rev "0.7.1-with-generated-files"))))
|
||||
|
||||
:config
|
||||
(set-repl-handler! 'swift-mode #'run-swift)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue