Cleanup & WIP tooling

This commit is contained in:
2025-05-26 23:21:07 +08:00
parent 9e52c0147d
commit cf51259899
13 changed files with 118 additions and 1091 deletions

6
.gitmodules vendored
View File

@@ -1,3 +1,9 @@
[submodule "game_re/third_party/spdlog"]
path = game_re/third_party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "tooling2/third_party/tree-sitter"]
path = tooling2/third_party/tree-sitter
url = https://github.com/guusw/tree-sitter.git
[submodule "tooling2/third_party/tree-sitter-cpp"]
path = tooling2/third_party/tree-sitter-cpp
url = https://github.com/guusw/tree-sitter-cpp.git