remove trailing commas
This commit is contained in:
parent
fe84e53cc8
commit
5d8e93ed80
1 changed files with 3 additions and 3 deletions
|
|
@ -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 : "#"
|
||||
},
|
||||
}
|
||||
]
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue