language-rdf
RDF language support in Atom
mjansing 6,902 5 0.5.0 MIT GitHub

language-rdf package

Adds syntax highlighting to RDF files in Atom. Package supports Turtle (.ttl), N-Triples (.nt) and TriG (.trig).

Inspired by SPARQL Sublime Text 2 Package.

Grammar references:

  • Turtle: http://www.w3.org/TR/turtle/
  • N-Triple: https://www.w3.org/TR/n-triples/
  • TriG: https://www.w3.org/TR/trig/

Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.