Skip to content

Commit

Permalink
remove ! from meta.tag regex
Browse files Browse the repository at this point in the history
  • Loading branch information
danyaPostfactum committed Apr 6, 2012
1 parent a71ebcb commit 401e6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ace/mode/xml_util.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ exports.tag = function(states, name, nextState) {
}
},
merge : true,
regex : "[-_a-zA-Z0-9:!]+",
regex : "[-_a-zA-Z0-9:]+",
next : name + "_embed_attribute_list"
}, {
token: "empty",
Expand Down

0 comments on commit 401e6bd

Please sign in to comment.