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 c4390fb commit 78aaa54Copy full SHA for 78aaa54
mode/sparql/sparql.js
@@ -25,7 +25,7 @@ CodeMirror.defineMode("sparql", function(config) {
25
"strbefore", "strafter", "year", "month", "day", "hours", "minutes", "seconds",
26
"timezone", "tz", "now", "uuid", "struuid", "md5", "sha1", "sha256", "sha384",
27
"sha512", "coalesce", "if", "strlang", "strdt", "isnumeric", "regex", "exists",
28
- "isblank", "isliteral", "a"]);
+ "isblank", "isliteral", "a", "bind"]);
29
var keywords = wordRegexp(["base", "prefix", "select", "distinct", "reduced", "construct", "describe",
30
"ask", "from", "named", "where", "order", "limit", "offset", "filter", "optional",
31
"graph", "by", "asc", "desc", "as", "having", "undef", "values", "group",
0 commit comments