Use tree-sitter v0.15.5/0 due to break in newer versions
This commit is contained in:
parent
68ab2dbec1
commit
99c95ec658
1 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ proc treesitterSetup*() =
|
|||
gitPull("https://github.com/tree-sitter/tree-sitter", incDir() / "treesitter", """
|
||||
lib/include/*
|
||||
lib/src/*
|
||||
""")
|
||||
""", "0.15.5")
|
||||
|
||||
gitPull("https://github.com/JuliaStrings/utf8proc", incDir() / "utf8proc", """
|
||||
*.c
|
||||
|
|
@ -36,7 +36,7 @@ src/*.h
|
|||
src/*.c
|
||||
src/*.cc
|
||||
src/tree_sitter/parser.h
|
||||
""")
|
||||
""", "v0.15.0")
|
||||
|
||||
let
|
||||
headerc = incDir() / "treesitter_c/src/api.h"
|
||||
|
|
@ -51,7 +51,7 @@ src/*.h
|
|||
src/*.c
|
||||
src/*.cc
|
||||
src/tree_sitter/parser.h
|
||||
""")
|
||||
""", "v0.15.0")
|
||||
|
||||
let
|
||||
headercpp = incDir() / "treesitter_cpp/src/api.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue