Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support for RDF .ttl Turtle syntax! #2

Open
gwpl opened this issue Nov 28, 2023 · 0 comments
Open

Please add support for RDF .ttl Turtle syntax! #2

gwpl opened this issue Nov 28, 2023 · 0 comments

Comments

@gwpl
Copy link

gwpl commented Nov 28, 2023

It looks like supported by tree-sitter:

https://github.com/BonaBeavis/tree-sitter-turtle

However, when I tried to add one liner

 ".ttl" : "turtle" #  https://en.wikipedia.org/wiki/Turtle_(syntax)

to parsers.py ( https://github.com/paul-gauthier/grep-ast/blob/main/grep_ast/parsers.py ),

when I run python setup.py docker_test ( #1 ) it failed miserably after adding this line (while "100% passed" suceeded without this line) :

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant