summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/mode/sparql/sparql.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/codemirror/mode/sparql/sparql.js')
-rw-r--r--[-rwxr-xr-x]public/vendor/codemirror/mode/sparql/sparql.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/public/vendor/codemirror/mode/sparql/sparql.js b/public/vendor/codemirror/mode/sparql/sparql.js
index bbf8a76a..0cf40f58 100755..100644
--- a/public/vendor/codemirror/mode/sparql/sparql.js
+++ b/public/vendor/codemirror/mode/sparql/sparql.js
@@ -165,7 +165,9 @@ CodeMirror.defineMode("sparql", function(config) {
return context.col + (closing ? 0 : 1);
else
return context.indent + (closing ? 0 : indentUnit);
- }
+ },
+
+ lineComment: "#"
};
});