Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/inkle/inky
Browse files Browse the repository at this point in the history
  • Loading branch information
joethephish committed Dec 20, 2016
2 parents 268023d + 6296dce commit 1234d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/renderer/ace-ink-mode/ace-ink.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var inkHighlightRules = function() {
include: "#statements"
}],
"#TODO": [{
regex: /^(\s*)(TODO\b)([:\w\ \t]+)/,
regex: /^(\s*)(TODO\b)([:\w\ \t\,\;\(\)\'\.\-]+)/,
token: [
"todo", // whitespace
"todo.TODO", // TODO
Expand Down Expand Up @@ -437,4 +437,4 @@ oop.inherits(InkMode, TextMode);
this.$id = "ace/mode/ink"
}).call(InkMode.prototype);

exports.InkMode = InkMode;
exports.InkMode = InkMode;

0 comments on commit 1234d51

Please sign in to comment.