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

Add rdf files icons support #3486

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Revnixcad
Copy link

@Revnixcad Revnixcad commented Apr 23, 2024

Fixes #IssueNumber
Fixes #2580

Changes proposed:

  • Add
  • Delete
  • Fix
  • Prepare

Icon support for RDF Serialization in Turtle
https://www.w3.org/ns/formats/data/Turtle
Icon support for RDF Serialization in Turtle-star
Icon support for RDF Serialization in TriG
https://www.w3.org/ns/formats/data/TriG
Icon support for RDF Serialization in TriG-star
Icon support for RDF Serialization in N3
https://www.w3.org/ns/formats/data/N3
Icon support for RDF Serialization in N-Triples
https://www.w3.org/ns/formats/data/N-Triples
Icon support for RDF Serialization in N-Quads
https://www.w3.org/ns/formats/data/N-Quads
Icon support for RDF Serialization in RDF/JSON
https://www.w3.org/ns/formats/data/RDF_JSON
Icon support for RDF Serialization in RDF/XML
https://www.w3.org/ns/formats/data/RDF_XML

.xml is not included, already a icon defined
Copy link
Member

@robertohuertasm robertohuertasm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use just one icon and name it rdf. No need for so many duplications.

icon: 'trigstar',
extensions: [],
languages: [languages.trigstar],
light: true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for this as there's no light version.

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

Successfully merging this pull request may close these issues.

[Icon Request] Support for RDF-Turtle Syntax *.ttl (also preferably for all other RDF-Syntaxes)
2 participants