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

add ../ to Language.Ruby.AST

This commit is contained in:
Ayman Nadeem 2020-01-27 15:57:02 -05:00
parent ae7021efd4
commit 38989b98c4

View File

@ -18,4 +18,4 @@ import Prelude hiding (False, Float, Integer, Rational, String, True)
import TreeSitter.GenerateSyntax
import qualified TreeSitter.Ruby as Grammar
astDeclarationsForLanguage Grammar.tree_sitter_ruby "../../vendor/tree-sitter-ruby/src/node-types.json"
astDeclarationsForLanguage Grammar.tree_sitter_ruby "../../../vendor/tree-sitter-ruby/src/node-types.json"