add embedding treesitter query for cpp

This commit is contained in:
KCaverly 2023-07-17 14:43:29 -04:00
parent cf0dd09b5c
commit 1362c5a3d9
4 changed files with 346 additions and 27 deletions

View file

@ -54,3 +54,4 @@ env_logger.workspace = true
tree-sitter-typescript = "*"
tree-sitter-rust = "*"
tree-sitter-toml = "*"
tree-sitter-cpp = "*"