1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 17:05:33 +03:00

import Language.Haskell.TH.Syntax (runIO) for JSON

This commit is contained in:
Ayman Nadeem 2020-02-08 08:11:44 -05:00
parent c5fe902067
commit 0d55c21d9a

View File

@ -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