mirror of
https://github.com/github/semantic.git
synced 2024-12-27 00:44:57 +03:00
import Language.Haskell.TH.Syntax (runIO) for JSON
This commit is contained in:
parent
c5fe902067
commit
0d55c21d9a
@ -15,6 +15,7 @@ module Language.JSON.AST
|
||||
|
||||
import Prelude hiding (String)
|
||||
import AST.GenerateSyntax
|
||||
import Language.Haskell.TH.Syntax (runIO)
|
||||
import qualified TreeSitter.JSON as JSON
|
||||
|
||||
runIO JSON.getNodeTypesPath >>= astDeclarationsForLanguage JSON.tree_sitter_json
|
||||
runIO JSON.getNodeTypesPath >>= astDeclarationsForLanguage JSON.tree_sitter_json
|
||||
|
Loading…
Reference in New Issue
Block a user