1
1
mirror of https://github.com/github/semantic.git synced 2025-01-08 00:16:53 +03:00

use getNodeTypesPath in place of python submodule

This commit is contained in:
Ayman Nadeem 2020-02-04 16:01:51 -05:00
parent 243ae6ae7a
commit 0a629f1fad

View File

@ -18,4 +18,4 @@ import Prelude hiding (False, Float, Integer, String, True)
import AST.GenerateSyntax
import qualified Language.Python.Grammar as Grammar
astDeclarationsForLanguage Grammar.tree_sitter_python "../../../vendor/tree-sitter-python/src/node-types.json"
runIO TypeScript.getNodeTypesPath >>= astDeclarationsForLanguage Grammar.tree_sitter_python