Skip to content

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

@gwpl

Description

@gwpl

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) :

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions