1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00

import specific functions

This commit is contained in:
Ayman Nadeem 2020-02-08 08:08:32 -05:00
parent 8083e4644f
commit b7d5e63c39

View File

@ -16,6 +16,6 @@ module Language.TSX.AST
import Prelude hiding (False, Float, Integer, String, True)
import AST.GenerateSyntax
import qualified TreeSitter.TSX as TSX
import qualified TreeSitter.TSX (getNodeTypesPath, tree_sitter_tsx)
runIO TSX.getNodeTypesPath >>= astDeclarationsForLanguage TSX.tree_sitter_tsx