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:
parent
015aec04ed
commit
5cfe4f7078
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user