We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66070c5 commit cd71a4aCopy full SHA for cd71a4a
src/dist/codemirror_sparql.js
@@ -11,7 +11,7 @@ CodeMirror.defineMode("sparql", function(config) {
11
"ask", "from", "named", "where", "order", "limit", "offset", "filter", "optional",
12
"graph", "by", "asc", "desc", "as", "having", "undef", "values", "group",
13
"minus", "in", "not", "service", "silent", "using", "insert", "delete", "union",
14
- "data", "copy", "to", "move", "add", "create", "drop", "clear", "load", "exists", "contains", "str"]);
+ "data", "copy", "to", "move", "add", "create", "drop", "clear", "load", "exists", "contains"]);
15
var operatorChars = /[*+\-<>=&|]/;
16
17
function tokenBase(stream, state) {
0 commit comments