remove trailing commas

This commit is contained in:
Fabian Jakobs 2011-07-15 08:38:41 +00:00
commit 5d8e93ed80

View file

@ -77,13 +77,13 @@ var TextileHighlightRules = function()
{
token : "keyword",
regex : "\\. ",
next : "start",
next : "start"
},
{
token : "keyword",
regex : "\\(",
next : "blocktagproperties"
},
}
],
"blocktagproperties" : [
{
@ -98,7 +98,7 @@ var TextileHighlightRules = function()
{
token : "keyword",
regex : "#"
},
}
]
};
};