Skip to content
Snippets Groups Projects
Commit 114b1e46 authored by Yassin N. Hassan's avatar Yassin N. Hassan Committed by Marijn Haverbeke
Browse files

[turtle mode] Add comment syntax

parent e6c90d52
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,9 @@ CodeMirror.defineMode("turtle", function(config) {
return context.col + (closing ? 0 : 1);
else
return context.indent + (closing ? 0 : indentUnit);
}
},
lineComment: "#"
};
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment