afs commented on issue #2843:
URL: https://github.com/apache/jena/issues/2843#issuecomment-2476106029

   The syntax highlighter is codemirror based via [the maintained yasgui 
for](https://github.com/zazuko/Yasgui).
   
   https://github.com/codemirror/codemirror5/blob/master/mode/sparql/sparql.js
   
   As `FOLD`, `UNFOLD` and `ADJUST` are Jena specific extensions, they need 
adding to the keywords. 
   
   Other Jena extensions:
   * LATERAL
   * MEDIAN and MODE
   * SEMIJOIN, ANTIJOIN (coming soon!)
   * LET 
   * A few others
   
   More importantly, add the SPARQL Update keywords.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to