Put public headers in tree_sitter directory
This commit is contained in:
parent
84b8addb63
commit
d09fa910ef
25 changed files with 45 additions and 35 deletions
|
|
@ -246,7 +246,7 @@ namespace tree_sitter {
|
|||
}
|
||||
|
||||
string includes() {
|
||||
return "#include \"parser.h\"";
|
||||
return "#include \"tree_sitter/parser.h\"";
|
||||
}
|
||||
|
||||
string lex_function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue