1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00

compensate for src

This commit is contained in:
Ayman Nadeem 2020-01-27 15:22:24 -05:00
parent 05bdf124df
commit de6864049d

View File

@ -18,4 +18,4 @@ import TreeSitter.GenerateSyntax
import qualified TreeSitter.Java as Grammar
import TreeSitter.Token
astDeclarationsForLanguage Grammar.tree_sitter_java "../../vendor/tree-sitter-java/src/node-types.json"
astDeclarationsForLanguage Grammar.tree_sitter_java "../../../vendor/tree-sitter-java/src/node-types.json"