diff --git a/.gitmodules b/.gitmodules index e08afc4..04d8fe6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "jedi"] path = pythonx/jedi url = https://github.com/davidhalter/jedi.git +[submodule "pythonx/parso"] + path = pythonx/parso + url = https://github.com/davidhalter/parso.git diff --git a/pythonx/parso b/pythonx/parso new file mode 160000 index 0000000..5a57e8d --- /dev/null +++ b/pythonx/parso @@ -0,0 +1 @@ +Subproject commit 5a57e8df066cb6ff980bfbd24f4591c5f0c5c8d9