Skip to content

Commit cd71a4a

Browse files
committed
Update codemirror_sparql.js
1 parent 66070c5 commit cd71a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dist/codemirror_sparql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CodeMirror.defineMode("sparql", function(config) {
1111
"ask", "from", "named", "where", "order", "limit", "offset", "filter", "optional",
1212
"graph", "by", "asc", "desc", "as", "having", "undef", "values", "group",
1313
"minus", "in", "not", "service", "silent", "using", "insert", "delete", "union",
14-
"data", "copy", "to", "move", "add", "create", "drop", "clear", "load", "exists", "contains", "str"]);
14+
"data", "copy", "to", "move", "add", "create", "drop", "clear", "load", "exists", "contains"]);
1515
var operatorChars = /[*+\-<>=&|]/;
1616

1717
function tokenBase(stream, state) {

0 commit comments

Comments
 (0)