1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

disamiguate between Prelude vs Grammar Strings

This commit is contained in:
Ayman Nadeem 2020-02-12 13:38:06 -05:00
parent 015aec04ed
commit 5cfe4f7078

View File

@ -17,6 +17,7 @@ module Language.PHP.AST
import AST.GenerateSyntax
import AST.Token
import Language.Haskell.TH.Syntax (runIO)
import Prelude hiding (String)
import qualified TreeSitter.PHP as PHP (getNodeTypesPath, tree_sitter_php)
runIO PHP.getNodeTypesPath >>= astDeclarationsForLanguage PHP.tree_sitter_php