Skip to content

Commit 78aaa54

Browse files
committed
[sparl mode] Add 'bind' as op
Closes codemirror#3922
1 parent c4390fb commit 78aaa54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/sparql/sparql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CodeMirror.defineMode("sparql", function(config) {
2525
"strbefore", "strafter", "year", "month", "day", "hours", "minutes", "seconds",
2626
"timezone", "tz", "now", "uuid", "struuid", "md5", "sha1", "sha256", "sha384",
2727
"sha512", "coalesce", "if", "strlang", "strdt", "isnumeric", "regex", "exists",
28-
"isblank", "isliteral", "a"]);
28+
"isblank", "isliteral", "a", "bind"]);
2929
var keywords = wordRegexp(["base", "prefix", "select", "distinct", "reduced", "construct", "describe",
3030
"ask", "from", "named", "where", "order", "limit", "offset", "filter", "optional",
3131
"graph", "by", "asc", "desc", "as", "having", "undef", "values", "group",

0 commit comments

Comments
 (0)