mirror of
https://github.com/open-goal/jak-project
synced 2026-08-02 00:34:13 -04:00
formatter: add tree-sitter dependency and commit early draft work on a proper code formatter (#2536)
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
#include <decompiler/ObjectFile/ObjectFileDB.h>
|
||||
#include "decompiler/Function/Function.h"
|
||||
#include "decompiler/ObjectFile/ObjectFileDB.h"
|
||||
#include "decompiler/util/DecompilerTypeSystem.h"
|
||||
|
||||
namespace decompiler {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
{
|
||||
"hud": [
|
||||
[14, "(function object :behavior hud)"]
|
||||
]
|
||||
}
|
||||
"hud": [[14, "(function object :behavior hud)"]]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user