mirror of
https://github.com/github/semantic.git
synced 2024-11-23 08:27:56 +03:00
Update AST.hs
This commit is contained in:
parent
1cf4191d1d
commit
7fe0562bda
@ -17,6 +17,6 @@ module Language.Go.AST
|
||||
import Prelude hiding (False, Float, Integer, Rational, String, True)
|
||||
import AST.GenerateSyntax
|
||||
import Language.Haskell.TH.Syntax (runIO)
|
||||
import qualified TreeSitter.Go as Go
|
||||
import qualified TreeSitter.Go as Go (getNodeTypesPath, tree_sitter_go)
|
||||
|
||||
runIO Go.getNodeTypesPath >>= astDeclarationsForLanguage Go.tree_sitter_go
|
||||
|
Loading…
Reference in New Issue
Block a user