This repository was archived by the owner on Apr 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
semantic-java/src/Language/Java
semantic-json/src/Language/JSON Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ module Language.Java.Grammar
55) where
66
77import Language.Haskell.TH
8- import TreeSitter.Java.Internal
8+ -- import TreeSitter.Java.Internal
9+ import TreeSitter.Java (tree_sitter_java )
910import TreeSitter.Language
1011
1112-- Regenerate template haskell code when these files change:
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ module Language.JSON.Grammar
55) where
66
77import Language.Haskell.TH
8- import TreeSitter.JSON.Internal
8+ import TreeSitter.JSON (tree_sitter_json )
9+ -- import TreeSitter.JSON.Internal
910import TreeSitter.Language
1011
1112-- Regenerate template haskell code when these files change:
You can’t perform that action at this time.
0 commit comments