Removed useless rule

This commit is contained in:
baboso 2014-06-05 18:44:20 -04:00
commit 84a8201dfd

View file

@ -135,10 +135,6 @@ var PraatHighlightRules = function() {
token : ["text", "support.function", "text"],
regex : /(\s*)(do\$?)(\s*:\s*|\s*\(\s*)/
}, {
// Is this rule necessary?
// token : ["text", "keyword"],
// regex : /(^\s*)(demo\b)/
// }, {
// Object types
token : "entity.name.type",
regex : "(" + objectTypes + ")"