Re-implement N3 & SPARQL Lexers for documentation #1577
nicholascar
started this conversation in
Documentation
Replies: 1 comment
-
Mea culpa.
More sensible to use the Pygments supported-and-maintained versions. I cloned the n3 lexer from https://github.com/gniezen/n3pygments |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Previously, the readthedocs rdflib documentation used two Pygments lexers that for N3 & SPARQL that are now no longer available:
https://github.com/gjhiggins/sparql_pygments_lexer.git#egg=SPARQL_Pygments_Lexer
https://github.com/gjhiggins/n3_pygments_lexer.git#egg=Notation3_Pygments_Lexer
We need to replace these with available lexers. One, SPARQL, at least is already available, as is Turtle:
https://pygments.org/docs/lexers/#lexers-for-semantic-web-and-rdf-query-languages-and-markup
Beta Was this translation helpful? Give feedback.
All reactions