mirror of
https://github.com/github/semantic.git
synced 2024-11-28 01:47:01 +03:00
Delete Language.JSON.Grammar
This commit is contained in:
parent
2172c9b37e
commit
bdd37a35da
@ -1,16 +0,0 @@
|
|||||||
{-# LANGUAGE TemplateHaskell #-}
|
|
||||||
module Language.JSON.Grammar
|
|
||||||
( tree_sitter_json
|
|
||||||
, Grammar(..)
|
|
||||||
) where
|
|
||||||
|
|
||||||
import Language.Haskell.TH
|
|
||||||
import TreeSitter.JSON (tree_sitter_json)
|
|
||||||
import AST.Grammar.TH
|
|
||||||
import TreeSitter.Language (addDependentFileRelative)
|
|
||||||
|
|
||||||
-- Regenerate template haskell code when these files change:
|
|
||||||
addDependentFileRelative "../../../vendor/tree-sitter-json/src/parser.c"
|
|
||||||
|
|
||||||
-- | Statically-known rules corresponding to symbols in the grammar.
|
|
||||||
mkStaticallyKnownRuleGrammarData (mkName "Grammar") tree_sitter_json
|
|
Loading…
Reference in New Issue
Block a user